上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 57 下一页
摘要: 初始化 git submodule init 添加子项目 git submodule add -b xxxx {path} -b 指定分支 path 可为空 (不知为何, 直接写在 .gitmodules 或者 .git/config 中编辑 无效, 必须使用 命令行才可以) 设置子模块分支 git 阅读全文
posted @ 2022-12-09 10:31 whmmm 阅读(261) 评论(0) 推荐(0)
摘要: 来源: https://www.xp.cn/b.php/79706.html Symfony2在Nginx下的配置方法图文教程 本文详细讲述了Symfony2在Nginx下的配置方法。分享给大家供大家参考,具体如下: 网上有很多关于symfony2在nginx下的配置文章,如果是小白,按照网上贴出来 阅读全文
posted @ 2022-11-14 16:53 whmmm 阅读(138) 评论(0) 推荐(0)
摘要: spring 版本: 4.3.7 addFormatters(FormatterRegistry registry) 不生效 <!-- 此处与 @EnableWebmvc 冲突, 配置此处后 EnableWebmvc 中的配置无效 --> <mvc:annotation-driven content 阅读全文
posted @ 2022-11-09 15:25 whmmm 阅读(585) 评论(0) 推荐(0)
摘要: 1. 直接修改 .git/config 文件 注意: 仅对当前仓库有效, 推荐这种, 因为不是所有的仓库都需要走代理 [http "https://github.com"] proxy = http://127.0.0.1:1080 或者如下 [http] proxy = http://127.0. 阅读全文
posted @ 2022-11-08 11:17 whmmm 阅读(4869) 评论(0) 推荐(1)
摘要: 1. fatal: the remote end hung up unexpectedly git config --global http.postBuffer 104857600 其他方案: git config --global pack.windowMemory 100m git confi 阅读全文
posted @ 2022-11-07 16:51 whmmm 阅读(131) 评论(0) 推荐(0)
摘要: ERR] 2006 - MySQL server has gone away -- 查询最大数 show global variables like 'max_allowed_packet'; -- 临时设置 set global max_allowed_packet=1024*1024*512; 阅读全文
posted @ 2022-11-03 17:28 whmmm 阅读(42) 评论(0) 推荐(0)
摘要: root location中root指定的只是相对路径,需要和路径结合起来映射地址,比如 location ^~/static/ { ## 这里的root需要和路径结合使用,即是映射的文件位置为 /usr/alyingboy/static root /usr/alyingboy/; index in 阅读全文
posted @ 2022-11-02 15:38 whmmm 阅读(259) 评论(0) 推荐(0)
摘要: 分析查询语句的执行情况,可以分析出所查询的表的一些特征 mysql> EXPLAIN / DESCRIBE / DESC SELECT * FROM......; mysql> DESC SELECT * FROM users\G *************************** 1. row 阅读全文
posted @ 2022-11-01 16:28 whmmm 阅读(46) 评论(0) 推荐(0)
摘要: 参考 https://zhuanlan.zhihu.com/p/153317556 https://www.jianshu.com/p/5986781b7ba0 1. 扫描任意包方法 whmmm 包下 以 Service 结尾, 以 save 开头的方法 execution(* org.whmmm. 阅读全文
posted @ 2022-10-24 11:05 whmmm 阅读(75) 评论(0) 推荐(0)
摘要: 原文: https://www.zhangshengrong.com/p/2Y1kzqzgXZ/ 接口开发过程中不免有表示类型的参数,比如 0 表示未知,1 表示男,2 表示女。通常有两种做法,一种是用数字表示,另一种是使用枚举实现。 使用数字表示就是通过契约形式,约定每个数字表示的含义,接口接收到 阅读全文
posted @ 2022-10-21 14:54 whmmm 阅读(4139) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 57 下一页
//增加一段JS脚本,为目录生成使用