摘要:
windows下安装reids windows下redis下载地址:https://github.com/MSOpenTech/redis/releases。 启动redis服务:在redis目录下启动DOS命令,然后redis-server.exe 这时候另启一个cmd窗口,原来的不要关闭,不然就 阅读全文
摘要:
一、 开启pathinfo 开始在网上搜了一大堆, 不好使, 后来找到了这个, 亲测有效, 保存以方便查找 阅读全文
摘要:
show global variables like 'max_allowed_packet'; 查询结果集最大的限制 set global max_allowed_packet=1024*1024*16; 更改结果集限制的大小 show global variables like 'max_all 阅读全文
摘要:
<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> #preview, .img, img { width:2 阅读全文
摘要:
在mysql中我们通常会采用limit来进行翻页查询,比如limit(0,10)表示列出第一页的10条数据,limit(10,10)表示列出第二页。但是,当limit遇到order by的时候,可能会出现翻到第二页的时候,竟然又出现了第一页的记录。 在mysql中我们通常会采用limit来进行翻页查 阅读全文
摘要:
bootstrap:能够增加兼容性的强大框架. 因为项目需要数据验证,看bootstrapValidator 还不错,就上手一直,完美兼容,话不多说。 需要引用css: bootstrap.min.css bootstrapValidator.min.css js: jquery-1.10.2.mi 阅读全文
摘要:
择需要的插件(我是选这个gildas-lormeau/JSONView-for-Chrome); 4、点击【Download Zip】,插件下载完成,解压缩到相应目录(D:\Download\JSONView-for-Chrome-master); 5、安装,打开chrome - 扩展程序 (地址栏 阅读全文
摘要:
$(function(){ $('.check-all').on('click', function(){ $(this).parent('td').next('td').find(':checkbox').prop('checked', $(this).is(':checked')); }); $ 阅读全文
摘要:
Js脚本页面 html页面 阅读全文