会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每天都要进步一点点
善始者实繁,克终者盖寡。 技术栈:angular + ionic + vue + mint-ui + react-native + teaset + h5plus + mui + nodejs + webpack + gulp + ES6 + vux + typescript2 + weex + weex-ui + 微信小程序 + react + ant-design + ant-design-mobile + material-ui + nervjs + taro + taro-ui + spring boot
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
142
下一页
2020年7月10日
egg 开启 gzip 压缩(tl)
摘要: 1.安装 zlib yarn add zlib 2.创建中间件 app/middleware/gzip.js const isJSON = require("koa-is-json"); const zlib = require("zlib"); module.exports = (options)
阅读全文
posted @ 2020-07-10 12:00 每天都要进步一点点
阅读(1056)
评论(0)
推荐(0)
2020年7月9日
node 开启 gzip 压缩(tl)
摘要: gzip是用于压缩,效果特别好,js、css等文件的压缩率一般高达70% 1.pm2 根据应用名停止指定应用 pm2 stop apps 2.安装 compression yarn add compression 3.修改 app.js var express = require("express"
阅读全文
posted @ 2020-07-09 12:00 每天都要进步一点点
阅读(745)
评论(0)
推荐(0)
2020年7月8日
node 多项目运行(tl)
摘要: 1.生成 package.json 文件 npm init -y 2.安装 express 和 path 依赖包 yarn add express path 3.创建 app.js var express = require("express"); var path = require("path"
阅读全文
posted @ 2020-07-08 12:00 每天都要进步一点点
阅读(323)
评论(0)
推荐(0)
2020年7月7日
Navicat 实现数据库迁移(tl)
摘要: https://www.cnblogs.com/crazycode2/p/12848696.html
阅读全文
posted @ 2020-07-07 12:00 每天都要进步一点点
阅读(141)
评论(0)
推荐(0)
2020年7月6日
centos7 开启 mysql8 远程控制(tl)
摘要: https://www.cnblogs.com/crazycode2/p/12395320.html
阅读全文
posted @ 2020-07-06 12:00 每天都要进步一点点
阅读(136)
评论(0)
推荐(0)
2020年7月5日
centos7 设置 防火墙 开机自启(tl)
摘要: https://www.cnblogs.com/crazycode2/p/11333003.html
阅读全文
posted @ 2020-07-05 12:00 每天都要进步一点点
阅读(153)
评论(0)
推荐(0)
2020年7月4日
centos7 防火墙开启(tl)
摘要: https://www.cnblogs.com/crazycode2/p/11173591.html
阅读全文
posted @ 2020-07-04 12:00 每天都要进步一点点
阅读(143)
评论(0)
推荐(0)
2020年7月3日
centos7 设置 mysql 登录密码(tl)
摘要: https://www.cnblogs.com/crazycode2/p/12395377.html
阅读全文
posted @ 2020-07-03 12:00 每天都要进步一点点
阅读(140)
评论(0)
推荐(0)
2020年7月2日
centos7 安装 mysql(tl)
摘要: 1. cd /home 下载mysql源安装包 wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm 2.安装mysql源 yum localinstall mysql80-community-releas
阅读全文
posted @ 2020-07-02 12:00 每天都要进步一点点
阅读(132)
评论(0)
推荐(0)
2020年7月1日
centos7 安装 node(tl)
摘要: 1.cd /root 安装 wget yum install -y wget 2.下载 wget https://nodejs.org/dist/v12.18.2/node-v12.18.2-linux-x64.tar.xz 3.解压 xz -d node-v12.18.2-linux-x64.ta
阅读全文
posted @ 2020-07-01 12:00 每天都要进步一点点
阅读(186)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
142
下一页
公告