Problem D
Predator II
Time limit: 2 seconds
Oh No!!! The predator has entered the room again. But this time it is a different kind of room.
The room is a square of size 1000...
分类:
其他好文 时间:
2014-07-22 23:03:13
阅读次数:
358
there be意思:表示存在或者发生。英文释义:used to show that sth
exists or happens如果现在进行时,单数时用is,复数时用are。现在我问你一个问题.How many students in the class
room?你怎么回答呢?使用there be...
分类:
其他好文 时间:
2014-05-04 12:30:46
阅读次数:
304
uploadify 目前不能正确显示中文的按钮文本。我发现bug的原因是uploadify错误的使用了
js 的 escape 和 flash 的 unescape配对,而这2个是不兼容的。正确的转码传递参数应该用 encodeURI/decodeURI
配对,这2个函数的行为在js和flash里是...
分类:
其他好文 时间:
2014-05-02 00:33:00
阅读次数:
306
只要我们作好了各类操作就可在基本防止一些朋友利用网站本身的漏洞进行网站操作了,很多在php中都有的如XSS用
htmlentities()预防XSS攻击还有sql注入可以用mysql_real_escape_string操作等。PHP包括其他任何网络编程语言的安全性,具体表现在本地安全性和远程安全性...
分类:
Web程序 时间:
2014-05-01 16:32:57
阅读次数:
436