首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

开发日常话语

2012-10-24 
开发日常语句OperationContextHolder.getPrincipal().getUserName()private static final Logger log Lo

开发日常语句
OperationContextHolder.getPrincipal().getUserName()
private static final Logger log = Logger.getLogger(PurchaseComponentImpl.class);
$_operator.loginName

mount -t nfs 192.168.1.30:/opt/www/uires /opt/www/uires -o nolock
上述如果报错 则用下面的命令后 再用上面的
umount -f /opt/www/uires


grep -P "(12084.*gmtStopSell)" lotterycore-integration-huored.log

搜索文件中包含 12084 并且 gmtStopSell 的行 这是grep的并且 and关系



进入controller 前 可以 debug CarDispatcherServlet.doDispatch 方法,是否car载入,car如果载入则会进入到controller中


系统中大部分的源文件都在30 机器上
/opt/www/share/software 下
cp /opt/www/share/software/oracle/ -R /opt/software/ 目录下

grep -n "2011"  yourfile | tail -1
cat /dev/null > stdout.log

热点排行