Firstly , you should read these two pages. https://developer.chrome.com/extensions/overview https://developer.chrome.com/extensions/getstartedSecondly...
分类:
其他好文 时间:
2014-11-29 13:05:25
阅读次数:
163
一、问题问题很简单,看下面一段tmp.sh代码:#!/bin/shx="this is the initial value of x"cat /tmp/tmp | while read line;do x="$line" echo $xdoneecho x = $x/tm...
分类:
系统相关 时间:
2014-11-28 18:09:27
阅读次数:
278
转载http://bbs.ec-os.net/read.php?tid=854图片分离涉及到三个config设置#define('APP_STATICS_HOST', 'http://192.168.65.138/ecs1.2');#define('HOST_MIRRORS','http://192...
分类:
其他好文 时间:
2014-11-28 16:04:02
阅读次数:
345
java.lang.IllegalStateException:Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fro...
参考资料:1 .浅谈Memory Reordering2.透过LINUX内核看无锁编程3.Why the "volatile" type class should not be useddfsdf4.锁的意义spinlock(自旋锁)lock-free(无锁编程)mutex(互斥锁)read_wri...
分类:
其他好文 时间:
2014-11-28 09:51:45
阅读次数:
185
#!/bin/bashecho‘thescriptisinstalldhcpdserver‘read-p"pleaseinsertrhel5-cdtocdromandentertonext:"aamount/dev/cdrom/media/&>/dev/nullrpm-Uvh/media/Server/dhcp-*&>/dev/nullecho"请为本机配置IP地址"read-p"请输入IP地址:"ipread-p"请输入掩码:"ip_m..
分类:
其他好文 时间:
2014-11-28 06:34:03
阅读次数:
169
with nolockWITH (NOLOCK)相当于未提交读(READ UNCOMMITTED),意思是指定语句可以读取已由其他事务修改单尚未提交的行,在未提交读级别运行的事务,不会发出共享锁来防止其他事务修改当前事务读取的数据,也不会被排它锁阻塞,所以WITH (NOLOCK)可以改善在线大量查...
分类:
其他好文 时间:
2014-11-27 23:37:22
阅读次数:
242
错误总表
420
1. Timeout Communication Problem Encountered During Transmission. Thie Is a Novell Groupwise Smtp Error 2. Tcp Read Error 3. Tcp Write Error
在联机时发生通讯中断的问题;Novell GroupWise SMTP服务...
分类:
其他好文 时间:
2014-11-27 18:25:52
阅读次数:
441
read直接读入整个文件,存成一个字符串变量readline一行一行读入文件,所以说读取的文件可以大于内存,但是读取的速度很慢readlines一次读取整个文件,存成一个列表,所以说也必须小于内存。从使用上来说,除非是文件太大一般不用readline如文件如下:代码如下结果如下:来自为知笔记(Wiz...
分类:
编程语言 时间:
2014-11-27 17:43:26
阅读次数:
141
My father was a self-taught mandolin player. He was one of the best string instrument players in our town. He could not read music, but if he heard a tune a few times, he could play it. When he was yo...
分类:
其他好文 时间:
2014-11-27 14:36:15
阅读次数:
230