09 2014 档案
摘要:php中序列化与反序列化:serialize()和unserialize();URL编码和解码函数:urlencode()和rawurlencode(),rawurldecode()和urldecode()base64解码和编码:base64_decode() 与base64_encode()
阅读全文
摘要:import flash.events.SecurityErrorEvent;添加事件监听:loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR,securityError);如果能捕获到,则是需要部署crossdomain.xml文件。
阅读全文
摘要:PHP表单验证的3个函数ISSET()、empty()、is_numeric()的使用方法_...
阅读全文
摘要:$count = count($_GET); $i = 0; foreach ($_GET as $key => $value){ if ($i == $count - 1) { $str .= $key . "=" . $value; } el...
阅读全文
摘要:出自:http://www.jb51.net/article/33909.htmhttp://www.cnblogs.com/hustcat/archive/2008/06/11/1217337.htmlwindows下使用perl进行CGI开发必须安装WEB服务器,一般用Apache比较好,因为它...
阅读全文
摘要:Erlang资源erlang豆瓣广播: http://www.iteye.com/forums/tag/Erlang
阅读全文
摘要:Commons LangThe standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra ...
阅读全文
摘要:出自:http://blog.yufeng.info/archives/105-module(ehttpd).-compile(export_all).start() -> start(8888).start(Port) -> N = erlang:system_info(schedul...
阅读全文
摘要:转自:http://blog.chinaunix.net/uid-23500957-id-3875614.html先上个图:话说这位是游戏中出镜最多的MM,和QQ什么关系啊?辅助工具在游戏中增加了两个按钮,点击“对比”则自动找“茬”,用蓝色小框标识,点击“擦除”清除标识。 游戏窗口探查这得用PyWi...
阅读全文
摘要:转自:http://jingyan.baidu.com/article/00a07f38909c6b82d028dc83.htmlwindows下开启方法:拷贝PHP目录中的libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll文件到 system3...
阅读全文