1 psql--
---1.1 psql and chinese----------------------- 如何使 postgresql 的psql 使用 中文提示資訊
---1.2 psql change chinese info--------------- 更改postgresql的中文顯示資訊
---1.3 psql tips------------------------------ postgresql中如何得到乙個隨機的字元
2 right control--
---access deny------------------------------- postgresql 的schema access denied
---table owner------------------------------- postgresql 的table 所有權轉移
3 backup and restore--
---3.1--pitr-------------------------------- postgresql pitr實驗
---3.2--recovery_target_time---------------- postgresql的 pitr實戰---運用 recovery_target_time
---3.3--unfilled wal------------------------ postgresql的pitr中,對 unfilled wal log 如何處理為好
---3.4--postresql timeline------------------ postgresql timeline
4 ppas--
---4.1--ppas current directory--------------- edb*plus的當前路徑問題
---4.2--edb*plus startup--------------------- 如何啟動 edb*plus
---4.3--ppas mtk----------------------------- ppas的mtk tool 工具使用說明
---4.4--ppas dblink-------------------------- ppas通過dblink,訪問oracle資料庫
---4.5--ppas pem----------------------------- enterprisedb公司的postgres enterprise manager 安裝**
5 分割槽表--
---5.1--partition creation------------------- ppas可以安裝分割槽表
6 notify and listen--
---6.1 notify and listen-1------------------ postgresql的notify 與listen (一)
---6.2 notify and listen-2------------------ postgresql的notify 與listen (二)
---6.3 notify and listen-3------------------ postgresql的notify 與listen (三)
---6.4 notify and listen-4------------------ postgresql的notify 與listen (四)
---6.5 notify and listen-5------------------ postgresql的notify 與listen (五)
---6.6 notify and listen-6------------------ postgresql的notify 與listen (六)
---6.7 notify and listen-7------------------ postgresql的notify 與listen (七)
7 xlog--
---7.1 xlog--1------------------------------ postgresql的xlog實驗一
8 checkpoint--
---8.1 checkpoint--1------------------------ postgresql的checkpoint 發生的時機
---8.2 checkpoint--2------------------------ 如何檢視postgresql的checkpoint 活動
9 execute plan--
---9.1 execute plan--1---------------------- postgresql中 index scan 代價的進一步學習
10 記憶體--
---10.1 memory usage--1---------------------
postresql崩潰試驗全記錄
11 xml------------------------------------------
postgresql處理xml資料初步
12 connection error-----------------------------
postgresql的psql客戶端各種連線錯誤總結
13 table capital--------------------------------
postgresql資料庫表名的大小寫實驗
14 引數學習----------
14.1 deadlock_timeout------------------------ postgresql引數學習:deadlock_timeout
C 基礎知識 is與as
一 is與as對比 is檢查乙個物件是否相容於指定的型別,並返回乙個boolean值 true或者fasle。注 is操作符永遠不會丟擲異常 經常按如下方法使用 classa object o new object boolean b1 o is object b1為true.boolean b2 ...
數制與編碼基礎知識
表式方式 二進位制 101 b 八進位制 306 o q 十進位制 23 d 十六進製制 12abcdef h 轉換方式 二進位制轉八進位制 從小數點切開,整數部分自右向左三位數字轉換為一位八進位制,小數部分自左向右三位數字轉換為一位八進位制,位數不夠加0 二進位制轉十六進製制 方式如同二進位制轉八...
《基礎知識 編譯與底層》
對於c 原始檔,從文字到可執行檔案一般需要四個過程 1 預處理階段 對源 檔案中檔案包含關係 標頭檔案 預編譯語句 巨集定義 進行分析和替換,生成預編譯檔案。2 編譯階段 將經過預處理後的預編譯檔案轉換成特定彙編 生成彙編檔案 3 彙編階段 將編譯階段生成的彙編檔案轉化成機器碼,生成可重定位目標檔案...