一、优化Connector http://www.aikaiyuan.com/8466.html tomcat的运行模式有3种 1)bio 默认的模式,性能非常低下,没有经过任何优化处理和支持. 2)nio 利用java的异步io护理技术,noblocking IO技术. 想运行在该模式下,直接修改 ...
分类:
其他好文 时间:
2016-12-02 07:45:43
阅读次数:
289
转自:http://blog.csdn.net/wwsoon/article/details/1485886 之前在使用Double Check Locking 模式时,发现自己还是不太理解。于是写个记录,其实很简单,一看就明白了。应用特别说明:1.Double Check Locking模式是si ...
分类:
其他好文 时间:
2016-12-02 02:56:07
阅读次数:
132
Linux下查看mysql、apache是否安装,并卸载。 指令 ps -ef|grep mysql 得出结果 usr/bin/mysql 是指:mysql的运行路径 var/lib/mysql 是指:mysql数据库文件的存放路径 usr/lib/mysql 是指:mysql的安装路径 1,mys ...
分类:
数据库 时间:
2016-12-01 21:27:17
阅读次数:
259
Articles Forward from Locking in Microsoft SQL Server (Part 12 – Lock Escalation) Today I’d like us to talk about Lock Escalation in Microsoft SQL Ser ...
分类:
数据库 时间:
2016-11-30 11:29:30
阅读次数:
370
本文将接着《Retrofit源码设计模式解析(上)》,继续分享以下设计模式在Retrofit中的应用: 适配器模式 策略模式 观察者模式 单例模式 原型模式 享元模式 一、适配器模式 在上篇说明CallAdapter.Factory使用工厂模式时,提到CallAdapter本身采用了适配器模式。适配... ...
分类:
其他好文 时间:
2016-11-25 20:38:38
阅读次数:
186
1、右键打开“管理NuGet程序包” 2、在搜索框中输入“log4net” ,选择你需要的版本,进行安装引用 3、创建一个log4net的配置文件,或直接在web.config中配置, 4、自己创建的log4net 配置文件,需要进行调用 5、最后在代码中进行调用 6、一个简单的log日志就完成了。 ...
分类:
Web程序 时间:
2016-11-24 19:22:33
阅读次数:
288
初次接触spring boot 在IDEA配置tomcat后启动 启动成功后报这个错误,后面才晓得boot自带了tomcat, 不需要再在工具里配置tomcat启动,直接运行main方法即可,要在tomcat运行 直接打包放入webapps运行即可。出现这个错误的原因就是自己配置的tomcat和sp ...
分类:
编程语言 时间:
2016-11-24 18:50:35
阅读次数:
943
TherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:/usr/lib64/python2.6/site-packages/pycurl.so:undefinedsymbol:CRYPTO_set_locking_callbackPleaseinstallapackagewhichprovidesthismodule,orverifythatthemoduleisinstal..
分类:
Web程序 时间:
2016-11-24 00:31:04
阅读次数:
917
用FindBugs跑自己的项目,爆出两处An increment to a volatile field isn’t atomic。相应报错的代码如下:volatile int num = 0;
nu...
分类:
其他好文 时间:
2016-11-23 14:47:28
阅读次数:
276
转载自: http://www.chinaxing.org/articles/Database/2015/10/23/2015-10-22-mysql-5.7.html Percona的一个测试,在MySQL5.7的情况下将innodb_page_size调整到4k,可以比16k性能提升70%以上; ...
分类:
数据库 时间:
2016-11-21 12:18:56
阅读次数:
240