Categories
- FFMpeg (5)
- Libav (1)
 
 - Google (3)
 - iBeacon (1)
 - LDAP (3)
 - Me (2)
 - Network (11)
 - OS (149)
 - RTMP (4)
 - SIP (1)
- Kamailio (1)
 
 - SNMP (1)
 - VMware (20)
- VCP考試 (1)
 
 - 伺服器 網站服務 (105)
 - 名詞解釋 (4)
 - 專案管理 (1)
 - 工具軟體 (51)
- Adobe (1)
	
- FMS (1)
 
 - Cloudera (1)
 - Docker (1)
 - Eclipse (4)
 - Intellij (2)
 - OBS (2)
 - Office (10)
	
- Excel (4)
 - PowerPoint (5)
 
 - Postman (2)
 - Splunk (13)
 - Virtualbox (2)
 - Visual Studio (2)
 - 文字編輯器 (10)
	
- Sublime Text 2 (6)
 - Sublime Text 3 (3)
 - Vim (3)
 
 - 連線工具 (1)
	
- Xshell (1)
 
 
 - Adobe (1)
	
 - 程式語言 (81)
- CSS (2)
 - HTML (2)
 - iOS (1)
 - Java (31)
 - JavaScript (5)
 - jQuery (4)
	
- jsTree (2)
 
 - JSP (3)
 - PHP (16)
 - Python (8)
 - Ruby (1)
 - sed (1)
 - Shell Script (8)
 - Windows Bash Script (1)
 - XML (1)
 
 - 資料庫 (38)
 
- FFMpeg (5)
 
Category Archives: RocksDB
[RocksDB] Reverse search
To get a reverse order list, assume prefix is set and startRow is not specified. We need to add the startRow to the maximum value of the character for positioning if (startRow != null) { scanObj.setStartRow(startRow); } else if (request.isReverse()) … Continue reading
RocksDB Tool
Install rocksdb first. brew install rocksdb Add alias in zshrc alias ldb = ‘rocksdb_ldb –db=. ‘ List all column families # ldb list_column_families Column families in .: {default, S1, User, C1, C2, U1, C3} Scan command: # ldb –column_family=User scan … Continue reading
									
						Posted in RocksDB					
					
				
				
				Comments Off on RocksDB Tool