摘要: #!/bin/bash echo WANdisco Subversion Installer for CentOS 5 echo Please report bugs or feature suggestions to opensource@wandisco.com echo echo Gathering some information about your system... MINVERSION='2' SVNVER='1.7.9' NOW=$(date +"%b-%d-%y%s") #functions gather_info () 阅读全文
posted @ 2013-04-19 15:28 maxwellyu 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 进入$JBOSS_HOME/server/default/deploy中修改:<property name="transactionTimeout">300</property>设置更大的数字即可,计时单位是秒. 阅读全文
posted @ 2013-03-26 15:30 maxwellyu 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Sublime Text快捷键:Ctrl+Shift+P:打开命令面板Ctrl+P:搜索项目中的文件Ctrl+G:跳转到第几行Ctrl+W:关闭当前打开文件Ctrl+Shift+W:关闭所有打开文件Ctrl+Shift+V:粘贴并格式化Ctrl+D:选择单词,重复可增加选择下一个相同的单词Ctrl+L:选择行,重复可依次增加选择下一行Ctrl+Shift+L:选择多行Ctrl+Shift+Enter:在当前行前插入新行Ctrl+X:删除当前行Ctrl+M:跳转到对应括号Ctrl+U:软撤销,撤销光标位置Ctrl+J:选择标签内容Ctrl+F:查找内容Ctrl+Shift+F:查找并替换Ctrl 阅读全文
posted @ 2013-03-26 11:09 maxwellyu 阅读(279) 评论(0) 推荐(1) 编辑
摘要: svn switch --relocate URL_A URLBsample:svn switch --relocate http://localhost/repos/trunk https://localhsot/repos/trunk 阅读全文
posted @ 2013-03-26 10:57 maxwellyu 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 右键-》properties-》log on 阅读全文
posted @ 2013-03-26 10:17 maxwellyu 阅读(336) 评论(0) 推荐(0) 编辑