近日乙個朋友推薦了jsqsh,但是沒有實際操練。今日得空,於是上手盤它。
jsqsh-2.3-1.noarch.rpm
安裝方法:
配置驅動程式:
>jsqsh
1> \setup
choose (q)uit, (c)onnection wizard, or (d)river wizard:d
(b)ack, (q)uit, or (a)dd new driver: a
base configuration
---------------------
1 * name : informix
2 * description : informix driver
3 * class : com.informix.jdbc.ifxdriver
4 * url : jdbc:informix-sqli://$:$/$:informixserver=$;db_locale=zh_cn.gb18030-2000;client_locale=zh_cn.gb18030-2000;
5 sql parser : none
6 classpath :
7 name normalizer : none
8 schema query : (none)
status : cannot load driver class (com.informix.jdbc.ifxdrive)
在設定完驅動之後,還需要設定一下classpath的路徑,以載入驅動程式。
如果設定成功之後,在驅動裡會看到前面多了乙個*號。
設定資料庫連線:
choose (q)uit, (c)onnection wizard, or (d)river wizard: c
enter the driver number, (d)river wizard, (b)ack or (q)uit: 1 選擇驅動
測試資料庫連線:
資料庫訪問:
informix@er4 ~ >jsqsh cdr4
warn [state: 01i01][code: 0]: 資料庫正在交易
warn [state: 01i04][code: 0]: informix 動態伺服器 2000 資料庫已被選擇
welcome to jsqsh 2.3
type "\help" for help topics. using jline.
[192.168.10.40][informix] 1> select * from t1;
[192.168.10.40][informix] 2> go
warn [state: 02000][code: 100]: 沒有資料
+----+------+
| id | name |
+----+------+
+----+------+
0 rows in results(total: 0.070s)
MemCache 安裝配置方法
最近在做專案的時候,遇到了需要使用memcached的情況,所以看了看網上的教程,很多情況都沒有出現或者不詳細。所以總結了一下,決定寫一篇安裝教程。以下方式適用於win10環境下。需要在管理員模式的命令列下安裝檔案 win10下可以win q啟動小q,鍵入cmd,右鍵管理員模式啟動 cd d mem...
Git 安裝配置方法
在使用git前我們需要先安裝 git。git 目前支援 linux unix solaris mac和 windows 平台上執行。linux 平台上安裝 git 的工作需要呼叫 curl,zlib,openssl,expat,libiconv 等庫的 所以需要先安裝這些依賴工具。在有 yum 的系...
opengl安裝配置方法整理
1 配置glut庫 預設情況下windows平台已經安裝了opengl1.1版本,但不包含glut庫,glut不是opengl所必須的,但它會給我們學習帶來很大方便。配置glut庫步驟 2 找到自己電腦vs中gl.h所在的資料夾 如e program files microsoft visual s...