码迷,mamicode.com
首页 >  
搜索关键字:walk    ( 975个结果
【python】找呀找呀找webshell
写了一个py脚本,用来找服务器被人留下的webshell。 之前是递归列举文件,现在用walk函数,快了些。 改动最大的就是正则了,看上去像样不少。 ( '[_ ]{,1}[pP][aA][sS][sS][\w ]{,20}= {,3}[\'\"]{1,4}.{,33}', '[_ ]{,1}[pP][Ww][\w ]{,20}= {,3}[\'\"]{1,4}.{,33}', ...
分类:编程语言   时间:2015-02-05 20:28:34    阅读次数:251
golang 开发windows应用
闲着无聊又玩go语言找虐。。。——用go开发windows应用程序 想要用go开发windows应用必须先要安装必要的组件: ? ?walk集成了很多windows的控件 go?get?github.com/lxn/walk ? ?win是go调用windowsApi的一种...
分类:Windows程序   时间:2015-02-05 18:48:38    阅读次数:846
Android开发帮助文档Doc打开速度慢解决_Python篇
如果用python解决Android帮助文档打开速度慢的办法,使用python的os模块里的walk函数以及python迭代器、文件读写等技术。...
分类:移动开发   时间:2015-02-05 09:36:45    阅读次数:255
POJ 1852 Ants (思维技巧 + 贪心)
Ants Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 10639   Accepted: 4718 Description An army of ants walk on a horizontal pole of length l cm, each wi...
分类:其他好文   时间:2015-02-02 12:36:08    阅读次数:166
How to create an IPA (Xcode 5)
This tutorial will walk you through the easiest way to generate an IPA using Xcode 5. We will be using a sample project which will walk through creati...
分类:其他好文   时间:2015-01-29 17:33:15    阅读次数:163
uva 10596 Morning Walk (欧拉回路)
uva 10596 Morning Walk Kamal is a Motashota guy. He has got a new job in Chittagong . So, he has moved to Chittagong from Dinajpur. He was getting fatter in Dinajpur as he had no work in his ha...
分类:其他好文   时间:2015-01-27 11:09:02    阅读次数:172
HDU 1142
A Walk Through the Forest Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5999 Accepted Submission(s): 2215 Problem Description Jimmy expe...
分类:其他好文   时间:2015-01-26 22:57:34    阅读次数:334
mina例子中英文对照
英文: This tutorial will walk you through the process of building a MINA based program. This tutorial will walk through building a time server. The following prerequisites are required for this tu...
分类:其他好文   时间:2015-01-26 13:49:39    阅读次数:302
UVA Morning Walk(判欧拉回路)
题意: Kamal每天早上都要从A点走到B点。从A点到B点有很多条路, 他每天早上都要先选择好一条路线, 这条路线从A点走到B点,再从B点走回A点。 这条路线不能重复地经过同一条路。 两个地点间可能会有多条路。 比如多次出现了从A到B的路线,  那么表示每次出现的都是不同的路 并查集做法: #include #include #include #include #inclu...
分类:其他好文   时间:2015-01-22 18:07:31    阅读次数:187
hdu 1142 A Walk Through the Forest (Dijkstra + 记忆化搜索)
A Walk Through the Forest Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5984    Accepted Submission(s): 2211 Problem Description ...
分类:其他好文   时间:2015-01-21 13:33:59    阅读次数:178
975条   上一页 1 ... 85 86 87 88 89 ... 98 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!