码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
Linux课程笔记 Day02 命令总结
find 【使用权限】 所有使用者 【语法】 find [PATH] [option] [action] 【功能说明】 查找文件 【参数】 [option] 1. 与时间有关系的参数:atime(访问时间)、ctime(状态修改时间)、mtime(数据内容修改时间)的单位是“天”,amin、cmin ...
分类:系统相关   时间:2017-04-12 01:41:01    阅读次数:334
正则表达式语法
字符 说明 \ 将下一字符标记为特殊字符、文本、反向引用或八进制转义符。例如,"n"匹配字符"n"。"\n"匹配换行符。序列"\\"匹配"\","\("匹配"("。 ^ 匹配输入字符串开始的位置。如果设置了 RegExp 对象的 Multiline 属性,^ 还会与"\n"或"\r"之后的位置匹配。 ...
分类:其他好文   时间:2017-04-10 18:10:06    阅读次数:167
【Big Data - Hadoop - MapReduce】hadoop 学习笔记:MapReduce框架详解
开始聊MapReduce,MapReduce是Hadoop的计算框架,我学Hadoop是从Hive开始入手,再到hdfs,当我学习hdfs时候,就感觉到hdfs和mapreduce关系的紧密。这个可能是我做技术研究的思路有关,我开始学习某一套技术总是想着这套技术到底能干什么,只有当我真正理解了这套技 ...
分类:其他好文   时间:2017-04-10 00:52:41    阅读次数:308
ZOJ - 3780-Paint the Grid Again-(拓扑排序)
Description Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white). Leo has a magical brush which ... ...
分类:编程语言   时间:2017-04-08 21:24:02    阅读次数:198
[CSS] Specify grid columns, rows, and areas at once with the grid-template shorthand
We can specify grid columns, rows, and areas in one property using the grid-template shorthand. The same as: ...
分类:Web程序   时间:2017-04-05 01:33:34    阅读次数:205
java泛型中<? super String>和<? extends String> 的区别
(1)<? super String> is any class which is a superclass of String (including String itself). (In this case, the only other suitable class is Object.) 即 ...
分类:编程语言   时间:2017-04-04 23:09:59    阅读次数:189
Mysql添加用户,给用户授权
创建用户 ? 1 CREATE USER 'username'@'host' IDENTIFIED BY 'password'; ? 1 CREATE USER 'username'@'host' IDENTIFIED BY 'password'; ? 1 CREATE USER 'username ...
分类:数据库   时间:2017-04-03 23:50:34    阅读次数:325
ISL - Ch4. Classification
The linear regression model discussed in Chapter 3 assumes that the response variable Y is quantitative. But in many situations, the response variable ...
分类:其他好文   时间:2017-04-03 18:55:20    阅读次数:311
SQLServerCluster 更换instance root目录
公司有个sqlserver cluster所在的存储是HP P2000,因为HP P2000下线需将整个数据库存储转移到DELL存储上,用户数据库umount后再将文件复制到新存储上再attach,instance 根目录所在盘需要在windows cluster上进行替换,步骤如下: 注意:不要添 ...
分类:数据库   时间:2017-04-01 18:25:52    阅读次数:237
SparkR-Install
1.下载R https://cran.r-project.org/src/base/R-3/ 1.2 环境变量配置: 1.3 测试安装: 2.下载Rtools33 https://cran.r-project.org/bin/windows/Rtools/ 2.1 配置环境变量 2.2 测试: 3. ...
分类:其他好文   时间:2017-03-30 23:05:18    阅读次数:375
899条   上一页 1 ... 83 84 85 86 87 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!