原创 Rails Rake指南

點擊打開鏈接 點贊 收藏 分享 文章舉報 qq_16480695 發佈了20 篇原創文章 · 獲贊 3 · 訪問量 1萬+ 私信

原创 錯誤

http://www.cnblogs.com/keen-allan/archive/2012/04/27/2473390.html 點贊 收藏 分享 文章舉報 qq_164806

原创 身份認證部分遇到的問題和解決方案

MyEclipse的debug功能現在還不會用。 接手身份認證的任務後,今天是第二天,不管怎樣總是出問題, API接口文檔中是這樣寫的: 十四、webservice 客戶端調用demo 1、JAVA版 使用https 協議調用覈查接口

原创 工作第二天

com.ibatis.sqlmap.client.SqlMapException: There is no statement named user.ibatorgenerated_selectByExample in this SqlM

原创 工作第三天日誌

velocity語法仍需加強。 在MyEclipse中svn是以插件形式存在的,不需要再外部安裝svn了。 安裝方法:Myeclipse8.5中svn插件安裝方法總結(http://blog.163.com/zhang_zxx/blog

原创 工作第五天日誌

④ updateByPrimaryKey() 和 updateByPrimaryKeySelective() User user =new User(); user.setId(101); user.setUsername("joe"

原创 郵箱認證問題解決方法

在寫郵箱認證時遇到的錯誤解決方法 http://lvqingboy-163-com.iteye.com/blog/712860 http://blog.csdn.net/zexianchen/article/details/5747921

原创 java、js相等的相同和區別,js的return

http://www.jb51.net/article/35535.htm java js的字符串==不同,java中有==和equals,但是js只有== js的return http://tanning555.blog.163.co

原创 extend

在類定義中引入module後,module中的方法成爲類的類方法。 在類定義中用extend引入module。 例如: module Base def test p "This is a class method!"

原创 工作第六天日誌

public String addUser() { userService.addUser(user); return "userManage"; } 我寫的是: public String addAssignment(Assig

原创 工作第一天日誌

ibatis是一個基於SQL映射支持Java和·NET的持久層框架。官網爲:http://www.mybatis.org/ velocity 語法 點贊 收藏 分享 文章舉報

原创 工作第四天日誌

velocity配置文件是Velocity.properties文件。 但是項目中沒有此文件。經過和別人研究終於找到關於velocity的一些文件。在strus.properties文件中:struts.velocity.context

原创 MyEclipse亂碼的問題解決方案

http://blog.csdn.net/jackzhang083/article/details/12259467 http://zhidao.baidu.com/link?url=AnEAa2_buJ2mgsR5oboh_9WJgO

原创 js調試

http://www.360doc.com/content/13/1220/11/8790037_338626990.shtml yui、uglifyjs等js壓縮工具,在線壓縮工具(http://tool.oschina.net/js

原创 Check the result mapping for the 'xxx' property的錯誤

Check the result mapping for the 'xxx' property的錯誤