casperjs的选择器可以在dom下工作,他既支持css也支持xpath.下面所有的例子都基于这段html代码: My page Hello one two three ©2012 myselfCSS3默认情况下,...
分类:
Web程序 时间:
2014-07-03 09:10:37
阅读次数:
235
AUTH_MAD=AUTHN=ssh,x509,ldap,server_cipher,server_x509,EXECUTABLE=one_auth_madDATASTORE_BASE_PATH=/app/opennebula/var//datastoresDATASTORE_CAPACITY_CH...
分类:
其他好文 时间:
2014-07-03 06:35:48
阅读次数:
288
/bin,/sbin,/usr/bin,/usr/sbin区别/ : this is root directory root 用户根目录/bin : commands in this dir are all system installed user commands 系统的一些指令/sbin: c...
分类:
系统相关 时间:
2014-07-03 06:29:10
阅读次数:
223
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2014-07-02 22:34:44
阅读次数:
318
Query.All("name", "a", "b");//通过多个元素来匹配数组 Query.And(Query.EQ("name", "a"), Query.EQ("title", "t"));//同时满足多个条件 Query....
分类:
其他好文 时间:
2014-07-01 17:48:00
阅读次数:
192
1、 在linux下文件复制 scp root@192.168.2.244:/tmp/all_sql.log ./ 把文件从all_sql.log 文件下复制到 ./即当前目录下2、 在linux open ./ open命令即打开某个文件夹
分类:
系统相关 时间:
2014-07-01 17:22:01
阅读次数:
187
structDemo1# include # include enum EType{ One = 1,Tow,Three };struct S1{ int id ; char name [111]; long version ;};int main(void){ ET...
分类:
其他好文 时间:
2014-07-01 17:16:06
阅读次数:
151
2014-07-01 BaoXinjian一、摘要询价单与报价管理输入请购单->进行询价->供应商进行报价->对报价单信息分析和approve可通过手工输入询价单,也可通过请购单auto create询价单询价单和报价单都存在在po_headers_all和po_lines_all中,只是类型为RF...
分类:
其他好文 时间:
2014-07-01 17:12:19
阅读次数:
367
debian wheezy 升级后, 因为授权错误, 导致密码给修改, 在debian的mysql safe下也无法进入.
我在/etc/mysql/my.cnf 里面已经修改了bind-address 为局域网ip
进而执行了
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTI...
分类:
数据库 时间:
2014-07-01 16:03:03
阅读次数:
207
CountDownLatch,api 文档:http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/CountDownLatch.html A synchronization aid that allows one or more ...
分类:
编程语言 时间:
2014-07-01 13:56:08
阅读次数:
427