上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页

2019年10月1日

JS显示当360浏览器详细信息

摘要: <html><head><title>JS显示当前浏览器详细信息</title> <SCRIPT> function whatBrowser() { document.Browser.Name.value=navigator.appName; document.Browser.Version.val 阅读全文

posted @ 2019-10-01 21:51 春分夏至 阅读(352) 评论(0) 推荐(0) 编辑

2019年9月23日

laravel DB:tabel 求两个关联表中不同字段的和

摘要: $result = $users = DB::table('curl_user') ->join('curl_user_detail', 'curl_user.id', '=', 'curl_user_detail.user_id') ->select('curl_user.user_currenc 阅读全文

posted @ 2019-09-23 23:06 春分夏至 阅读(502) 评论(0) 推荐(0) 编辑

2019年9月10日

Cygwin下新版Tmux开启鼠标拖动窗口模式,开启横向纵向分屏

摘要: 老版本的Tmux开启鼠标模式的方法: 先按Ctrl + B, 松开以后,输入冒号,输入set mouse-mode on 回车。 新版本取消了这条命令。 在新版本中,开启鼠标模式的方法为: 输入: tmux 先按Ctrl + B, 松开以后,输入冒号,输入set -g mouse on 回车。 开启 阅读全文

posted @ 2019-09-10 19:39 春分夏至 阅读(812) 评论(0) 推荐(0) 编辑

2019年7月29日

Git 修改已提交的commit注释

摘要: Git 修改已提交的commit注释 https://www.jianshu.com/p/098d85a58bf1 不小心git rebase后出现(master|REBASE 1/10)的解决办法 https://blog.csdn.net/qq_42469247/article/details/ 阅读全文

posted @ 2019-07-29 20:14 春分夏至 阅读(1452) 评论(0) 推荐(0) 编辑

2019年7月20日

设置git bash中显示行号等

摘要: 以管理员的身份打开,git bash ;如果不是以管理员的身份打开后面会出现,该文件无法写入和改动文件等等的权限错误 ,在命令行下面输入 阅读全文

posted @ 2019-07-20 13:43 春分夏至 阅读(1152) 评论(0) 推荐(0) 编辑

2019年1月3日

JS 获取字符串长度

摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>js</title> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script></he 阅读全文

posted @ 2019-01-03 18:19 春分夏至 阅读(2070) 评论(0) 推荐(0) 编辑

2018年12月20日

mysql max_allowed_packet查询和修改

摘要: 写入MySQL报错超出 max_allowed_packet 的问题。 MySQL会根据配置文件会限制server接受的数据包的大小。如果写入大数据时,因为默认的配置太小,插入和更新操作会因为 max_allowed_packet 参数限制,而导致失败。 查看当前配置: mysql> show va 阅读全文

posted @ 2018-12-20 12:14 春分夏至 阅读(11974) 评论(1) 推荐(0) 编辑

2018年11月17日

PHP大批量插入数据库的3种方法和速度对比

摘要: 这篇文章主要介绍了PHP大批量插入数据库的3种方法和速度对比,3种方法分别使用普通insert语句、insert into语句和事务提交,需要的朋友可以参考下 参考地址: https://www.jb51.net/article/51975.htm https://jingyan.baidu.com 阅读全文

posted @ 2018-11-17 17:45 春分夏至 阅读(540) 评论(0) 推荐(0) 编辑

2018年11月11日

mysql5.7.23安装详细过程

摘要: 参考文档: https://blog.csdn.net/weixin_42474227/article/details/80717163 https://blog.csdn.net/weixin_38201936/article/details/81605640 https://blog.csdn. 阅读全文

posted @ 2018-11-11 15:48 春分夏至 阅读(229) 评论(0) 推荐(0) 编辑

2018年11月7日

JS 放大镜

摘要: http://www.elevateweb.co.uk/image-zoom/examples 阅读全文

posted @ 2018-11-07 18:37 春分夏至 阅读(139) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页

导航