# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/czatnba
達夢數據庫實戰**
咱們國產軟件,硬件都在飛速發展。但是發展過程中,一些敢於挑戰勇敢嚐鮮 (其實誰願意做小白鼠,還不是身不由己) 的人都經歷過一些痛苦的過程,獲得了被動的成長,這裏分享給大家。那些語法的坑兒我們應用程序持久層使用的是 JPA,使用一些 native 語法時會有不兼容問題,mysql 運行 OK 的,達夢那邊報錯。如果 JPA 框架定義 Entity 時使用了 text 作爲數據類型,就不能自動生成數據 ⌘ Read more