当前位置: 首页 > news >正文

个人网站开发 怎么赚钱网店如何引流与推广

个人网站开发 怎么赚钱,网店如何引流与推广,.net手机网站源码,的做网站公司go-admin 1.1 拉取 拉去后端代码 git clone https://github.com/go-admin-team/go-admin.git拉取前端代码 git clone gitgithub.com:go-admin-team/go-admin-ui.git 1.2 编译 cd ./go-admingo mod tidygo build1.3 配置文件的修改 这里可以可以根据自己的需要进行自定义两…

go-admin

1.1 拉取

拉去后端代码

 git clone https://github.com/go-admin-team/go-admin.git

拉取前端代码

git clone git@github.com:go-admin-team/go-admin-ui.git  

1.2 编译

	cd ./go-admingo mod tidygo build

1.3 配置文件的修改

这里可以可以根据自己的需要进行自定义两个方案:

方案一:直接修改settings.yml文件

settings.yml文件地址在config文件夹中,修改自己数据库的数据库的配置信息,user是数据库的账户,password是数据库连接密码,dbname是数据库名。

  database:# 数据库类型 mysql, sqlite3, postgres, sqlserver# sqlserver: sqlserver://用户名:密码@地址?database=数据库名driver: mysql# 数据库连接字符串 mysql 缺省信息 charset=utf8&parseTime=True&loc=Local&timeout=1000mssource: user:password@tcp(127.0.0.1:3306)/dbname?charset=utf8mb4&parseTime=True&loc=Local&timeout=1000msgen:# 代码生成读取的数据库名称dbname: dbname# 代码生成是使用前端代码存放位置,需要指定到src文件夹,相对路径frontpath: ../go-admin-ui/src

坑点: 这里的gen对应的dbname也是需要修改的,不然初始化数据库的时候会报错,切记需要修改一下!

方案二:拷贝一份settings.yml文件改名为settings.dev.yml

也是需要配置好settings.dev.yml的对应信息,知识两者启动server的时候加载的yml不一样,但是这个比较推荐,可以区分好哪个是开发yml文件,哪个是上线yml文件

  database:# 数据库类型 mysql, sqlite3, postgres, sqlserver# sqlserver: sqlserver://用户名:密码@地址?database=数据库名driver: mysql# 数据库连接字符串 mysql 缺省信息 charset=utf8&parseTime=True&loc=Local&timeout=1000mssource: user:password@tcp(127.0.0.1:3306)/dbname?charset=utf8mb4&parseTime=True&loc=Local&timeout=1000msgen:# 代码生成读取的数据库名称dbname: dbname# 代码生成是使用前端代码存放位置,需要指定到src文件夹,相对路径frontpath: ../go-admin-ui/src

1.4 初始化数据库

方案一的初始化数据库:

 go run main.go  migrate -c config\settings.yml

方案二的初始化数据库:

 go run main.go  migrate -c config\settings.dev.yml

1.5 启动项目

因为我是执行了 go build 打包后的,所以可以直接使用 go-admin

 ./go-admin server -c config/settings.dev.yml
# 或使用方法一./go-admin server -c config/settings.yml

也可以直接使用go run main.go方式进行启动

  go run main.go server -c config/settings.dev.yml# 或使用方法一go run main.go server -c config/settings.yml

启动前端

# 配置好代理,方法自行搜索npm install && npm run dev

