摘要:
一、查看所有环境变量的名称和值
二、根据名称查该环境变量的值
三、设置环境变量 阅读全文
摘要:
mysql 命令
mysql -h主机地址 -u用户名 -p用户密码
source xxxxx.sql 阅读全文
摘要:
Work Report System Module 阅读全文
摘要:
JavaScript 基础 2 ways of check type 阅读全文
摘要:
在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但主键也 阅读全文
摘要:
*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 - 阅读全文
摘要:
* 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 阅读全文
摘要:
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 阅读全文
摘要:
/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 阅读全文
摘要:
less-than (<) "& l t;"greater-than (>) "& g t;"and (&&) "& a m p; & a m p;" 阅读全文
摘要:
JS 面向对象实例 prototype 阅读全文