上一页 1 2 3 4 5 6 7 8 9 ··· 57 下一页
摘要: <!-- myBatis文件 --> <bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"> <property name="dataSource" ref="dataSource" /> <!-- 阅读全文
posted @ 2023-07-07 11:00 whmmm 阅读(699) 评论(0) 推荐(0)
摘要: ## 合并代码 ### 带全部 commit message 的合并 有时候, 期望合并的时候, 把相关的提交也带上,比如下面的格式 ``` Merge branch whmmm/abcd into test ::SUMMARY:: Branch whmmm/abcd commits: 751572 阅读全文
posted @ 2023-06-28 09:39 whmmm 阅读(48) 评论(0) 推荐(0)
摘要: ## 1. 后端设置了跨域, https 下可以, http 不可以 高版本 chrome 配置了策略, 如果访问私有网络, 会出现禁止跨域 chrome://flags/#block-insecure-private-network-requests Block insecure private 阅读全文
posted @ 2023-06-09 11:53 whmmm 阅读(339) 评论(0) 推荐(0)
摘要: ## 主题 1. https://chrome.google.com/webstore/detail/light-theme-for-google-ch/macolkedjdbklefnogmlebabkakpcacg 阅读全文
posted @ 2023-06-05 16:41 whmmm 阅读(19) 评论(0) 推荐(0)
摘要: ```js // 添加 css 脚本 export const loadStyle = url => { const link = document.createElement('link'); link.type = 'text/css'; link.rel = 'stylesheet'; lin 阅读全文
posted @ 2023-06-03 12:25 whmmm 阅读(223) 评论(0) 推荐(0)
摘要: ## 传参 ```sh ## -- 后面跟参数 ## 参考 https://stackoverflow.com/questions/11580961/sending-command-line-arguments-to-npm-script npm run pack -- -i ``` 阅读全文
posted @ 2023-06-01 17:38 whmmm 阅读(19) 评论(0) 推荐(0)
摘要: 1. 新版浏览器 ```js // 这个 api 仅支持新版本浏览器, 旧版还是得创建一个内部图片 setTimeout(() => { let imgRef = this.$refs.img this.imgWidth = imgRef.naturalWidth this.imgHeight = 阅读全文
posted @ 2023-05-30 16:27 whmmm 阅读(62) 评论(0) 推荐(0)
摘要: ref https://www.bbsmax.com/A/obzbgx41JE/ 周五在公司搭好的ELK上查看日志,组长让看看其中NullPointerException出现很多的原因。 通过NullPointerException搜索,点看其中一个查看,发现异常的信息就一行java.lang.Nu 阅读全文
posted @ 2023-05-09 10:20 whmmm 阅读(640) 评论(0) 推荐(0)
摘要: 在RHEL7里有几种防火墙共存:firewalld、iptables、ebtables,默认是使用firewalld来管理netfilter子系统,不过底层调用的命令仍然是iptables等。 firewalld跟iptables比起来至少有两大好处: 1、firewalld可以动态修改单条规则,而 阅读全文
posted @ 2023-04-17 17:39 whmmm 阅读(498) 评论(0) 推荐(0)
摘要: ————————————————版权声明:本文为CSDN博主「无雨无风」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/qq_26764565/article/details/108511829 1、firewa 阅读全文
posted @ 2023-04-17 17:37 whmmm 阅读(203) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 57 下一页
//增加一段JS脚本,为目录生成使用