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

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 四季皆春 阅读(1457) 评论(0) 推荐(0)

2019年7月20日

设置git bash中显示行号等

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

posted @ 2019-07-20 13:43 四季皆春 阅读(1165) 评论(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 四季皆春 阅读(2093) 评论(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 四季皆春 阅读(12316) 评论(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 四季皆春 阅读(562) 评论(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 四季皆春 阅读(236) 评论(0) 推荐(0)

2018年11月7日

JS 放大镜

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

posted @ 2018-11-07 18:37 四季皆春 阅读(148) 评论(0) 推荐(0)

aviary 图片编辑器

摘要: 文档地址: https://developers.aviary.com/docs/web/setup-guide 阅读全文

posted @ 2018-11-07 18:37 四季皆春 阅读(193) 评论(0) 推荐(0)

2018年10月27日

API bluePrint 文档编写

摘要: https://apiblueprint.org/ https://www.npmjs.com/package/drakov https://github.com/apiaryio/api-blueprint/blob/master/examples/01.%20Simplest%20API.md 阅读全文

posted @ 2018-10-27 10:08 四季皆春 阅读(252) 评论(0) 推荐(0)

2018年10月22日

js正则表达式中replace的$0,$1是什么?

摘要: js正则表达式中replace的$0,$1是什么? x详解:https://segmentfault.com/q/1010000005727586 阅读全文

posted @ 2018-10-22 16:17 四季皆春 阅读(16028) 评论(0) 推荐(0)

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

导航