会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
31
32
33
34
35
36
37
38
39
···
65
下一页
2016年6月13日
IE11下不能引入外部css的解决方法
摘要: 原: </head> 改:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 改为<!DOCTYPE>
阅读全文
posted @ 2016-06-13 09:45 94cool
阅读(1816)
评论(0)
推荐(0)
2016年6月7日
数据包嗅探工具:HTTP请求/响应分析工具
摘要: HTTPNetworkSniffer
阅读全文
posted @ 2016-06-07 15:07 94cool
阅读(502)
评论(0)
推荐(0)
2016年6月1日
Java的jar文件安装成windows 服务
摘要: 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
阅读(1481)
评论(0)
推荐(0)
2016年5月2日
Netty系列之Netty高性能之道
摘要: 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
阅读(2078)
评论(0)
推荐(0)
Netty 自动重连
摘要: from: http://www.dozer.cc/2015/05/netty-auto-reconnect.html 自动重连 用 Netty 写 Client 和 Server 的时候必须要去处理自动重连。 Server 端启动时的错误,要去不断重试。 Client 端不仅要处理启动时的错误,还
阅读全文
posted @ 2016-05-02 20:37 94cool
阅读(3088)
评论(0)
推荐(0)
Netty Client重连实现
摘要: from:http://itindex.net/detail/54161-netty-client 当我们用Netty实现一个TCP client时,我们当然希望当连接断掉的时候Netty能够自动重连。 Netty Client有两种情况下需要重连: 对于第一种情况,Netty的作者在stackov
阅读全文
posted @ 2016-05-02 20:32 94cool
阅读(6083)
评论(0)
推荐(0)
2016年4月22日
Android 中布局设置导致的TextView不显示的问题
摘要: 将TextView放入TableLayout中,设置TextView的Layout Witdh/Layout Height 为Wrap Content或其他大小,导致TextView内容无法显示,改为:Match Parent即可
阅读全文
posted @ 2016-04-22 09:26 94cool
阅读(2865)
评论(0)
推荐(0)
2016年4月20日
Android中如何设置RadioButton在文字的右边,图标在左边
摘要: from:http://blog.csdn.net/sunnyfans/article/details/7901592?utm_source=tuicool&utm_medium=referral
阅读全文
posted @ 2016-04-20 11:41 94cool
阅读(8498)
评论(0)
推荐(0)
2016年4月19日
android edittext 去边框 去下划线
摘要: 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
阅读(2031)
评论(0)
推荐(0)
2016年4月15日
转- android硬件传感器
摘要: Java代码 package android.hardware; public interface SensorEventListener { public void onSensorChanged(SensorEvent event); public void onAccuracyChanged(
阅读全文
posted @ 2016-04-15 13:54 94cool
阅读(1428)
评论(0)
推荐(0)
上一页
1
···
31
32
33
34
35
36
37
38
39
···
65
下一页
公告