项目框架 SpringMVC+Hibernate 开发工具 Myeclipse10 报错代码(下图): 检查项目发现出现问题的原因:配置文件有问题,少配置了一个字段,下面红色注释部分。 <fields> a.id,a.title,a.author,a.content,a.source,...
分类:
编程语言 时间:
2014-07-22 08:28:36
阅读次数:
295
1 代码编辑工具1.1 source insightSource insight 是一款很优秀的代码编辑软件,支持创建project(同一时候支持网络创建),语法着色,词语联想,它的代码搜索功能很强大,很适合阅读代码。下图是Source insight的全视图:左边为变量和參数列表:右边为proje...
分类:
其他好文 时间:
2014-07-22 00:29:35
阅读次数:
399
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;或者Server=myServerAddress;Database=myDataBase;User Id=myU...
分类:
数据库 时间:
2014-07-22 00:17:33
阅读次数:
219
源码下载地址:http://download.csdn.net/source/1662193一. 认识REST REST软件架构是由Roy Thomas Fielding博士在2000年首次提出的。他为我们描绘了开发基于互联网的网络软件的蓝图。REST软件架构是一个抽象的概念,是一种为了实现这一互联...
分类:
其他好文 时间:
2014-07-22 00:10:37
阅读次数:
362
在pom.xml中? <project>
......
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<configuration>
<attach>true</attach>
</configurati...
分类:
其他好文 时间:
2014-07-21 13:27:57
阅读次数:
264
首先到github网站下载jsoncpp库的最新版本:https://github.com/open-source-parsers/jsoncpp
点击右下角的Download ZIP进行下载
解压后如下所示:
用vs打开makefiles\vs71\jsoncpp.sln
首先将lib_json设为启动项目,编译连接可能会出现如下的错误:
不用管...
分类:
Web程序 时间:
2014-07-21 11:43:04
阅读次数:
501
最近在做Android Audio方面的工作,有需求是在调节Volume_Up_Key & Volume_Down_key时,Spearker or Headset每音阶的衰减变为3db左右。所以利用Source Insight分析Android源码中音量控制的流程,如有错误,欢迎指正,谢谢! .....
分类:
移动开发 时间:
2014-07-21 08:34:02
阅读次数:
388
监控 ehcache缓存:1,下载:http://terracotta.org/downloads/open-source/destination?name=ehcache-monitor-kit-1.0.3-distribution.tar.gz&bucket=tcdistributions&fi...
分类:
其他好文 时间:
2014-07-21 00:27:02
阅读次数:
378
nginx负载均衡tomcat并且实现反向代理依赖的软件包提前安装到/local驱动器里1.gzipmodulerequireszliblibrary2.rewritemodulerequirespcrelibrary3.sslsupportrequiresopenssllibrary4.nginx下载源码包1.wgethttp://www.openssl.org/source/openssl-1.0.0l.tar.gz2.wgetftp://f..
分类:
数据库 时间:
2014-07-20 15:33:31
阅读次数:
318
在Eclipse中开发android的应用程序时,有时想查看函数的内部实现,但是当在函数上点击ctrl和鼠标左键的时候,往往出现如下提示: Class File EditorSource not foundThe JAR of this class file belongs to container 'Android' which does not allow modifications to ...
分类:
移动开发 时间:
2014-07-20 11:42:00
阅读次数:
217