https://github.com/omerjerk/RemoteDroid https://github.com/DesignativeDave/androrat https://github.com/justin-taylor https://github.com/fatsoon/FloatW ...
分类:
移动开发 时间:
2016-05-30 06:26:55
阅读次数:
197
importthreading
importparamiko
importsubprocess
defssh_command(ip,user,passwd,command):
client=paramiko.SSHClient()
#client.load_host_keys(‘/home/justin/.ssh/known_hosts‘)
client.set_missiing_host_key_policy(paramiko.AutoAddPolicy())
client.connect(ip,user..
分类:
编程语言 时间:
2016-05-17 01:03:00
阅读次数:
191
importsocket
importparamiko
importthreading
importsys
host_key=paramiko.RSAKey(filename=‘test_rsa.key‘)
classServer(paramiko.ServerInterface):
def__init__(self):
self.event=threading.Event()
defcheck_channel_request(self,kind,chanid):
ifkind==‘session‘:
re..
分类:
编程语言 时间:
2016-05-13 15:38:20
阅读次数:
248
importthreading
importparamiko
importsubprocess
defssh_command(ip,user,passwd,command):
client=paramiko.SSHClient()
#client.load_host_keys(‘/home/justin/.ssh/known_hosts‘)
client.set_missing_host_key_policy(paramiko.AutoAddpolicy())
client.connec(ip,userna..
分类:
编程语言 时间:
2016-05-11 23:58:56
阅读次数:
583
importthreading
importparamiko
importsubprocess
defssh_command(ip,user,passwd,command):
client=paramiko.SSHClient()
#client.load_host_keys(‘/home/justin/.ssh/known_hosts‘)
client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
client.connect(ip,usern..
分类:
编程语言 时间:
2016-05-10 23:45:48
阅读次数:
226
作为一名程序员,如果你想在这个领域内继续向前进步或者在当前的经济形势下保持不被炒鱿鱼,那么你就决不应当自满自足,你需要继续学习。近日,著名IT评论员Justin James在他的博客中列出了未来五年程序员应当具备的十项技能,如果照此实践,你未来的工作前景一定一片光明。当前的经济形势下,很多程序员将目...
分类:
Web程序 时间:
2015-11-25 06:39:36
阅读次数:
129
http://www.oschina.net/translate/seven-traits-of-effective-programmers导读:要想成为一个伟大的程序员,需要的可不仅仅是能够编写出可以正常运行的代码。Justin James给出了能够成为业内顶尖高手的程序员应该具有的几个典型特质。...
分类:
其他好文 时间:
2015-09-27 09:53:39
阅读次数:
237
百度搜索URL参数含义 (2014-08-19 15:46:13)转载▼分类:Android开发http://blog.csdn.net/followingturing/article/details/7850317http://www.baidu.com/s?wd=justin&rsv_spt=1...
分类:
Web程序 时间:
2015-08-25 16:00:57
阅读次数:
304
How do I create a new git branch from an old commit?git checkout -b justin a9c146a09505837ec03bThis will create the new branch and check it out.git br...
分类:
其他好文 时间:
2015-08-21 10:46:29
阅读次数:
228
一、使用setter方式完成依赖注入下面是Bean和beans-config.xml文件。publicclassHelloBean {privateString helloWord;//...省略getter、setter方法}Hello!Justin!publicclassSpringDemo {...
分类:
编程语言 时间:
2015-08-10 00:11:10
阅读次数:
286