shapled

Results 4 comments of shapled
trafficstars

直接运行 main/main.go 就行 他把静态文件文件夹都打包到了 main/statik/statik.go 这个文件中 应该不用安装编译 js 就可以运行项目 项目源码里面好像确实缺失了 monitor 和 queryui,不知道什么原因

Steps: 1. Start MySQL and install the server_audit plugin. 2. Use sysbench to perform load testing. ```bash sysbench --mysql-host= --mysql-port= --mysql-db= --db-driver=mysql --mysql-user= --mysql-password= --threads=1000 --time=300 --verbosity=5 --thread-init-timeout=1200 --table_size=500000 --rand-type=uniform...

我也遇到了这个问题,不知道为什么写绝对路径无效,会直接按照相对路径拼接(不管开头是不是 /),只能写要跳转页面的相对路径了