安装版本:mosquitto1.6.9 mosquitto官网: https://mosquitto.org/files/source/mosquitto-1.6.9.tar.gz libwebsockets下载地址 :https://github.com/warmcat/libwebsockets ...
分类:
其他好文 时间:
2020-06-09 18:29:11
阅读次数:
148
目录 利用nexus搭建npm repository 配置开发环境的registry为我们自己的私有仓库 编写自定义vue组件 将自定义组件作为npm包上传到nexus的repository中 在vue工程中使用使用自己制作的vue组件 nexus搭建npm repository nexus启动(d ...
分类:
Web程序 时间:
2020-06-09 14:33:51
阅读次数:
87
NIO VS IO NIO: 面向缓存; 非阻塞的; selector IO: 面向流; 阻塞的; 无 JAVA IO Java IO: Reading data from a blocking stream. Java IO: A classic IO server design - one co ...
分类:
其他好文 时间:
2020-06-08 19:09:14
阅读次数:
59
NC的单据模型介绍,通过PowerDesigner (v12)进行数据模型、建表、建数据字典、生成VO对象模型,为以后的单据、报表开发提供数据模型。 单据模型介绍 NC 中的多数节点所实现的功能,从技术的角度上看都是针对“单据”的相关操作。这里的“单据”泛指所有能表示为主子表模型的业务数据,比如订单 ...
分类:
其他好文 时间:
2020-06-08 18:47:22
阅读次数:
110
{ "git.autofetch": true, "editor.fontFamily": "'Courier New', Consolas, monospace", "editor.fontSize": 16, "files.autoGuessEncoding": true, // "files. ...
分类:
Web程序 时间:
2020-06-08 14:35:50
阅读次数:
149
You have an array of logs. Each log is a space delimited string of words. For each log, the first word in each log is an alphanumeric identifier. Then ...
分类:
其他好文 时间:
2020-06-08 12:55:59
阅读次数:
59
1.创建一个项目文件夹,包含lib,dist,src三个文件 2.创建配置文件webpack.config.js,和bundle.js文件 3.lib里创建webpack.js文件,用来封装webpack类 4.src里创建一个index.js文件,作文打包的入口文件 ##webpack的基础配置 ...
分类:
Web程序 时间:
2020-06-08 00:36:56
阅读次数:
182
本文参考内容主要有:1. https://gitee.com/all-about-git gitee2. https://www.liaoxuefeng.com/wiki/896043488029600 来自廖雪峰老师的git教程 一、在看命令之前先来了解下git的工作原理 / 流程: Worksp ...
分类:
其他好文 时间:
2020-06-08 00:33:14
阅读次数:
76
安装方式 方式一: 执行 pip install -U requests 联网安装requests pip install -U reqiests 方式二: 1.进入https://pypi.org/project/requests/#files下载并解压requests-***.tar.gz 2. ...
分类:
其他好文 时间:
2020-06-07 21:32:23
阅读次数:
79
安装LNMP架构 环境清单 list CentOS7. nginx-1.18.0-1.el7.ngx.x86_64 php-fpm-5.4.16-48.el7.x86_64 mysql-5.7.23-1.el7.x86_64.rpm-bundle.tar 主机 操作系统 IP地址 硬件/网络 Mys ...
分类:
其他好文 时间:
2020-06-07 19:15:04
阅读次数:
73