在使用adb push...或者chmod ...时出现read only file system问题解决办法:>adb shell$su#mount -o remount rw /system (我是要push到/system/app/)#exit$exit>adb push...又有Permis...
分类:
数据库 时间:
2014-08-25 16:42:14
阅读次数:
287
因为产品安全的需求,需要将之前老代码的RMI服务端口绑定到127.0.0.1。解决办法是通过Spring导出服务时设置自己的RMISocketFactory。在验证代码时发现自己实现的RMISocketFactory在有大量RMI请求时,会将造成系统的资源泄漏,导致请求时无法创建本地线程。通过jconsole一看,原..
分类:
其他好文 时间:
2014-08-24 10:22:53
阅读次数:
218
前言: 继前面两节笔记之后,在配置一个虚拟主机时,这中间却遇见了一个问题,这里需要描述做一下笔记,刚刚安装的是Ubuntu server,apt-get下来的apache的版本是2.4.7,之前一直用的是apache2.2的,期间遇见过403错误,只是问题处理的方式方法有些不一样,于是这里就一时没....
分类:
数据库 时间:
2014-08-23 20:18:01
阅读次数:
344
【Struts2国际化资源文件定义的3种范围方法】1)全局的国际化资源文件,对所有的Action和View都有效定义方式:在struts.xml中增加全局资源文件定路径定义:<constantname="struts.custom.i18n.resources"value="globalMessage"></constant>对应的资源文件为classpa..
分类:
其他好文 时间:
2014-08-23 02:27:10
阅读次数:
204
好记性不如烂笔头,在一个坑里徘徊两次的滋味真不好受! wamp2.5安装完毕后,自己手动重新设置了apach的默认根目录。但是发现本机可以访问,别人不能访问。 提示信息为:Forbidden you dont hava permission to access * on the server 你没有...
分类:
其他好文 时间:
2014-08-23 02:17:49
阅读次数:
258
Custom fonts can make all the difference in the world when you’re trying to convey a specific user experience. Luckily, it’s pretty easy to add your own fonts in your iOS app but there are some ...
分类:
移动开发 时间:
2014-08-22 16:33:29
阅读次数:
395
Description
A Civil Engineer is given a task to connect n houses with the main electric power station directly or indirectly. The Govt has given him permission to connect exactly n wires to connect...
分类:
其他好文 时间:
2014-08-22 16:24:39
阅读次数:
289
1.打开配置文件 2.移除不需要的Block,并添加Log Block 3.添加“Custom Trace Listener” 4.定义Attributes 5.添加定义类库“CustomTraceListenerExtensions” 6.编写代码,如下: using System;
using ...
分类:
Web程序 时间:
2014-08-22 12:24:26
阅读次数:
349
// Only override drawRect: if you perform custom drawing.// An empty implementation adversely affects performance during animation.- (void)drawRect:(C...
分类:
其他好文 时间:
2014-08-21 22:36:55
阅读次数:
316
今天git上传的时候出现了如下错误:Permission denied (publickey).fatal: The remote end hung up unexpectedly原因分析:ssh key 过期,重新创建即可。步骤如下:1.ssh-keygen (注意短横线前后都没有空格)2.Ent...
分类:
其他好文 时间:
2014-08-21 22:29:04
阅读次数:
211