摘要:前台运行: java -classpath xwhb-api-1.0-SNAPSHOT-jar-with-dependencies.jar RunInOneServerVersion 后台运行:(默认输出信息到 nohup.out 具体哪不清楚...) nohup java -classpath x
阅读全文
摘要:Map re = sqlSession.selectOne(MybatisNamespace.ordersTemp_selectTotal, param); Map foIn = new LinkedHashMap(); foIn.put("tId", tId); foIn.put("ZFBSUM", re.get("ZFBSUM") + ""); foIn.put("ZFBWA...
阅读全文
摘要:<meta http-equiv="pragma" content="no-cache"><meta http-equiv="Cache-Control" content="no-cache, must-revalidate"><meta http-equiv="expires" content="
阅读全文
摘要:<select id="selectOnly" parameterType="java.util.Map" resultType="java.lang.Sring"> select temp_table from orders_status where chaxun=#{chaxun};</sele
阅读全文
摘要:It was indeed limits set by the OS. Resolved it with :Edit file /usr/lib/systemd/system/mysqld.serviceAdd at end:LimitNOFILE=65535LimitNPROC=65535$ sy
阅读全文
摘要:本篇内容来自于网络 JVM调优: 内存占用分两部分:java堆内存+直接内存映射(DirectBuffer占用),建议堆内存 适度大小,直接映射内存尽可能大,两种一起占据操作系统的1/2-2/3的内存。 下面以服务器16G内存为例,Mycat堆内存4G,直接内存映射6G,JVM参数如 下: -ser
阅读全文
摘要:安装: http://cassandra.apache.org/download/ 提示用 [root@VM_0_8_centos .cassandra]# find / -name cassandra.yaml /etc/cassandra/default.conf/cassandra.yaml
阅读全文
摘要:环境配置: 安装 flutter 的话 dart是附赠的 flutter安装(照着做就行 主要是国内镜像地址设置) 地址:https://flutter.io/get-started/install/ 安装AS 地址:http://www.android-studio.org/ 安装过程中附赠安装
阅读全文
摘要:mybatis-config.xml admin.xml
阅读全文