码迷,mamicode.com
首页 >  
搜索关键字:source folders on bu    ( 18316个结果
java.lang.ArrayIndexOutOfBoundsException: 17
项目框架 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
几种连接不同数据库的ADO.NET字符串
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
简单的REST的框架实现
源码下载地址:http://download.csdn.net/source/1662193一. 认识REST REST软件架构是由Roy Thomas Fielding博士在2000年首次提出的。他为我们描绘了开发基于互联网的网络软件的蓝图。REST软件架构是一个抽象的概念,是一种为了实现这一互联...
分类:其他好文   时间:2014-07-22 00:10:37    阅读次数:362
maven打包包含源码
在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
jsoncpp的使用
首先到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 4.4 音量调节流程分析(一)
最近在做Android Audio方面的工作,有需求是在调节Volume_Up_Key & Volume_Down_key时,Spearker or Headset每音阶的衰减变为3db左右。所以利用Source Insight分析Android源码中音量控制的流程,如有错误,欢迎指正,谢谢! .....
分类:移动开发   时间:2014-07-21 08:34:02    阅读次数:388
Ehcache 缓存监控配置
监控 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
lab-bill-sys_NginxTomcatLoadbalance
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
Android开发技巧之查看外部依赖jar的源码_android private libralies does not allow modifications to source
在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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!