上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 75 下一页
摘要: Java生成短链接 (文章)https://www.cnblogs.com/xijin-wu/p/8483649.htmlhttps://www.seoxiehui.cn/article-156919-1.htmlhttps://search.gitee.com/?skin=rec&type=rep 阅读全文
posted @ 2020-06-01 18:02 kelelipeng 阅读(4665) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/logsharing/p/8182920.html ____________________________________________________________________________________________________ 阅读全文
posted @ 2020-05-28 17:44 kelelipeng 阅读(477) 评论(0) 推荐(0)
摘要: 转自:http://blog.sina.com.cn/s/blog_49b1f7210102ve9n.html --A tar -cvf etcbak.tar etc/ 打包一个tar tar -xvf etcbak.tar 解开一个tar tar -xvf etcbak.tar -C ./dir 阅读全文
posted @ 2020-05-28 15:32 kelelipeng 阅读(13386) 评论(0) 推荐(1)
摘要: https://oomake.com/question/337435 1.方法 (OK) Window-> Preferences-> Java-> Compiler-> Building确保“Filtered Resources”包含“.svn /” 2.方法 项目>属性 资源>资源过滤器>添加. 阅读全文
posted @ 2020-05-26 10:40 kelelipeng 阅读(168) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/tttyd/article/details/8722276 方法一:在配置文件/etc/ld.so.conf中指定动态库搜索路径。 vi /etc/ld.so.conf 添加 lib目录 ldconfig 方法二:通过环境变量LD_LIBRARY_PATH 阅读全文
posted @ 2020-05-25 13:36 kelelipeng 阅读(1385) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/bonelee/p/7735479.html https://blog.csdn.net/c851204293/article/details/91427893 https://www.cnblogs.com/hml-blog-com/p/115583 阅读全文
posted @ 2020-05-21 14:35 kelelipeng 阅读(18407) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/iechenyb/article/details/102777704 1. springboot支持动态的读取文件,扩展接口:org.springframework.boot.env.EnvironmentPostProcessor 我的项目使用场景起因是 阅读全文
posted @ 2020-05-19 15:01 kelelipeng 阅读(2711) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/alsodzy/p/8527407.html 虽然写起动shell的频率非常不高。。。但是每次要写都要对付一大堆的jar文件路径,新加jar包也必须要修改起动shell。 在网上找到一个挺好的通用shell脚本。 只需要修改一些配置变量,就可以用来做起 阅读全文
posted @ 2020-05-18 13:41 kelelipeng 阅读(2090) 评论(0) 推荐(0)
摘要: 主要原因是因为 换行符的格式不同 :set ff=unix https://www.cnblogs.com/zjiacun/p/8066841.html _________________________________________________________________________ 阅读全文
posted @ 2020-05-15 15:18 kelelipeng 阅读(1929) 评论(0) 推荐(0)
摘要: Mybatis中Mapper标签总结大全 https://blog.csdn.net/cwx397562/article/details/100334210 mybatis中动态SQL之trim详解 https://www.cnblogs.com/waterystone/p/7070836.html 阅读全文
posted @ 2020-05-15 11:44 kelelipeng 阅读(1199) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 75 下一页