最近読んだ本。seleniumとITILの本 その他

最近読んだ本
selenium使って自動化したいのねん。テストというより自動化ですね

<a href= http://www.amazon.co.jp/exec/obidos/ASIN/4774178942/aucket-22/ref=nosim/ target= _blank ><img src= https://images-fe.ssl-images-am

  2017-03-31 09:21:45

その他

各種環境変数設定
# vi /etc/profile
(最下部あたりに追記)
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=&#36;ORACLE_BASE/product/11.2.0/xe
export ORACLE_SID=XE
export NLS_LANG=Ameri

  2016-02-2 16:52:00