上上周的一些笔记,有点乱蓬蓬 private String senderName; private String smtpHost; private String user; private String password; private String senderAddress; java mail 发送邮件时, senderName 签名,smtpHost,直接是host(例如:sina.com, localhost)user只是用户名,不需要加上@localhost(例如 manager) senderAddress则需要加上@符 号 如manager@sina.c ...
cruiseControl learning 最近看了些关于持续构建的内容,才知道差了好多,下面是自己的一些记录,可能比较乱,而且也不全是关于cruiseControl的, 希望对大家有用 ........................... 一个 continuous integration 工具,能团队进行敏捷开发,每过一段时间来进行集成,以便随时能发现引入的错误。当build失败后,将会通知提交者,使其能够更改代码。 cruiseControl(CC)的配置是围绕六个插件来展开的。 在提交之后,build失败了,如果不希望在再次提交代码之前重复的构建,可以有如下设置 <p ...
ant的一些核心任务; 1. basename Sets a property to the last element of a specified path in an effort to determine a file's name without directory structure 2. dirname Assigns a file's directory path to a property 3. input Displays a message and reads a line of input from the console, allowing for us ...
 spring 的java.util.Date 数据绑定时,出现的一个问题,前提是controller的 initBinder()已经注册类型了 An error occurred while evaluating custom action attribute "value" with value "${status.value}": Attempt to convert String "1980-01-02" to type "java.util.Date", but there is no Pro ...
最近几天的收获,与spring有些相关的内容吧,下面都是我犯过的错误,做个纪念 1.注意每个配置步骤,尤其是Log文件的配置后,是否有相应的目录及相应的文件,以免报的错误很乱 2.配置文件中,value值必须放在同一行,不要formate,否则可能会引起错误 <value></value> 3. spring:bind 的属性 path 3.找抛出的异常时,可以看看每一大段内容的顶层提示 4.注意 View 中的model名字,要与放入model(Map)中的model名字一致, 5.Cause: com.ibatis.common.exception.N ...
laorer
搜索本博客
存档
最新评论