lizhenqiu blog

文章、评论与旧内容检索入口
lizhenqiu.com
Latest Articles

文章列表

共 1566 篇文章

MySQL 查询in操作

查询结果按in集合顺序显示 select * from test where id in(3,1,5) order by find_in_set(id,'3,1...

js回车提交事件

常常需要捕捉 用户的输入后用回车 提交的事件,而不是用鼠标单击 一般有两种情况 一、整个页面用一个回车提交事件: document.onkeydown = fu...

PHP拆分日期

$birth=explode('-',$info[birthday]); $y=$birth[0]; $m=$birth[1]; $d=$birth[2];

Robots协议文件写法

文件写法 User-agent: * 这里的*代表的所有的搜索引擎种类,*是一个通配符 Disallow: /admin/ 这里定义是禁止爬寻admin目录下面...

Yourphp上传405错误

这个是少了 index.php 错误链接 /?g=Admin&m=Attachment&a=upload 正确的应该是有index.php /index.php...

第 154 / 174 页 当前展示 1378 - 1386 篇,共 1566 篇