上一页 1 2 3 4 5 6 ··· 17 下一页
摘要: package com.campuscard.core.utils; import java.util.Date; import java.util.concurrent.TimeUnit; import org.apache.commons.lang3.StringUtils; import org.springframework.dao.DataAccessException; impo... 阅读全文
posted @ 2018-03-15 13:50 网络终结者 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1:添加jar包 2:配制 3:配制xml的filter,最好放filter第一位 总结:就这么简单,session可以正常使用了 阅读全文
posted @ 2018-02-08 14:16 网络终结者 阅读(5985) 评论(0) 推荐(0) 编辑
摘要: MySQL 5.7开启Enhanced Multi-Threaded Slave配置: #slave slave-parallel-type=LOGICAL_CLOCK slave-parallel-workers=16 master_info_repository=TABLE relay_log_info_repository=TABLE relay_log_recovery=ON... 阅读全文
posted @ 2018-01-27 10:07 网络终结者 阅读(143) 评论(0) 推荐(0) 编辑
摘要: [mysqld] port=4316 character_set_server=utf8 lower_case_table_names=0 max_allowed_packet=1024M innodb_file_per_table=1 innodb_buffer_pool_size=2G max_connections=1000 sort_buffer_size=12M join_buffer... 阅读全文
posted @ 2018-01-24 16:05 网络终结者 阅读(102) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8 import threading import pymysql from DBUtils.PooledDB import PooledDB from app.common.file_config import get_config class DbPool(object): _instance_lock = threading.Lock() ... 阅读全文
posted @ 2018-01-12 17:55 网络终结者 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 1:logger.conf 2:logger_factory.py 阅读全文
posted @ 2018-01-12 17:53 网络终结者 阅读(192) 评论(0) 推荐(0) 编辑
摘要: find / -type f -size +800M 阅读全文
posted @ 2018-01-09 15:59 网络终结者 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1:安装jdk,maven 配制环境变量: 2:安装zookeeper 配制zookeeper环境变量 3:把dubbo源码编译成war包 启动cmd黑窗口 ,进入 源码文件所在总目录下 运行命令 mvn install -Dmaven.test.skip=true 命令执行成功结束后,会在 dub 阅读全文
posted @ 2017-11-02 16:49 网络终结者 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 服务管理 客户端连接服务器: 常用命令: 阅读全文
posted @ 2017-11-02 16:21 网络终结者 阅读(626) 评论(0) 推荐(0) 编辑
摘要: du -s 目录 阅读全文
posted @ 2017-10-30 17:28 网络终结者 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 17 下一页