1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-08-25 22:09:08 +08:00
parent f1a4f9faf3
commit ff6f1375eb
5 changed files with 20 additions and 13 deletions

View File

@ -45,4 +45,5 @@
target web.code.install target web.code.install
target web.code.chrome.spided target web.code.chrome.spided
target web.code.mysql.client

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/shylinux/contexts
go 1.13 go 1.13
require ( require (
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000 github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000
github.com/shylinux/icebergs v0.2.7 github.com/shylinux/icebergs v0.2.7
github.com/shylinux/linux-story v0.0.0-00010101000000-000000000000 github.com/shylinux/linux-story v0.0.0-00010101000000-000000000000

2
go.sum
View File

@ -11,6 +11,8 @@ github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluN
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3 h1:q521PfSp5/z6/sD9FZZOWj4d1MLmfQW8PkRnI9M6PCE= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3 h1:q521PfSp5/z6/sD9FZZOWj4d1MLmfQW8PkRnI9M6PCE=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/godbus/dbus/v5 v5.0.3 h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME= github.com/godbus/dbus/v5 v5.0.3 h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff h1:W71vTCKoxtdXgnm1ECDFkfQnpdqAO00zzGXLA5yaEX8= github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff h1:W71vTCKoxtdXgnm1ECDFkfQnpdqAO00zzGXLA5yaEX8=

View File

@ -22,6 +22,7 @@ import (
_ "github.com/shylinux/linux-story/src/busybox" _ "github.com/shylinux/linux-story/src/busybox"
_ "github.com/shylinux/linux-story/src/kernel" _ "github.com/shylinux/linux-story/src/kernel"
_ "github.com/shylinux/linux-story/src/qemu" _ "github.com/shylinux/linux-story/src/qemu"
_ "github.com/shylinux/mysql-story/src/client"
_ "github.com/shylinux/mysql-story/src/server" _ "github.com/shylinux/mysql-story/src/server"
_ "github.com/shylinux/nginx-story/src/server" _ "github.com/shylinux/nginx-story/src/server"
_ "github.com/shylinux/redis-story/src/client" _ "github.com/shylinux/redis-story/src/client"

View File

@ -20,25 +20,19 @@ volcanos icebergs intshell
learning toolkits contexts learning toolkits contexts
` stroke red fill black ` stroke red fill black
chapter "python" chapter "管理"
refer ` field "下载管理" web.code.install
官网 https://www.python.org/ field "进程管理" cli.daemon
源码 https://www.python.org/downloads/source/
文档 https://docs.python.org/3/reference/index.html
`
field "解释器" cli.python
chapter "logo"
refer `
艺术字 http://www.akuziti.com/
`
chapter "Tech" chapter "Tech"
field webpack web.code.webpack field webpack web.code.webpack
field binpack web.code.binpack field binpack web.code.binpack
field modpack web.code.modpack field modpack web.code.modpack
chapter "Logo"
refer `
艺术字 http://www.akuziti.com/
`
chapter "Raft" chapter "Raft"
refer ` refer `
@ -68,5 +62,13 @@ refer `
源码 https://github.com/Supervisor/supervisor 源码 https://github.com/Supervisor/supervisor
` `
chapter "python"
refer `
官网 https://www.python.org/
源码 https://www.python.org/downloads/source/
文档 https://docs.python.org/3/reference/index.html
`
field "解释器" cli.python
source usr/icebergs/misc/es/es.shy source usr/icebergs/misc/es/es.shy