服务器列表 统一设置系统时间 timedatectl set-ntp no timedatectl set-time '2020-08-05 11:58:08' 规划:4个docker宿主机,两个manager节点互备,manager节点同时承担worker的角色 Server01节点以管理者身份加 ...
分类:
其他好文 时间:
2020-08-06 15:37:59
阅读次数:
96
源管理 yarn config get registry yarn config set registry https://registry.npm.taobao.org -g yarn config set sass_binary_site http://cdn.npm.taobao.org/di ...
分类:
其他好文 时间:
2020-08-05 19:45:18
阅读次数:
79
服装价格变动,触发淘宝发布活动和消费者购买衣服事件流 1 public class EventStandard 2 { 3 public class Clothes { 4 5 /// <summary> 6 /// 服装编码 7 /// </summary> 8 public string Id ...
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=1008 1、excel冻结首行要取消的话,点一下上面那个按钮 2、这样的话,向右拉,第 ...
分类:
其他好文 时间:
2020-07-21 09:54:55
阅读次数:
76
搭建node环境和npm安装 什么是NodeJS? Node.js就是运行在服务端得JavaScript 什么是npm? nodejs的包管理工具,可以下载使用公共仓库的包,类似maven包安装分为本地安装、全局安装 npm install express # 本地安装express npm ins ...
分类:
其他好文 时间:
2020-07-18 19:58:07
阅读次数:
67
public static JSONObject getToken(String appId,String appSecret){ String url="https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&app ...
分类:
微信 时间:
2020-07-17 14:05:12
阅读次数:
111
国外镜像会很慢 可用 get命令查看registry npm congfig get registry 原版结果为 http://registry.npmjs.org 用set命令换成阿里的镜像就可以了 npm config set registry https://registry.npm.tao ...
分类:
其他好文 时间:
2020-07-10 13:43:13
阅读次数:
83
C++-Struct string初始化&&map初始化 July 10, 2020 2:16 AM swap:vector map stdvector().swap(m_vStruct); stdvector().swap(m_mStruct); struct memset 结构体成员有strin ...
分类:
编程语言 时间:
2020-07-10 09:48:16
阅读次数:
73
启动项目的时候没过脑子打错了命令,直接 npm install ,把 node-sass 搞坏了,删了重装一直报错: 网上查了下:https://developer.aliyun.com/mirror/NPM?from=tnpm 直接用 cnpm 搞好了: $ npm install -g cnpm ...
分类:
其他好文 时间:
2020-07-07 18:14:21
阅读次数:
60