# 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/nq7ymna
用 Go 語言 0 代碼 10 分鐘完成一個學生管理系統帶頁面,私活必備**
大家好,我是小熊。今天到明天就有好多學生朋友開學了,很多人痛苦不堪精神恍惚捶胸頓足,作爲過來人勸大家一定要看開,畢竟等以後工作了每週的週一都會這樣的。# 不止週一,是每個工作日#今天給大家介紹下各個沒聽過的功能。回憶往昔----上次給大家講了 5 分鐘啓動一個項目,使用到的是go-gin-api這個開源項目。他可能給我們提高很多的開發效率,來看看他寫業務代碼要幾步。數據庫寫 DDL 創建表結構 ⌘ Read more