上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 65 下一页
摘要: Java的jar文件安装成windows 服务: 1、下载:nssm,复制到jar文件目录下 2、 jar文件目录下创建bat文件【run.bat】,内容为【java -jar 文件名.jar】 3、 管理员权限下打开cmd窗口,切换至jar文件目录,执行:nssm install 服务名称 "ja 阅读全文
posted @ 2016-06-01 16:49 94cool 阅读(1458) 评论(0) 推荐(0)
摘要: from:http://itindex.net/detail/49964-netty-%E7%B3%BB%E5%88%97-netty 1. 背景 1.1. 惊人的性能数据 最近一个圈内朋友通过私信告诉我,通过使用Netty4 + Thrift压缩二进制编解码技术,他们实现了10W TPS(1K的复 阅读全文
posted @ 2016-05-02 20:37 94cool 阅读(2038) 评论(0) 推荐(0)
摘要: from: http://www.dozer.cc/2015/05/netty-auto-reconnect.html 自动重连 用 Netty 写 Client 和 Server 的时候必须要去处理自动重连。 Server 端启动时的错误,要去不断重试。 Client 端不仅要处理启动时的错误,还 阅读全文
posted @ 2016-05-02 20:37 94cool 阅读(3057) 评论(0) 推荐(0)
摘要: from:http://itindex.net/detail/54161-netty-client 当我们用Netty实现一个TCP client时,我们当然希望当连接断掉的时候Netty能够自动重连。 Netty Client有两种情况下需要重连: 对于第一种情况,Netty的作者在stackov 阅读全文
posted @ 2016-05-02 20:32 94cool 阅读(6064) 评论(0) 推荐(0)
摘要: 将TextView放入TableLayout中,设置TextView的Layout Witdh/Layout Height 为Wrap Content或其他大小,导致TextView内容无法显示,改为:Match Parent即可 阅读全文
posted @ 2016-04-22 09:26 94cool 阅读(2835) 评论(0) 推荐(0)
摘要: from:http://blog.csdn.net/sunnyfans/article/details/7901592?utm_source=tuicool&utm_medium=referral 阅读全文
posted @ 2016-04-20 11:41 94cool 阅读(8475) 评论(0) 推荐(0)
摘要: EditText的background属性设置为@null就搞定了:android:background="@null"style属性倒是可加可不加附原文:@SlumberMachine, that's a great observation! But, it seems that there is 阅读全文
posted @ 2016-04-19 12:28 94cool 阅读(2006) 评论(0) 推荐(0)
摘要: Java代码 package android.hardware; public interface SensorEventListener { public void onSensorChanged(SensorEvent event); public void onAccuracyChanged( 阅读全文
posted @ 2016-04-15 13:54 94cool 阅读(1411) 评论(0) 推荐(0)
摘要: Could not load file or assembly 'System.Data.SQLite.dll' or one of its dependencies. 找不到指定的模块。 错误提示如下: Could not load file or assembly 'System.Data.SQ 阅读全文
posted @ 2016-03-30 09:57 94cool 阅读(6374) 评论(0) 推荐(0)
摘要: log4j.logger.org.apache.commons.beanutils.MethodUtils=off 或 log4j.logger.org.apache.commons.beanutils=off 阅读全文
posted @ 2016-03-23 10:58 94cool 阅读(3934) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 65 下一页