;;tab and space;;when true,emacs use mixture of tab and space to archieve(setq-default indent-tabs-mode nil);;control length used to offset.(setq-defa...
分类:
系统相关 时间:
2015-07-03 23:20:51
阅读次数:
188
当你想在计算机上启动一个服务,电脑已经建议"port already in use",此时,可以使用lsof命令查看占用端口的进程(lsof -i:port). lsof这是LiSt Open Files缩写,在linux环境下,不论什么事物都以文件的形式存在,通过文件不只能够訪问常规数据,还能够....
分类:
其他好文 时间:
2015-07-03 21:48:26
阅读次数:
150
用Php访问数据的时候,你选择MySQLi和PDO,在选择之前,你应该知道些什么呢?这篇文章将会介绍这两种方式的不同点,数据库的支持、稳定性、性能等问题。概述PDOMySQLiDatabase support12 different driversMySQL onlyAPIOOPOOP + proc...
分类:
数据库 时间:
2015-07-03 20:28:27
阅读次数:
144
How to use a PDI job to move a file into HDFS.PrerequisitesIn order to follow along with this how-to guide you will need the following:HadoopPentaho D...
分类:
其他好文 时间:
2015-07-03 18:48:08
阅读次数:
348
interest rate 利率A rate which is charged or paid for the use of money. An interest rate is often expressed as an annual percentage of the principal. It...
分类:
其他好文 时间:
2015-07-03 17:21:01
阅读次数:
162
错误描述
1 queries executed, 0 success, 1 errors, 0 warnings
查询:call analyse_use(‘20150501’,’20150601’)错误代码: 1449
The user specified as a definer (‘root’@’%’) does not exist执行耗时 : 0 sec
传送时间 : 0 sec...
分类:
其他好文 时间:
2015-07-03 16:00:39
阅读次数:
131
上传文件:很多人会使用第三包进行文件的上传,例如formidable。我也研究过,可是与Express3.x框架一起使用时,发现上传的文件总是找不到。结果原因是下面这句导致:app.use(express.bodyParser({'uploadDir:xxx'}));Node端上传文件会将上传的文件...
分类:
Web程序 时间:
2015-07-03 15:37:05
阅读次数:
151
题目:Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onl...
分类:
其他好文 时间:
2015-07-03 15:26:28
阅读次数:
89
成功启动MongoDB后,再打开一个命令行窗口输入mongo,就可以进行数据库的一些操作。输入help可以看到基本操作命令:show dbs:显示数据库列表show collections:显示当前数据库中的集合(类似关系数据库中的表)show users:显示用户use :切换当前数据库,这和MS...
分类:
数据库 时间:
2015-07-03 13:43:54
阅读次数:
198
http://stackoverflow.com/questions/25458548/swift-ambiguous-use-of-operator3down votefavoriteI have just downloaded Xcode6-beta6. I am getting compile...
分类:
编程语言 时间:
2015-07-03 12:15:25
阅读次数:
305