写在前面 ES2020(即 ES11)上周(2020 年 6 月)已经正式发布,在此之前进入 Stage 4 的 10 项提案均已纳入规范,成为 JavaScript 语言的新特性 一.特性一览 ES Module 迎来了一些增强: import():一种可以用动态模块标识异步引入模块的的语法 im ...
分类:
其他好文 时间:
2020-07-03 10:52:07
阅读次数:
128
frp 开机自启动 进入 frp 根目录的 systemd 文件夹 vim frps.service [Unit] Description=Frp Server Service After=network.target syslog.target [Service] Type=simple User ...
分类:
其他好文 时间:
2020-07-02 13:10:49
阅读次数:
53
go 简介 Go是谷歌2009年发布的第二款编程语言。2009年7月份,谷歌曾发布了Simple语言,它是用来开发Android应用的一种BASIC语言。 谷歌资深软件工程师罗布·派克(RobPike)表示,“Go让我体验到了从未有过的开发效率。”派克表示,和今天的C++或C一样,Go是一种系统语言 ...
分类:
其他好文 时间:
2020-07-02 09:20:41
阅读次数:
78
USE [master] GO ALTER DATABASE [数据库名] SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE [数据库名] SET RECOVERY SIMPLE GO USE [数据库名] GO DBCC SHRINKFILE ( ...
分类:
数据库 时间:
2020-07-01 12:28:39
阅读次数:
80
ModuleNotFoundError: No module named ‘dlib’尝试命令,但没成功 pip3 install dlib -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 解决方法:第1步下载对应py ...
分类:
编程语言 时间:
2020-06-30 16:05:09
阅读次数:
296
Learn Webpack theory learn from https://github.com/dykily/simple_webpack and YouTube Build your own bundler and from tomotoes's blog What is a bundler ...
分类:
Web程序 时间:
2020-06-30 00:57:23
阅读次数:
100
只需要调用WM_CTLCOLORLISTBOX和WM_CTLCOLOREDIT来分别处理编辑框和下拉列表。 Combox的创建: int xpos = 100; // Horizontal position of the window. int ypos = 100; // Vertical pos ...
pip install mysql-connector -i http://pypi.douban.com/simple --trusted-host pypi.douban.com mysql-connector是 MySQL 官方提供的驱动器。 import mysql.connector pi ...
分类:
数据库 时间:
2020-06-28 22:48:35
阅读次数:
82
requests接口测试-requests的安装 安装常见问题 提示连接不上,443问题 一般是因为浏览器设置了代理,关闭代理。 网络加载慢,设置国内镜像地址 1.pip安装 2.pycharm安装 国内镜像源 清华:https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:
其他好文 时间:
2020-06-28 20:42:46
阅读次数:
59
原文链接:https://studygolang.com/articles/27476?fr=sidebar golang-set-A simple set type for the Go language. Also used by Docker, 1Password, Ethereum.在git ...
分类:
其他好文 时间:
2020-06-28 15:35:32
阅读次数:
84