Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
gitee.com/tyss521/beego_blog.git
基于Go语言和beego框架 前端使用layui 布局 开发的个人博客系统
1 . 设置GOPATH(安装目录)
$ export GOPATH=/path/to/
2 . 下载安装
$ go get github.com/shus521/beego_blog
4 . 加入数据库
mysql 新建db_beego数据库把根目录 db_beego.sql 导入
5 . 修改 app.conf 配置
#MYSQL地址
dbhost = localhost
#MYSQL端口
dbport = 3306
#MYSQL用户名
dbuser = root
#MYSQL密码
dbpassword =
#MYSQL数据库名称
dbname = db_beego
#MYSQL表前缀
dbprefix = tb_
6 . 运行
cd 到 beego_blog 目录 执行
$ bee run
7 . 浏览器演示
http://localhost:8099/admin/login (后台)
账号: admin 密码 :123456
8 . 联系方式
qq:313690636
qq群: 571627871
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.