上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 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 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 前端: <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 阅读(231) 评论(0) 推荐(0) 编辑
摘要: waitFor:等待子进程执行结束,或者已终止子进程,此方法立即返回。当RunTime对象调用exec方法后,jvm会创建一个子进程,该子进程与jvm建立三个管道连接:标准输入流、标准输出流、标准错误流。假设该子进程不断向标准输入流、标准输出流写数据,而jvm不读取的话,会导致缓冲区塞满而无法继续写 阅读全文
posted @ 2020-08-28 11:42 忧伤还是快乐EL 阅读(4659) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_37962779/article/details/78605478 https://blog.csdn.net/hongweigg/article/details/79104321 阅读全文
posted @ 2020-08-26 16:02 忧伤还是快乐EL 阅读(347) 评论(0) 推荐(0) 编辑
摘要: Resource resource = new ClassPathResource(“application.properties”); Properties props = PropertiesLoaderUtils.loadProperties(resource); 阅读全文
posted @ 2020-08-26 15:46 忧伤还是快乐EL 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2153) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(7636) 评论(0) 推荐(0) 编辑
摘要: 用vim打开该sh文件,输入: :set ff //回车,显示fileformat=dos :set ff=unix //重新设置下文件格式 :wq //保存退出 阅读全文
posted @ 2020-08-08 10:51 忧伤还是快乐EL 阅读(340) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页