摘要: \x65\x76\x61\x6c是否启用\x加密 阅读全文
posted @ 2018-04-16 09:13 追溯。 阅读(3443) 评论(2) 推荐(0) 编辑
摘要: // <![CDATA[ var decToHex = function(str) { var res=[]; for(var i=0;i < str.length;i++) res[i]=("00"+str.charCodeAt(i).toString(16)).slice(-4); return 阅读全文
posted @ 2017-04-24 15:29 追溯。 阅读(624) 评论(0) 推荐(0) 编辑
摘要: unicode速查表 // <![CDATA[ window.document.onmouseover = function() { if (window.event) { obj = event.srcElement ? event.srcElement : event.target; if (o 阅读全文
posted @ 2016-10-21 15:45 追溯。 阅读(565) 评论(0) 推荐(0) 编辑
摘要: <a onclick="showNotification();">show Notification</a> <script> function showNotification () { window.Notification.permission = "granted"; alert(windo 阅读全文
posted @ 2017-02-08 15:45 追溯。 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 首先添加IIS。 控制面板-〉程序-〉打开或关闭Windows功能 1. 勾选“Internet 信息服务” 2. 勾选“IIS 管理控制台” Internet 信息服务-〉Web 管理工具 3. 勾选“CGI” Internet 信息服务-〉应用程序开发功能 IIS自动在c盘建立inetpub文件 阅读全文
posted @ 2016-12-24 09:58 追溯。 阅读(134) 评论(0) 推荐(0) 编辑
摘要: location ~* .*\.(gif|jpg|jpeg|bmp|png|tiff|tif|ico|wmf|js)$ { # slowfs_cache fastcache; # slowfs_cache_key $uri; # slowfs_cache_valid 1d; # add_header 阅读全文
posted @ 2016-12-07 15:01 追溯。 阅读(5426) 评论(0) 推荐(0) 编辑
摘要: location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; ... 阅读全文
posted @ 2016-12-07 11:14 追溯。 阅读(185) 评论(0) 推荐(0) 编辑
摘要: $date = array( 'Monday' => array(date('Y-m-d H:i:s',strtotime("Monday")),date('Y-m-d H:i:s',strtotime("Monday 23:59:59"))), 'Tuesday' => array(date('Y-m-d H:i:s',strtotime("Tuesda... 阅读全文
posted @ 2016-12-06 17:16 追溯。 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 替换掉sql关键字,进行处理 阅读全文
posted @ 2016-11-05 17:40 追溯。 阅读(1674) 评论(0) 推荐(0) 编辑
摘要: 许多喜欢使用chmod命令的用户,对chmod命令的含义和权限仍然不是很清楚,因此在使用的时候对它们造成了一定的麻烦。为了解决这些用户的迷惑,今天小编就和大家一起分享下chmod命令的含义和权限。 对于一条权限赋值命令:sudo chmod -R 764 ×××;我们必须了解其含义: (1)各字段含 阅读全文
posted @ 2016-10-25 09:44 追溯。 阅读(2320) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 PS:最近需要做一个验证用户权限的功能,在官方和百度看了下,发现大家都是用auth来做验证,官方有很多auth的使用教程,但是都不全面,我也提问了几个关于auth的问题 也没人来回答我,无奈只好一步步看代码研究了。本人基础不好,属于半路出家的那种,希望我的教程大家不要见笑。 新手纯属无 阅读全文
posted @ 2016-10-21 17:18 追溯。 阅读(19757) 评论(0) 推荐(0) 编辑