会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shichangle
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
11
下一页
2020年10月30日
自定义maven插件
摘要: 1、pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan
阅读全文
posted @ 2020-10-30 13:42 忧伤还是快乐EL
阅读(285)
评论(0)
推荐(0)
2020年9月11日
django 记录前后台交互ajax
摘要: 前端: <script> $(document).ready(function() { $('.edit-item').click(function () { var tr = $(this).parents('tr'); var command_id = tr.children('td').eq(
阅读全文
posted @ 2020-09-11 17:45 忧伤还是快乐EL
阅读(242)
评论(0)
推荐(0)
2020年8月28日
process.waitFor()
摘要: waitFor:等待子进程执行结束,或者已终止子进程,此方法立即返回。当RunTime对象调用exec方法后,jvm会创建一个子进程,该子进程与jvm建立三个管道连接:标准输入流、标准输出流、标准错误流。假设该子进程不断向标准输入流、标准输出流写数据,而jvm不读取的话,会导致缓冲区塞满而无法继续写
阅读全文
posted @ 2020-08-28 11:42 忧伤还是快乐EL
阅读(4912)
评论(0)
推荐(0)
2020年8月26日
BeanPostProcessor加载次序及其对Bean造成的影响分析,以及Springboot 配置类( @Configuration) 不能使用@Value注解从application.yml中加载值
摘要: https://blog.csdn.net/m0_37962779/article/details/78605478 https://blog.csdn.net/hongweigg/article/details/79104321
阅读全文
posted @ 2020-08-26 16:02 忧伤还是快乐EL
阅读(366)
评论(0)
推荐(0)
springboot读取配置文件
摘要: Resource resource = new ClassPathResource(“application.properties”); Properties props = PropertiesLoaderUtils.loadProperties(resource);
阅读全文
posted @ 2020-08-26 15:46 忧伤还是快乐EL
阅读(146)
评论(0)
推荐(0)
2020年8月20日
RuntimeError: Model class apps.settings.licensefile.LicenseFile doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
摘要: RuntimeError: Model class apps.settings.licensefile.LicenseFile doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. 这
阅读全文
posted @ 2020-08-20 16:10 忧伤还是快乐EL
阅读(131)
评论(0)
推荐(0)
2020年8月11日
SHELL脚本执行mongodb 添加用户权限
摘要: fit_mongo.sh和fit_mongo.sh在同一级目录下: MongoDB添加用户: 1、设置权限:mongodb.conf中添加 auth =true 2、启动mongoDB: cd mongo/mongodb-linux-x86_64-rhel62-4.2.3/bin/./mongod
阅读全文
posted @ 2020-08-11 20:00 忧伤还是快乐EL
阅读(1076)
评论(0)
推荐(0)
MongoClient连接数据库
摘要: public class DbManager { private static volatile DbManager instance; private static final Logger logger = LoggerFactory.getLogger(DbManager.class); pr
阅读全文
posted @ 2020-08-11 19:55 忧伤还是快乐EL
阅读(2206)
评论(0)
推荐(0)
2020年8月10日
Error: Cannot find module 'bug-versions/package.json'
摘要: Error: Cannot find module 'bug-versions/package.json'自动装配package.json,然后自动安装所需的依赖npm install --save-dev cnpm install --save-dev ERROR Error: Cannot fi
阅读全文
posted @ 2020-08-10 16:13 忧伤还是快乐EL
阅读(7796)
评论(0)
推荐(0)
2020年8月8日
windows编写linux执行的脚本,并更改格式
摘要: 用vim打开该sh文件,输入: :set ff //回车,显示fileformat=dos :set ff=unix //重新设置下文件格式 :wq //保存退出
阅读全文
posted @ 2020-08-08 10:51 忧伤还是快乐EL
阅读(365)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告