Other developers using your code will probably
expect the built-in JavaScript methods to work consistently and will not expect
your additions. And pro...
分类:
编程语言 时间:
2014-05-22 02:21:49
阅读次数:
298
1 #!/usr/expect/bin/expect -f 2 3 4 set loginuser
[lrange $argv 0 0] 5 set loginpass [lrange $argv 1 1] 6 set ipaddr [lrange $argv
2 2] 7 set port ...
分类:
其他好文 时间:
2014-05-15 16:59:19
阅读次数:
332
断言:学java的时候学过断言,但一直用的很少,node中也有varassert=require(‘assert‘)
console.info(‘.......startapp.......‘);
varactual=1;
varexpect=‘1‘
vara;
//判断是否为真
assert(a,‘isnotvalid‘);
assert.ok(0,‘isnoteffective‘);
//arg[0]为真实值,arg[1]期望值,a..
分类:
Web程序 时间:
2014-05-15 09:09:47
阅读次数:
373
#(1)ssh-keygen#一直回车#(2)ssh-copy-id-i/root/.ssh/id_rsa.pub"-p2223192.168.0.100"#直接回车输入密码#(3)ssh-p2223192.168.0.100#不需要任何提示即可登录192.168.0.100,此步骤可做测试使用
分类:
其他好文 时间:
2014-05-15 01:04:19
阅读次数:
277
Page 30Perceptual blocks are obstacles that
prevent the problem-solver from clearly perceiving either the problem itself or
the information needed to ...
分类:
其他好文 时间:
2014-04-28 00:54:37
阅读次数:
403