摘要: Show ssh key file:ssh -v git@github.com 阅读全文
posted @ 2014-08-19 17:46 bruceHuang 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 基本用法1. MACD 金叉:DIFF 由下向上突破 DEA,为买入信号。2. MACD 死叉:DIFF 由上向下突破 DEA,为卖出信号。3. MACD 绿转红:MACD 值由负变正,市场由空头转为多头。4. MACD 红转绿:MACD 值由正变负,市场由多头转为空头。5. DIFF 与 DEA ... 阅读全文
posted @ 2014-08-08 14:05 bruceHuang 阅读(458) 评论(0) 推荐(0) 编辑
摘要: http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-configuration/Writing unit tests for Spring MVC co... 阅读全文
posted @ 2014-08-06 15:12 bruceHuang 阅读(5162) 评论(0) 推荐(0) 编辑
摘要: Table 2.3. Supported keywords inside method names KeywordSampleJPQL snippet And findByLastnameAndFirstname … where x.lastname = ?1 and x.firstname = ? 阅读全文
posted @ 2014-08-04 13:54 bruceHuang 阅读(37730) 评论(0) 推荐(2) 编辑
摘要: 获取最新代码svn update --username %SVN_USER% --password %SVN_PASSWORD% >> "../%LOG_FILE%"备份Tomcat 站点md "%APP_ROOT%\backup\%MVN_PROFILE%-%CUR_DATE%-%myran%" ... 阅读全文
posted @ 2014-07-13 17:12 bruceHuang 阅读(2204) 评论(0) 推荐(0) 编辑
摘要: http://my.oschina.net/uniquejava/blog/83657 阅读全文
posted @ 2014-07-07 14:59 bruceHuang 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 转自[http://blog.csdn.net/hellohaifei/article/details/9707089]在Android 中使用HttpClient,MultipartEntity为了发送图片,文件等资源,现在采用开源的org.apache.http.entity.mime.Mult... 阅读全文
posted @ 2014-07-03 09:51 bruceHuang 阅读(16632) 评论(1) 推荐(0) 编辑
摘要: 在 conf/Catalina/localhost/ 下添加 xml配置文件,文件名和站点名一致。配置文件示例 把站点文件夹放到根目录下 阅读全文
posted @ 2014-06-24 23:21 bruceHuang 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 1, 修改密码mysql -u root -pupdate user set Password = PASSWORD('NEWPWD') WHERE user = 'root';FLUSH PRIVILEGES;2, 添加远程授权GRANT ALL PRIVILEGES ON *.*... 阅读全文
posted @ 2014-06-22 15:53 bruceHuang 阅读(260) 评论(0) 推荐(0) 编辑
摘要: http://www.codejava.net/frameworks/spring/spring-mvc-sample-application-for-downloading-filesn this article, we are going to show you how to implement... 阅读全文
posted @ 2014-06-19 13:59 bruceHuang 阅读(424) 评论(0) 推荐(0) 编辑