https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 1. ()=>{c} 无参数return c a=>{c} 一个参数a return c (a,b)=>{c} 两个 ...
分类:
其他好文 时间:
2020-06-26 22:36:39
阅读次数:
82
Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED) 解决 win10 WSL2 引起 VirtualBox 启动问题 罪魁祸首:https://docs.mi ...
分类:
其他好文 时间:
2020-06-26 16:38:14
阅读次数:
208
Docker 是一个开源项目,诞生于 2013 年初,初是 dotCloud 公司内部的一个业余项目。它基于 Google 公司推 出的 Go 语言实现。 项目后来加入了 Linux 基金会,遵从了 Apache 2.0 协议,项目代码在 GitHub 上进行维护。 Docker 自开源后受到广泛的 ...
分类:
其他好文 时间:
2020-06-26 14:17:45
阅读次数:
93
Chrome浏览器驱动下载地址:http://chromedriver.storage.googleapis.com/index.html Firfox浏览器驱动下载地址:https://github.com/mozilla/geckodriver/releases IE浏览器驱动下载地址:http ...
分类:
Web程序 时间:
2020-06-26 12:35:59
阅读次数:
522
问题: 用AndroidStudio创建no Activity project,发现项目没有Sync成功,而且右键菜单new没有activity。 解决: 因为没有sync,需要修改下build.gradle,可以用阿里镜像: build.gradle repositories { //google ...
分类:
移动开发 时间:
2020-06-26 01:32:33
阅读次数:
246
数组对象是使用单独的变量名来存储一系列的值。数组非常常用。假如你有一组数据(例如:网站名字),存在单独变量如下所示:var site1="Google";var site2="Runoob";var site3="Taobao";如果有 10 个、100 个这种方式就变的很不实用,这时我们可以使用数... ...
分类:
编程语言 时间:
2020-06-26 01:23:27
阅读次数:
102
Docker在Linux上下载与安装配置 官方文档: https://docs.docker.com/install/linux/docker-ce/centos/#set-up-the-repository 1、删除旧版本的docker,防止有残留 sudo yum remove docker \ ...
分类:
系统相关 时间:
2020-06-25 19:27:32
阅读次数:
190
install $ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl py2.7: https://storage.googleapi ...
分类:
其他好文 时间:
2020-06-25 19:22:42
阅读次数:
134
python 解释器: 1、Python 命令行参数 --官方文档:https://docs.python.org/zh-cn/3/using/cmdline.html#options-you-shouldn-t-use 2、在Windows上使用 Python :https://docs.pyth ...
分类:
编程语言 时间:
2020-06-25 19:13:29
阅读次数:
113
背景:这段时间某位同事需要频繁登录我的账号,并且要验证手机验证码,每次都需要我手动将验证码转发给他,觉得非常的麻烦,便想看一下有没有什么能够解放双手的办法,然后发现了AppleScript这么一个非常好用的东西 :) 所需配置 Mac 电脑:既然是使用AppleScript,那么一台MAC电脑自然是 ...
分类:
移动开发 时间:
2020-06-25 16:06:56
阅读次数:
150