案例:添加.EXE文件右键菜单父菜单项【DC编程助手】,子菜单项【PEiD】【OllyDbg】Windows Registry Editor Version
5.00[HKEY_CLASSES_ROOT\exefile\shell\DC]"SubCommands"="PEiD;OllyDbg""MU...
分类:
其他好文 时间:
2014-07-22 23:17:14
阅读次数:
531
http://acm.fzu.edu.cn/problem.php?pid=2169思路:建立一个邻接表,利用搜索中回溯把走过的路标记为1,然后把这些标记为1的值全部加起来。
Problem 2169 shadowAccept: 97Submit: 274 Time Limit: 1000 mSec...
分类:
其他好文 时间:
2014-07-22 23:16:14
阅读次数:
375
DescriptionOn a grid map there are n little men
and n houses. In each unit time, every little man can move one unit step, either
horizontally, or vert...
分类:
其他好文 时间:
2014-07-22 23:15:37
阅读次数:
331
用shell写了个递归遍历目录的脚本,本脚本实现递归遍历指定目录,打印目录下的文件名(全路径)。#!/bin/sh function scandir() {
local cur_dir parent_dir workdir workdir=$1 cd ${workdir} if [ ${w...
分类:
其他好文 时间:
2014-07-22 23:14:53
阅读次数:
563
第6章
ShellShell就是一个命令解释器,负责完成用户与内核之间的交互。目前流行电Shell主要有:Bourne Shell( sh )、Bourne Again
Shell( Bash )、C Shell( csh )和Korn Shell( ksh ),Ubuntu Linux默认支持电s...
分类:
其他好文 时间:
2014-07-22 23:12:54
阅读次数:
481
日常运维工作中,需要给几十上百台服务器批量部署软件或者是重启服务器等操作,
这样大量重复性的工作一定很苦恼,本文给大家提供了最基本的批量操作的方法,虽然效率不高,对于初学者来说还是好理解。由于刚开始学习写脚本,什么
puppt这样的高级工具还不会使用,就简单的利用shell脚本、ssh-keygen...
分类:
其他好文 时间:
2014-07-22 23:11:53
阅读次数:
404
Sencha Cmd 是一个命令工具,可自动生成Sencha 应用程序。使用该工具,须安装Java
Run-time Environment 或者JRE,必须是JRE6或以上版本。1.1 下载Sencha Cmd:
访问地址:http://wwww.sencha.com/products/sen.....
分类:
其他好文 时间:
2014-07-22 23:10:14
阅读次数:
384
本图整理了一些bash编程常用的语法、特殊变量,遗忘之时可快速查找,不用再去翻书了。
分类:
其他好文 时间:
2014-07-22 23:09:15
阅读次数:
287
time_t first, second;first = time(NULL);// 你的程序
...............second = time(NULL);printf("The difference is: %f
seconds\n",difftime(se...
分类:
其他好文 时间:
2014-07-22 23:08:54
阅读次数:
216
The Monocycle Time Limit: 3000MS64bit IO
Format: %lld & %llu [Submit] [Go Back] [Status] Description Problem A: The
Monocycle A monocycle is a cycle t...
分类:
其他好文 时间:
2014-07-22 23:08:53
阅读次数:
444