plink_path="C:/plink.exe"'plink.exe路径 username="username"'用户名 password="password"'密码 host="192.168.0.1"'Unix/Linux服务器地址 command="ls"'要执行的命令 SetoShell=...
分类:
其他好文 时间:
2014-06-27 21:52:26
阅读次数:
293
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
第一步:update `zh_ecms_company` set classid=47 WHERE zone in(330102,330103,330104,330105,330106,330108,330109,330110,330122,330127,330182,330183,330185)第...
分类:
其他好文 时间:
2014-06-26 22:53:09
阅读次数:
224
研究:低智商男人易出轨Deceitful and despicable is one description that wronged wives could apply to their cheating husbands.欺诈和卑鄙是受害妻子描述出轨丈夫的词汇。Plain stupid is a...
分类:
其他好文 时间:
2014-06-26 22:44:46
阅读次数:
308
转载地址:http://blog.csdn.net/donglynn/article/details/17056099错误SQL 查询:DELETE FROM `zmax_lang` WHERE CONVERT( `zmax_lang`.`lang` USING utf8 ) = 'fr' ...
分类:
其他好文 时间:
2014-06-26 21:31:40
阅读次数:
204
有必要总结记录一下java的学习,否则,永远只是记忆碎片化和always google(费时)刚好,小伙伴给了一份自己做的review,在学习的过程中,update一下自己的见解和学习内容;关于String: 1 package string_keywords; 2 /** 3 * 参考url: ....
分类:
编程语言 时间:
2014-06-25 11:34:18
阅读次数:
256
RCU原理: RCU(Read-Copy Update),顾名思义就是读-拷贝修改,它是基于其原理命名的。对于被RCU保护的共享数据结构,读者不需要获得任何锁就可以访问它,但写者在访问它时首先拷贝一个副本,然后对副本进行修改,最后使用一个回调(callback)机制在适当的时机把指向原来数据的...
分类:
其他好文 时间:
2014-06-25 11:28:23
阅读次数:
250
sudo update-alternatives --config java
然后就可以选择想要的jre版本啦...
分类:
系统相关 时间:
2014-06-25 10:39:08
阅读次数:
262
NSIndexPath *messageIndexPath = [NSIndexPath indexPathForRow:afterRowCount-1 inSection:0];
[self.tableView beginUpdates];
[self.tableView insertRowsAtIndexPaths:@[messageIndexPath] withRowAnim...
分类:
其他好文 时间:
2014-06-25 09:59:01
阅读次数:
191
1、在某些游戏下,经常会隐藏鼠标,或者有绚丽的动画来代替鼠标显示。2、其实,实现很简单,就是将鼠标隐藏起来,设置一个sprite的坐标为鼠标坐标即可。当然代码要放到 Update里才行。3、注意事项:此脚本不能挂在Camera上,否则会出现鼠标闪烁的情况。 public dfGUICamera Ca...
分类:
其他好文 时间:
2014-06-25 09:45:02
阅读次数:
316