转自:http://blog.csdn.net/candycat1992/article/details/38147767本系列主要参考《Unity Shaders and Effects Cookbook》一书(感谢原书作者),同时会加上一点个人理解或拓展。这里是本书所有的插图。这里是本书所需的代...
分类:
编程语言 时间:
2015-07-13 13:37:51
阅读次数:
126
Write an algorithm to determine if a number is "happy".
A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares...
分类:
移动开发 时间:
2015-07-12 09:44:45
阅读次数:
117
get_magic_qoutes_gpc():当magic_quotes_gpc=On的时候,函数get_magic_quotes_gpc()就会返回1当magic_quotes_gpc=Off的时候,函数get_magic_quotes_gpc()就会返回0magic_quotes_gpc函数在p...
分类:
数据库 时间:
2015-07-10 23:33:03
阅读次数:
207
本篇文章,主要先重点说明magic_quotes_gpc、mysql_real_escape_string、addslashes三个函数方法的含义、用法,并举例说明。然后阐述下三者间的区别、关系。一、magic_quotes_gpc这个函数,只有在页面传递 $_GET,$_POST,$_COOKIE...
分类:
数据库 时间:
2015-07-10 23:32:57
阅读次数:
136
Phpcms v9 poster_click函数注入漏洞(GBK和utf8都存在)(已修复)2012-12-21 0个评论 收藏我要投稿一、 漏洞原理:漏洞存在于poster模块可见我们可以控制HTTP_REFERER,而且不受magic_quotes_gpc()控制。所以能够成功注入sql语...
分类:
Web程序 时间:
2015-07-10 12:51:57
阅读次数:
174
http://www.wzoi.org/usaco/12%5C501.asppatpat 学习了一个新的stl函数eg. string poi = "poi"; reverse(poi.begin(), poi.end());就把poi变成了"iop"#include using namespa.....
分类:
其他好文 时间:
2015-07-09 00:45:30
阅读次数:
157
在使用WEB-IOU进行试验的时候,偶然发现一个试验拓扑中,20台左右的设备,有6台设备无法保存配置,保存的时候还出现报错,报错内容如下:*Jun3005:49:50.842:%SYS-2-NV_BAD_PTR:BadNVRAMpointer.NVHeadervaluesare,nv:0x0x10FAD788.textbase:0x0xAB736714.textsize:2542.magic:..
分类:
Web程序 时间:
2015-07-07 19:46:15
阅读次数:
268
Write an algorithm to determine if a number is "happy".
A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares...
分类:
移动开发 时间:
2015-07-03 09:15:07
阅读次数:
131
之前摸索过电脑,知道hp compaq6910p有远程唤醒功能的。当时没在意,现在忽然有了实际的需求,就想起来折腾一下了。看了网上的做法,主要是两方面设置,BIOS和网卡。之后就可以用magic packet来发包唤醒,但网上对这个软件的使用是只需要填写destination Ethernet Address,信以为真,可是怎么也唤不醒。最后自己琢磨着那个IP Broadcast Address也...
分类:
其他好文 时间:
2015-07-02 10:02:05
阅读次数:
112
《PHP实用函数手册》系列技术文章整理收藏 ? ? 1PHP函数补完:error_reporting() http://www.lai18.com/content/425520.html 2PHP函数补完:get_magic_quotes_gpc() http://www.lai18.com/content/425521.html...
分类:
Web程序 时间:
2015-07-01 10:24:00
阅读次数:
276