There are a few scenarios in which your activity is destroyed due to normal app behavior, such as when the user presses the Back button or your activity signals its own destruction by calling finish(). The system may also destroy your activity if it's curr...
分类:
移动开发 时间:
2014-08-09 02:35:56
阅读次数:
492
I am having problems with a bit of code that accesses a restful web service. Running this code, it errors out at var httpResponse = (HttpWebResponse)h...
分类:
Web程序 时间:
2014-08-08 20:56:16
阅读次数:
1149
一般来说这些日志的分析价值不高,而且还占用硬盘空间,一般都会关掉。nginx配置:location~.*\.(gif|jpg|jpeg|png|bmp|swf|ico)${access_logoff;proxy_passhttp://cdel_jxjy;proxy_redirectoff;proxy_set_headerHost$host;proxy_set_headerX-Real-IP$remote_addr;proxy_set_he..
分类:
Web程序 时间:
2014-08-08 18:24:56
阅读次数:
286
虚拟机无法删除的处理方法1)、查看虚拟机状态virsh#list--allIdNameState----------------------------------------------------9instance-000000c7running10instance-0000002erunning11instance-000000a8running12instance-000000a7running-instance-00000066shutoff2)、删..
分类:
其他好文 时间:
2014-08-08 16:30:57
阅读次数:
208
(1)
SQL> startup pfile=/oracle/admin/db/pfile/init.ora.73201416940
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 2095704 bytes
Variable Size...
分类:
其他好文 时间:
2014-08-08 16:15:36
阅读次数:
264
Unlike other programming paradigms in which apps are launched with a main()method, the Android system initiates code in an Activity instance by invoking specific callback methods that correspond to specific stages of its lifecycle. There is a sequence of c...
分类:
移动开发 时间:
2014-08-08 08:28:45
阅读次数:
539
远程仓库的使用远程仓库是依托在网上的管理的项目,有些只能读,或可以写git remote 命令列出了该项目所有的远程仓库的简短名(它对应的是仓库的地址即url,如origin实际上是一个url),克隆或提交项目需要该名,默认是origin的远程库git remote -v 列出了简短名和url添加一...
分类:
其他好文 时间:
2014-08-07 23:00:54
阅读次数:
293
How to mount remote Windows sharesContentsRequired packagesBasic methodBetter MethodEven-better methodYet Another Even-better methodOK, we live in the...
1 登录github, 点击自己感兴趣的repository的fork按钮,这样自己的github主页会有一个拷贝。2 在自己本地修改同时保持和原来的repository同步:git remote -v, 看看自己当前git repository的configure, origin 表示自己的rep...
分类:
其他好文 时间:
2014-08-07 21:55:50
阅读次数:
220