随笔分类 -  Other

摘要:如果要求提交版本库时必须写日志,设置如下VisualSVNServer下右键项目“所有任务”》“ManageHooks”》选中Pre-commithook然后edit编辑,添加如下代码@echooff::::Stopscommitsthathaveemptylogmessages.::@echooffsetlocalremSubversionsendsthroughthepathtotherepositoryandtransactionidsetREPOS=%1setTXN=%2remcheckforanemptylogmessagesvnlooklog%REPOS%-t%TXN%|finds 阅读全文
posted @ 2013-05-01 14:50 小天1981 阅读(679) 评论(0) 推荐(0)
摘要:部分朋友注意到自己的 Live Hotmail 的 发信/收信 记录里的时间不对,会错上好几个小时,这是为什么,难道 Live Hotmail 延时发送/接收了我的邮件?经过了解这是由于 Windows Live Hotmail 电子邮件上的时间戳是根据 您在 Windows Live ID 个人注册信息中指定的时区进行设置的。如果该时间戳显示得不正确,您需要确认在 Windows Live ID 个人注册信息中时区设置是否正确。1. 登陆 Windows Live ID 账号管理页:https://account.live.com2. 进入 个人注册信息 修改页面;3. 在这里选择你所处的 阅读全文
posted @ 2013-04-29 13:48 小天1981 阅读(399) 评论(0) 推荐(0)
摘要:从官方下载到uniSynedit的压缩包后,只有for2009的版本,用2010打开,也是没有问题的。编译的时候,在SynEditHighlighter.pas报错:function TSynCustomHighlighter.IsWordBreakChar(AChar: WideChar): Boolean;begin case AChar of #0..#32, '.', ',', ';', ':', '"', '''', '?, '`', &# 阅读全文
posted @ 2013-04-29 13:17 小天1981 阅读(471) 评论(0) 推荐(0)