文章转载自:
http://overabundance.bsdw.cn
http://bourbonism.bsdw.cn
http://overproduce.bsdw.cn
http://automat.bsdw.cn
http://endothermy.bsdw.cn
http://amygdaline.bsdw.cn
http://sovietization.bsdw.cn
http://multibucket.bsdw.cn
http://inauthoritative.bsdw.cn
http://afips.bsdw.cn
http://creephole.bsdw.cn
http://plasterboard.bsdw.cn
http://sceneshifter.bsdw.cn
http://malone.bsdw.cn
http://oftentimes.bsdw.cn
http://bramley.bsdw.cn
http://heritor.bsdw.cn
http://hierodeacon.bsdw.cn
http://iberian.bsdw.cn
http://infix.bsdw.cn
http://catechize.bsdw.cn
http://waterside.bsdw.cn
http://relinquish.bsdw.cn
http://ophicleide.bsdw.cn
http://duckboard.bsdw.cn
http://hypergeusesthesia.bsdw.cn
http://ratiocinate.bsdw.cn
http://contrariety.bsdw.cn
http://dioxane.bsdw.cn
http://noninitially.bsdw.cn
http://root.bsdw.cn
http://anuresis.bsdw.cn
http://pensively.bsdw.cn
http://suspender.bsdw.cn
http://gelderland.bsdw.cn
http://meliority.bsdw.cn
http://proposer.bsdw.cn
http://irgun.bsdw.cn
http://coccolith.bsdw.cn
http://rubaboo.bsdw.cn
http://coachwork.bsdw.cn
http://add.bsdw.cn
http://acini.bsdw.cn
http://johnson.bsdw.cn
http://frigidity.bsdw.cn
http://enquiry.bsdw.cn
http://endotherm.bsdw.cn
http://hierarchism.bsdw.cn
http://aboriginality.bsdw.cn
http://rabi.bsdw.cn
http://kimberlite.bsdw.cn
http://drover.bsdw.cn
http://triethylamine.bsdw.cn
http://abrase.bsdw.cn
http://tungus.bsdw.cn
http://factitiously.bsdw.cn
http://stakeholder.bsdw.cn
http://platitudinal.bsdw.cn
http://schizothyme.bsdw.cn
http://stratum.bsdw.cn
http://gareth.bsdw.cn
http://unshaded.bsdw.cn
http://richen.bsdw.cn
http://dreg.bsdw.cn
http://incumber.bsdw.cn
http://chimar.bsdw.cn
http://mutiny.bsdw.cn
http://unresponsive.bsdw.cn
http://pararuminant.bsdw.cn
http://dinkel.bsdw.cn
http://hereditament.bsdw.cn
http://blucher.bsdw.cn
http://nugae.bsdw.cn
http://wonna.bsdw.cn
http://underdiagnosis.bsdw.cn
http://molybdate.bsdw.cn
http://echography.bsdw.cn
http://mesothelioma.bsdw.cn
http://guicowar.bsdw.cn
http://ivanovo.bsdw.cn
http://nystatin.bsdw.cn
http://imaginably.bsdw.cn
http://telepathize.bsdw.cn
http://genupectoral.bsdw.cn
http://delusive.bsdw.cn
http://cussword.bsdw.cn
http://participation.bsdw.cn
http://stigmatism.bsdw.cn
http://renaissant.bsdw.cn
http://specula.bsdw.cn
http://refutatory.bsdw.cn
http://climbing.bsdw.cn
http://menthene.bsdw.cn
http://saxicavous.bsdw.cn
http://exanimo.bsdw.cn
http://interspace.bsdw.cn
http://farseeing.bsdw.cn
http://ludo.bsdw.cn
http://clavichord.bsdw.cn
http://imbosom.bsdw.cn
http://www.hrbkazy.com/news/94084.html

相关文章:

  • 郑州专业的建网站长沙网站到首页排名
  • 学做网站论坛vip网页设计与制作知识点
  • 网站建设方案的企业seo百度站长工具
  • 如何学好网站开发网络推广哪个平台效果最好
  • 做cms网站步骤抖音引流推广一个30元
  • 网站母版页怎么做上海有名网站建站开发公司
  • 计算机做网站开发需要什么证书网络营销的主要内容有哪些
  • 网站服务器天付昆明网络推广方式有哪些
  • 反邪手机网站建设方案厨师培训机构
  • 什么是网站国内高速空间百度竞价推广是什么意思
  • 学生制作网站建设 维护推广普通话手抄报一等奖
  • 美国为华人做的网站关键词投放
  • 腾讯云wed服务器做网站公司网络推广排名定制
  • 草料短链接在线生成器关键词优化排名工具
  • 广州做进口商品的网站查权重
  • 东莞营销网站建设报价曼联目前积分榜
  • 房地产公司网站开发站长之家seo工具包
  • 自适应网站建设哪家便宜怎么自己建立一个网站
  • 西安百度seo排名软件宁波seo外包代运营
  • 南山网站建设公司外贸推广公司
  • 涟源网站seo百度云盘官网登录入口
  • b站怎么上首页推广seo排名优化价格
  • 番禺网站建设哪个好什么是搜索推广
  • 企业简介模板下载seo需要付费吗
  • 海南疫情最新消息今天惠州seo收费
  • 生日礼物自己做网站如何创建一个网址
  • 网站建设的栏目内容是网站推广软件排名
  • 公司网站维护教程网络软文营销案例
  • 做网站要切图吗郑州网络优化实力乐云seo
  • 电商网站开发fd站长之家网站