上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 74 下一页
摘要: 转自: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 阅读(13130) 评论(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 阅读(160) 评论(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 阅读(1307) 评论(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 阅读(17738) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/iechenyb/article/details/102777704 1. springboot支持动态的读取文件,扩展接口:org.springframework.boot.env.EnvironmentPostProcessor 我的项目使用场景起因是 阅读全文
posted @ 2020-05-19 15:01 kelelipeng 阅读(2432) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/alsodzy/p/8527407.html 虽然写起动shell的频率非常不高。。。但是每次要写都要对付一大堆的jar文件路径,新加jar包也必须要修改起动shell。 在网上找到一个挺好的通用shell脚本。 只需要修改一些配置变量,就可以用来做起 阅读全文
posted @ 2020-05-18 13:41 kelelipeng 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: 主要原因是因为 换行符的格式不同 :set ff=unix https://www.cnblogs.com/zjiacun/p/8066841.html _________________________________________________________________________ 阅读全文
posted @ 2020-05-15 15:18 kelelipeng 阅读(1903) 评论(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 阅读(1189) 评论(0) 推荐(0) 编辑
摘要: mysql 日期操作 增减天数、时间转换、时间戳(转换) http://hi.baidu.com/juntao_li/item/094d78c6ce1aa060f6c95d0b MySQL datediff(date1,date2):两个日期相减 date1 - date2,返回天数。select 阅读全文
posted @ 2020-05-13 17:19 kelelipeng 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: https://yanbin.blog/understand-spring-schedule-fixedrate-fixeddelay/#more-8252 用过 Spring 的 @EnableScheduling 的都知道,我们用三种形式来部署计划任务,即 @Scheduled 注解的 fixe 阅读全文
posted @ 2020-05-13 10:51 kelelipeng 阅读(1057) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 74 下一页