码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
Java concurrency : @GuardedBy
转载自: https://samxiangyu.wordpress.com/2015/02/20/java-concurrency-guardedby/ Java concurrency : @GuardedBy <!-- .entry-header --> When reading Downloa ...
分类:数据库   时间:2016-06-23 21:57:59    阅读次数:1550
SSIS Destination 组件使用Fast-Load mode出错
查看一个Package的历史Message 数据,发现 DataFlow Task 经常出错,错误信息的Description是: Description: "While reading current row from host, a premature end-of-message was en ...
分类:其他好文   时间:2016-06-23 20:25:15    阅读次数:225
使用Golang利用ectd实现一个分布式锁
http://blog.codeg.cn/post/blog/2016-02-24-distrubute-lock-over-etcd/ By zieckey · 2016年02月24日 · 1205 Words · ~3min reading time | 编辑这个页面 | Tags: Golan ...
分类:其他好文   时间:2016-06-21 15:42:07    阅读次数:226
python csv
参考: csv - CSV File Reading and Writing:https://docs.python.org/2.7/library/csv.html?highlight=csv#module-csv ################################################################# CSV(Comma Sepa...
分类:编程语言   时间:2016-06-21 07:29:31    阅读次数:233
Assembly - Registers
Processor operations mostly involve processing data. This data can be stored in memory and accessed from thereon. However, reading data from and stori ...
分类:其他好文   时间:2016-06-20 14:13:07    阅读次数:480
Java并行程序设计模式小结
转自:http://www.cnblogs.com/panfeng412/p/java-program-tuning-reading-notes-of-concurrent-program-design-pattern.html 这里总结几种常用的并行程序设计方法,其中部分文字源自《Java程序性能 ...
分类:编程语言   时间:2016-06-17 11:01:25    阅读次数:207
xdebug 一直报错 upstream timed out (110: Connection timed out) while reading response header from upstream
本地主机(Windows环境192.168.66.1)访问虚拟机(192.168.66.139)里面的搭建的php环境(系统centos6.5版本,php版本是5.5.30 ,xdebug 2.4.0),通过命令行pecl install xdebug安装的xdebug, 在php.ini配置xde ...
分类:其他好文   时间:2016-06-16 17:38:59    阅读次数:1184
mongodb服务启动脚本
#!/bin/sh # #mongod-Startupscriptformongod # #chkconfig:-8515 #description:Mongodbdatabase. #processname:mongod #Sourcefunctionlibrary ./etc/rc.d/init.d/functions #thingsfrommongod.confgettherebymongodreadingit #OPTIONS OPTIONS="--dbpath=/home/data/mongodb..
分类:数据库   时间:2016-06-13 07:44:37    阅读次数:255
new thoughts over function pointers
Previous works do not relate to function pointers, but reading some documents reading and learning STL functions lets me know the pointer of functions ...
分类:其他好文   时间:2016-06-12 13:46:20    阅读次数:133
Reading Notes on [Adaptive Robot Control – mxautomation J. Braumann 2015]
Reading sources: 1.Johannes Braumann, Sigrid Brell-Cokcan, Adaptive Robot Control (ARC ) Note: building upon an as of yet unnamed interface from KUKA ... ...
分类:其他好文   时间:2016-06-12 00:25:12    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!