自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 搭建微服务框架

搭建微服务框架general-service服务env.yaml 文件general_service_port: 8080general_service_address: localhostuser_service_port: 8081user_service_address: localhostsrc/config/env 文件var fs = require('fs');var YAML = require('yamljs');module.exports = { /**

2021-06-17 16:27:34 117

原创 koa+sequelize接口

koa+sequelize接口最近学了一下接口,闲来无事简单的写了一下。此项目首先需要安装koa、koa-router、sequelize、koa-bodyparser、moment 并引入**index.js文件**const Koa = require('koa')const Router = require('koa-router')const app = new Koa()const router = new Router();const bodyparser = require(

2021-05-23 17:00:27 288

原创 gitlab上传

gitlab上传打开gitlab创建新项目在右键打开gitgit config --global user.name “用户名”git config --global user.email “邮箱”git remote add origin http://项目.gitgit add .git status 查看git commit -m “111”git push -u orig...

2019-11-28 16:10:39 245

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除