@@ -14,6 +14,8 @@
* [科學上網](/dev/frp.md)
* [Fast API](/dev/fastapi.md)
* [Telegram Bot](/dev/telegram.md)
+* [SQLite](/dev/sqlite.md)
+* [NetworkX](/dev/networkx.md)
## Windows Environment
@@ -0,0 +1,5 @@
+# NetworkX
+
+* [Gallery](https://networkx.org/documentation/stable/auto_examples/index.html)
@@ -0,0 +1,13 @@
+# sqlite
+```
+db = dataset.connect('sqlite:///:memory:')
+db = dataset.connect('sqlite:///c:/tmp/fb.db')
+cursor=db.query('select pwd from fb')
@@ -1,9 +0,0 @@
-
-## FRP
-* frp -c frpc.ini
-* Frps
-* 把任意機器的任意port 放到對外網路
-