方法1.go to the Product menu and find the Edit
Scheme menu there.While in Edit Scheme window, select the "Run" option on the
left hand side of the scree...
分类:
其他好文 时间:
2014-06-12 21:03:42
阅读次数:
317
~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the
requested operation has failed~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件
documentRoot: "f:\lm\" 这里应...
分类:
其他好文 时间:
2014-06-12 15:52:44
阅读次数:
215
web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
精简了一下CentOS的开机自启服务,结果重启之后出现提示StartingHALdaemon:[FAILED]然后启动到crond的时候halt了……按理说这个守护进程不是致命的,FAILED也是应该能启动起来系统的,它只是担负U盘以及其他USB硬件识别功能。但是问题是如果需要启动到图形界面,鼠标键盘识别失..
分类:
其他好文 时间:
2014-06-10 23:35:36
阅读次数:
1055
git可以add to index-->commit。但在pull的时候出现: org.eclipse.jgit.api.errors.transportexception。
解决办法:
Eclipse windows-->preferences-->general-->security-->secure storage-->contents-->GIT.
选中ssh后点击delete。
...
分类:
系统相关 时间:
2014-06-10 18:29:59
阅读次数:
3547
《重构-改善既有代码的设计》Martin Fowler 摘要:
第十一章 处理概括关系
有一批重构手法专门处理类的概括关系(generalization , 即继承关系)
Pull Up Field 字段上移
两个子类有相同字段 --》 移到超类
观察函数如何使用它们,使用的方式很相似,考虑归纳到超类
Pull Up Method 函数上移
有些函数...
分类:
其他好文 时间:
2014-06-10 11:10:10
阅读次数:
171
在CentOS
6上的eclipse安装了svbclipse插件后,svn不能使用,并且第一次使用的时候还出现下面错误窗口提示 Failed to load JavaHL
Library. These are the errors that were encountered: ...
分类:
编程语言 时间:
2014-06-10 00:51:27
阅读次数:
410
对于xml文件,一般有两种解析方式:-----pull解析-------------Sax解析-------如果xml文件是本地文件,那么就好说了AssetManager
assetManager = getAssets();// 文件保存在assets目录下,得到assetManager管理器 ....
分类:
移动开发 时间:
2014-06-10 00:39:04
阅读次数:
380