Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:
Web程序 时间:
2014-06-24 09:39:53
阅读次数:
363
原地址:http://blog.csdn.net/tanmengwen/article/details/8501612void Update () { if(Input.GetKeyDown(KeyCode.A)) { StartCoroutine(...
分类:
其他好文 时间:
2014-06-24 09:31:02
阅读次数:
370
2014-06-20 BaoXinjian一、摘要DML(data manipulation language): 它们是SELECT、UPDATE、INSERT、DELETE,就象它的名字一样,这4条命令是用来对数据库里的数据进行操作的语言DDL(data definition language)...
分类:
数据库 时间:
2014-06-24 09:08:24
阅读次数:
365
String sql=null;1、sql="update 表名 set = [where=]"2、sql="delete from 表名 [where=]"3、sql="insert into 表名 [column_list] values(date_values) [where=]"4、sql=...
分类:
数据库 时间:
2014-06-23 08:17:50
阅读次数:
258
By语句By语句用于规定分组变量,控制set,merge,update或modify语句官方说明:BY variable-1variable-n> ;specifies the variable that the procedure uses to form BY groups. You can s...
分类:
其他好文 时间:
2014-06-23 07:29:42
阅读次数:
394
本文原地址为:http://blog.csdn.net/horkychen/article/details/18892223关于SQLite的优化,首先是能用SQL语句批次处理的,就不要单笔操作,Cursor就更是能不用就不用。比如成批的DELETE/UPDATE,将条件组装到SQL语句,会比使用C...
分类:
移动开发 时间:
2014-06-23 07:29:16
阅读次数:
356
Sqli Lab?支持报错注入、二次注入、盲注、Update注入、Insert注入、Http头部注入、二次注入练习等。支持GET和POST两种方式。 https://github.com/Audi-1/sqli-labsDVWA (Dam Vulnerable Web Application)DVW...
分类:
Web程序 时间:
2014-06-23 07:01:36
阅读次数:
6603
文章不小心删了~这是我以前写的文章了了。实用性较强,所以现在补回来!安装完kali之后,需要对软件进行一次整体更新:apt-get update & apt-get upgrade但是,先别着急,默认kali安装完之后,里面的更新源很慢,是kali官网的更新源,我们从国内进行下载,肯定会很慢。所以,...
分类:
其他好文 时间:
2014-06-23 06:19:03
阅读次数:
163
PHP如何防止SQL注入及开发安全[php]function inject_check($sql_str) {$check=eregi('select|insert|update|delete|\'|\/\*|\*|\.\.\/|\.\/|union|into|load_file|outfile',...
分类:
数据库 时间:
2014-06-23 06:07:14
阅读次数:
317
update dx9 to dx11refers to CUBEMAP samplertexCUBE(CubeMpaSampler,normal)maybe change toCubemapSampler.Sample(CubeMapSamplerState,???)??? 这里需要一个 三维向量....
分类:
其他好文 时间:
2014-06-21 14:25:05
阅读次数:
230