摘要:
本人在开发中碰到 启动tomcat时jmx 1099端口被占用的问题,现将解决方法记录下: 解决方法: 找出占用1099端口的进程,进入windows命令,查看占用1099端口的进程 使用命令:netstat -aon|findstr 1099 : 关闭占用该端口的进程:taskkill -f -p 阅读全文
摘要:
//遍历参数: JSONObject obj = JSONObject.fromObject(parameters);JSONObject param = obj.getJSONObject("param");Map<String, Object> conditionMap = new HashMa 阅读全文
摘要:
管理工具是windows系统中的“工具箱”,里面包含了一些常用的系统工具。 最近使用Win10 64位 专业版 的用户反应系统中管理工具打不开的情况; 修复管理工具的方法:1、按下“win+X”快捷键打开超级菜单,点击“命令提示符(管理员)”; 2、在命令提示符中输入:sfc /VERIFYONLY 阅读全文
摘要:
异常记录: idea 2018.3版本和maven 3.6.2版本的兼容性问题 解决:更换其他版本maven,apache-maven-3.5.4. 阅读全文
摘要:
警告 [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library failed to load. The error reported was [C:\Win 阅读全文
摘要:
1、增加一个字段 //增加一个字段,默认(不)为空 alter table user add COLUMN new1 VARCHAR(20) DEFAULT (NOT) NULL; 2、批量增加字段 方法一:使用事务 bagin; //事务开始 alter table tbname add fiel 阅读全文
摘要:
MySql、Mariadb 阅读全文
摘要:
文章来源:https://www.cnblogs.com/ldw-blogs/p/10669637.html 一、蚂蚁金服团队推出的基于React antd (全名:ant.design) 友情跳链:https://ant.design/index-cn;使用antd模板:https://pro.a 阅读全文
摘要:
TubeMQ User Guide: https://github.com/Tencent/TubeMQ/blob/master/docs/tubemq_user_guide.md#top Github 开源地址: https://github.com/Tencent/TubeMQ TubeMQ系统 阅读全文
摘要:
声明: //记录系统日期格式: GSysShortDate, GSysLongDate, GSysTimeFormat: string; //获取系统日期格式:procedure GetSysDateTimeFormat();//设置系统日期格式:procedure SetSysDateTimeFo 阅读全文