C++11 的新特性:Lambda 表达式CONFIG += c++11 // 返回值 // 值传递 [=](){} 若要修改值需要家`mutable`关键字[=]()mutable{} // 引用传递 [&](){} int ret = []()->int{return 10000;}(); ...
分类:
其他好文 时间:
2021-05-24 15:40:24
阅读次数:
0
npm config -h npm config list prefix 为 --globa 的安装路径 npm config edit 调用notepad编辑 npm ls npm list -g 全局模块 npm list recast ...
分类:
其他好文 时间:
2021-05-24 14:55:51
阅读次数:
0
UmiJS官方文档:https://umijs.org/zh-CN 一、什么是Umi.js umi,中文可发音为乌米,是一个可插拔的企业级 react 应用框架。你可以将它简单的理解为一个专注性能的类 next.js 前端框架,并通过约定、自动生成和解析代码等方式来辅助开发,减少我们开发者的代码量。 ...
分类:
Web程序 时间:
2021-05-24 14:47:45
阅读次数:
0
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:
其他好文 时间:
2021-05-24 14:38:40
阅读次数:
0
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:
编程语言 时间:
2021-05-24 14:35:17
阅读次数:
0
1. 操作系统版本 Red Hat Enterprise Linux Server release 7.2 (Maipo) 2. 下载软件包 去官网找了好久,但是没找到如何下载,于是找到了一个国内的地址 地址:http://mirrors.163.com/centos/7/os/x86_64/Pac ...
分类:
其他好文 时间:
2021-05-24 14:28:03
阅读次数:
0
1 idea File 》 Settings 》Editor 》File Endcoding 》 UTF-8 2 idea 》 Edit Configuration tomcat Server 》VM options 》-Dfile.encoding=UTF-8 3 tomcat\conf 》log ...
分类:
其他好文 时间:
2021-05-24 14:24:24
阅读次数:
0
一、方法一 安装1:npm i postcss-px2rem --save -dev 安装2:npm i lib-flexible --save 配置1:入口文件main.js中引入:import 'lib-flexible' 配置2: 在vue.config.js添加以下代码(没有则自己在项目根目 ...
分类:
移动开发 时间:
2021-05-24 14:09:12
阅读次数:
0
问题描述: 在三台centos7上配置mongo副本集, 三节点启动 docker run -d --name mongoconfig \ -p 26001:27019 \ -v /root/data/soft/mongo/configdb:/data/configdb \ \mongo:4.0.2 ...
分类:
其他好文 时间:
2021-05-24 13:49:16
阅读次数:
0
1.git下载与安装 https://gitforwindows.org/ 一般一直下一步即可 任务栏 打开Git Bash,输入: # 配置用户名 git config --global user.name "username" //( "username"是自己的账户名,) # 配置邮箱 git ...
分类:
Web程序 时间:
2021-05-24 13:46:15
阅读次数:
0