Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-09-20 17:40:40
阅读次数:
290
shell介绍shell是一个编程语言解释器,这个解释器解释从键盘输入的命令,也解释存储在脚本中的命令序列,shell脚本是一个包含一系列命令的文件,运行一个脚本就是运行这个文件中的每个命令。可以用一个shell脚本在一次请求中来执行多个命令。shell脚本的执行:shell解释程序会fo..
分类:
系统相关 时间:
2015-09-19 22:51:25
阅读次数:
267
nginx 日志相关指令主要有两条,一条是log_format,用来设置日志格式,另外一条是access_log,用来指定日志文件的存放路径、格式和缓存大小,通俗的理解就是先用log_format来定义自己想用的日志格式,然后在用zccess_log定义虚拟主机时或全局日志时 在把定义的log_fo...
分类:
其他好文 时间:
2015-09-19 13:52:07
阅读次数:
170
1. ACCEPTAPP_STANDARD.EVENT(‘ACCEPT’);这个触发器处理菜单或工具条上调用Save and Proceed (保存并继续)动作。它执行保存,并移动到指定当作第一个导航块的块上。替换这个触发器中的代码,或创建块级触发器并把执行类型指定为‘Override’.2. FO...
分类:
其他好文 时间:
2015-09-19 09:42:06
阅读次数:
300
载入HelloWorld.exe之后我们看看加载了哪些模块:查看一下堆栈:都是ntdll中的函数,我们想要运行到HelloWorld.exe的main函数中停下。这么办:使用!dh命令。帮助文档中给出!dh的解释如下:The !dh extension displays the headers fo...
分类:
数据库 时间:
2015-09-18 21:43:53
阅读次数:
1004
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2015-09-17 01:13:07
阅读次数:
209
http://www.cnblogs.com/bjxsky/p/4609267.html删除目录及目录下的文件(user ShellApi单元)function SHMyDelDirectory(const Source: string): boolean; var fo: TSHFILEOPSTR...
分类:
其他好文 时间:
2015-09-16 08:35:22
阅读次数:
123
static void Main(string[] args) { List tlist = new List(); var queue = ServiceContainer.GetQueue(); fo...
分类:
其他好文 时间:
2015-09-15 18:30:24
阅读次数:
137
来自:http://yushine.iteye.com/blog/775407FROM_UNIXTIME把 unix时间戳转换为标准时间unix_timestamp把标准时间转换为 unix时间戳//查询语句中不能使用strtotime()函数!但是可以使用unix_timestampDATE_FO...
分类:
数据库 时间:
2015-09-15 09:27:33
阅读次数:
266
一、简介hydra是著名黑客组织thc的一款开源的暴力密码破解工具,可以在线破解多种密码。官 网:http://www.thc.org/thc-hydra,可支持AFP, Cisco AAA, Cisco auth, Cisco enable, CVS, Firebird, FTP, HTTP-FO...
分类:
其他好文 时间:
2015-09-14 12:00:44
阅读次数:
308