码迷,mamicode.com
首页 >  
搜索关键字:inside    ( 708个结果
[Android]Can't create handler inside thread that has not called Looper.prepare()
都是因为在新开的线程中更新UI才出错,子线程中更新主线程UI需要用到Handler. 今天有出现如下错误,代码如下: send.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { new Th...
分类:移动开发   时间:2014-10-18 21:05:06    阅读次数:177
NAT配置
静态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
http://www.gasi.ch/blog/inside-deep-zoom-2/
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
http://www.gasi.ch/blog/inside-deep-zoom-1/
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
Android之SurfaceView学习
首先我们先来看下官方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
Android Exception 13(Can't create handler inside thread that has not called Looper.prepare())
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的基础配置
网络拓扑在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 Emacs
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
Animate a custom Dialog,自定义Dialog动画
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
Namespace, string, vector and array
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
708条   上一页 1 ... 61 62 63 64 65 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!