点滴积累,融会贯通

-----喜欢一切有兴趣的东西

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  335 随笔 :: 0 文章 :: 462 评论 :: 21 引用

2011年12月23日 #

摘要: 通用错误处理阅读全文
posted @ 2011-12-23 14:38 小寒 阅读(21) 评论(0) 编辑

2011年10月13日 #

摘要: Mysql的安全设置阅读全文
posted @ 2011-10-13 13:34 小寒 阅读(145) 评论(0) 编辑

2011年10月12日 #

摘要: 一、查看所有环境变量的名称和值 二、根据名称查该环境变量的值 三、设置环境变量阅读全文
posted @ 2011-10-12 08:57 小寒 阅读(29) 评论(0) 编辑

2011年9月22日 #

摘要: mysql 命令 mysql -h主机地址 -u用户名 -p用户密码 source xxxxx.sql阅读全文
posted @ 2011-09-22 10:57 小寒 阅读(34) 评论(1) 编辑

摘要: MySql远程连接的设置阅读全文
posted @ 2011-09-22 10:54 小寒 阅读(36) 评论(0) 编辑

2011年7月4日 #

摘要: Work Report System Module阅读全文
posted @ 2011-07-04 10:19 小寒 阅读(32) 评论(0) 编辑

2011年2月23日 #

摘要: JavaScript 基础 2 ways of check type阅读全文
posted @ 2011-02-23 15:20 小寒 阅读(66) 评论(0) 编辑

摘要: Javascript 基础知识阅读全文
posted @ 2011-02-23 14:56 小寒 阅读(78) 评论(0) 编辑

2011年1月5日 #

摘要: 在Oracle中查看所有的表:select * from tab/dba_tables/dba_objects/cat;看用户建立的表 : select table_name from user_tables; //当前用户的表select table_name from all_tables; //所有用户的表select table_name from dba_tables; //包括系统表select * from user_indexes //可以查询出所有的用户表索引查所有用户的表在all_tables主键名称、外键在all_constraints索引在all_indexes但主键也阅读全文
posted @ 2011-01-05 10:48 小寒 阅读(309) 评论(0) 编辑

2010年12月29日 #

摘要: *First get Properties already existsbash-3.2$ svn pg svn:externalsanidata -r 2253 ^/lib/js/anidata/trunkaudio -r 24051 ^/lib/js/audio/trunknaturalsound -r 26164 ^/lib/js/naturalsound/trunkxml -r 22437 ^/lib/js/xml/trunk*second set Properties(exists and new)bash-3.2$ svn ps svn:externals '> anidata -阅读全文
posted @ 2010-12-29 14:04 小寒 阅读(126) 评论(0) 编辑

摘要: * Pre-defined normal events**help Thrown when the user requests help.**noinput Thrown within an interactive call state when the user has said nothing within the timeout period.**nomatch Thrown when the user utters something outside the active grammars.**connection.disconnect.hangup Thrown when the u阅读全文
posted @ 2010-12-29 14:03 小寒 阅读(66) 评论(0) 编辑

摘要: svn diff | diff2html > ~/public_html/Biz_diff_bug202045.htmlcvs diff -u5 | diff2html > ~/public_html/diff_bugLogs.htmlcvs diff -u5 locality.vxml | diff2html > ~/public_html/diff_bug202097.html-bash-3.2$ svn commit national_tfns-voice.grxml -m 'Bug 179492 Remove filler grammar from national_tfns-voic阅读全文
posted @ 2010-12-29 14:00 小寒 阅读(81) 评论(0) 编辑

摘要: /usr/local/bin/grep -r -inH addressbook * |grep addphone |grep successfind . -name *.pl -exec grep -i log {} \; grep "appsOAPATTGWTestDirPath" *.js/usr/local/bin/grep -rn "appsGrammarURIFor" ./ /usr/local/bin/grep -rn --exclude-dir=.svn 'count="3"' .//usr/local/bin/grep -rn --exclude-dir=.svn "PLACE阅读全文
posted @ 2010-12-29 13:58 小寒 阅读(62) 评论(0) 编辑

摘要: less-than (<) "& l t;"greater-than (>) "& g t;"and (&&) "& a m p; & a m p;"阅读全文
posted @ 2010-12-29 13:50 小寒 阅读(24) 评论(0) 编辑

2010年11月2日 #

摘要: UNIX linux vi命令阅读全文
posted @ 2010-11-02 16:48 小寒 阅读(208) 评论(0) 编辑