上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 55 下一页

2022年5月27日

spring mvc org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface

摘要: spring mvc 异常处理 org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface 解决方法 Act 阅读全文

posted @ 2022-05-27 10:19 正义的伙伴! 阅读(775) 评论(0) 推荐(0) 编辑

2022年5月24日

spring boot / tomcat 远程调试.

摘要: spring boot 允许远程调试 nohup java -Dspring.profiles.active=dev -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5085 -jar abcdef.jar > nohup. 阅读全文

posted @ 2022-05-24 13:22 正义的伙伴! 阅读(58) 评论(0) 推荐(0) 编辑

2022年4月21日

java 下载文件 文件名称变空格的问题

摘要: // 设置header 下载 , 后台不返回 下载文件名,由前端指定文件名 response.setContentType("application/vnd.ms-excel"); response.setCharacterEncoding("UTF-8"); try { String encode 阅读全文

posted @ 2022-04-21 17:28 正义的伙伴! 阅读(437) 评论(0) 推荐(0) 编辑

2022年4月12日

php xdebug 配置

摘要: phpstorm 使用默认配置就行 配置文件 [xdebug] zend_extension="C:/xampp/php/ext/php_xdebug-3.1.3-7.4-vc15-x86_64.dll" xdebug.mode=debug xdebug.client_host=127.0.0.1 阅读全文

posted @ 2022-04-12 16:21 正义的伙伴! 阅读(86) 评论(0) 推荐(0) 编辑

2022年3月16日

typescript 缓存的 index.d.ts 写法

摘要: /** * store.legacy 缓存 <br/> * see: /fe-lib/storejs/store.legacy.min.js */ class store { // 获取缓存 static get<T extends keyof StoreKvMapping>(key: T): St 阅读全文

posted @ 2022-03-16 13:36 正义的伙伴! 阅读(329) 评论(0) 推荐(0) 编辑

2022年3月3日

git 报错 ` bad object refs/remotes/origin/HEAD`

摘要: git 报错 bad object refs/remotes/origin/HEAD How to handle git gc fatal: bad object refs/remotes/origin/HEAD error: failed to run repack I randomly hit 阅读全文

posted @ 2022-03-03 09:09 正义的伙伴! 阅读(3330) 评论(0) 推荐(0) 编辑

2022年2月23日

vue 打包 js css 添加 hash

摘要: vue项目打包文件增加hash值 (vue-cli 3 无需额外的配置) vue-cli2项目 修改vue项目根目录下的 build/webpack.prod.conf.js文件 js文件: output: { path: config.build.assetsRoot, filename: uti 阅读全文

posted @ 2022-02-23 13:50 正义的伙伴! 阅读(2189) 评论(0) 推荐(0) 编辑

2022年2月10日

kubernetes 命令备忘

摘要: 命令操作 执行 pod shell kubectl exec -it zookeeper-0 -n lvya-devops -- /bin/bash (-- 不可缺) 删除 evicted 状态的 pod kubectl get pods -n lvya-devops | grep Evicted 阅读全文

posted @ 2022-02-10 09:53 正义的伙伴! 阅读(22) 评论(0) 推荐(0) 编辑

2022年1月27日

ckeditor5 集成问题

摘要: 1. mathType 保存图片回显无法更新问题 ckeditor5 会将属性解析到 span(inline) ,或者 figure 上(block), 这时候需要自己写个插件配置下。 参考: https://ckeditor.com/docs/ckeditor5/latest/framework/ 阅读全文

posted @ 2022-01-27 22:32 正义的伙伴! 阅读(152) 评论(0) 推荐(0) 编辑

2022年1月19日

drone 编译问题

摘要: drone-server 编译 编译命令: go install -tags "oss nolimit" github.com/drone/drone/cmd/drone-server 编译命令: go install github.com/drone/drone/cmd/drone-server 阅读全文

posted @ 2022-01-19 09:46 正义的伙伴! 阅读(615) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用