都是因为在新开的线程中更新UI才出错,子线程中更新主线程UI需要用到Handler.
今天有出现如下错误,代码如下:
send.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
new Th...
分类:
移动开发 时间:
2014-10-18 21:05:06
阅读次数:
177
静态NAT
Router(config)#ip nat inside source static tcp 192.168.100.2 61.159.62.131 指定地址转换映射
Router(config)#ip nat inside source static tcp192.168.100.3 61.159.62.132 指定地址转换映射
在内部和外部接口上启用NAT
Rout...
分类:
其他好文 时间:
2014-10-17 18:51:13
阅读次数:
239
Inside Deep Zoom –Part II: Mathematical AnalysisWelcome to part two ofInside Deep Zoom. Inpart one, I talked about the very basic ideas behind Deep Zo...
分类:
Web程序 时间:
2014-10-17 13:45:51
阅读次数:
263
In March 2007 Blaise Aguera y Arcas presentedSeadragon & PhotosynthatTEDthat created quite some buzz around the web. About a year later, in March 2008...
分类:
Web程序 时间:
2014-10-17 13:41:08
阅读次数:
173
首先我们先来看下官方API对SurfaceView的介绍 SurfaceView的API介绍 Provides a dedicated drawing surface embedded inside of a view hierarchy. You can control the format of this surface and, if you lik...
分类:
移动开发 时间:
2014-10-16 19:49:23
阅读次数:
251
10-12 17:02:55.500: E/AndroidRuntime(28343): FATAL EXCEPTION: Timer-210-12 17:02:55.500: E/AndroidRuntime(28343): java.lang.RuntimeException: Can't cr...
分类:
移动开发 时间:
2014-10-14 19:03:09
阅读次数:
268
网络拓扑在asa防火墙设置动态PAT使内网可以通过一个公网地址访问外网命令如下:ciscoasa(config)#nat(inside)1192.168.1.0255.255.255.0ciscoasa(config)#global(outside)1interface在asa防火墙设置静态NAT使客户机可以通过一个公网地址访问dmz区域的web服务器,还需要设置ACL..
分类:
其他好文 时间:
2014-10-09 19:19:38
阅读次数:
339
Control rhythmbox inside EmacsControl rhythmbox inside EmacsIt is until recently that I came across a configuration option that emacs cansend shell co...
分类:
其他好文 时间:
2014-10-07 22:33:54
阅读次数:
177
Inside res/style.xmlInside anim/fadein.xmlInside anim/fadeut.xmlMainActivityDialog imageDiaglog= new Dialog(MainActivity.this,R.style.PauseDialog);htt...
分类:
其他好文 时间:
2014-10-06 02:54:39
阅读次数:
164
1. Headers should not include using declarationCode inside headers ordinarily should not include using declarations. The reason is that the contents o...
分类:
其他好文 时间:
2014-10-03 18:58:15
阅读次数:
142