启动项目的时候没过脑子打错了命令,直接 npm install ,把 node-sass 搞坏了,删了重装一直报错: 网上查了下:https://developer.aliyun.com/mirror/NPM?from=tnpm 直接用 cnpm 搞好了: $ npm install -g cnpm ...
分类:
其他好文 时间:
2020-07-07 18:14:21
阅读次数:
60
JBoss官方新的地址:https://developers.redhat.com/products/eap/download 可以看到已经移到红帽上了,所以没有账号的先注册一下 下载之后发现是个jar包,我们就进行安装一下 非常简单 一直下一步就行 安装之后进入目录,运行bin目录下的standa ...
分类:
其他好文 时间:
2020-07-06 19:36:14
阅读次数:
98
参考官方文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 其中说: // 当箭头函数的函数体只有一个 `return` 语句时,可以省略 `return` 关键 ...
分类:
编程语言 时间:
2020-07-06 13:13:50
阅读次数:
129
######Documentation Archive https://developer.apple.com/library/archive/navigation/#section=Technologies&topic=Web%20Services XNU内核是Darwin操作系统的一部分,可在m ...
分类:
移动开发 时间:
2020-07-06 01:12:01
阅读次数:
136
vue-resize-split-pane 插件做窗口分隔,之前没有用过,简单使用一下: npm地址:https://developer.aliyun.com/mirror/npm/package/vue-resize-split-pane 安装插件: cnpm install vue-resize ...
分类:
其他好文 时间:
2020-07-05 15:24:47
阅读次数:
229
1. 安装工具 (1) appium http://appium.io 启动appium,如图: (2) 安装android SDK,虚拟机等。最简单的方式是安装AndroidStudio,会自动安装配套工具。 https://developer.android.com/index.html 2. ...
分类:
微信 时间:
2020-07-04 15:24:56
阅读次数:
113
For a web developer, it is very important to know how to design a web page's size. So, given a specific rectangular web page’s area, your job by now i ...
分类:
其他好文 时间:
2020-07-04 13:45:09
阅读次数:
71
https://www.bangzhujiaocheng.com/126.html In order to access certain membership resources, you must accept the latest Apple Developer Program License ...
分类:
移动开发 时间:
2020-07-03 19:52:27
阅读次数:
683
微信小程序可以通过API获取当前位置的经纬度。 在微信小程序开发文档中可以找到这个API的使用示例。 https://developers.weixin.qq.com/miniprogram/dev/api/location.html 但是需要获取具体地址 如:湖南省长沙市岳麓区****,就需要使用 ...
分类:
微信 时间:
2020-07-03 19:24:31
阅读次数:
112
1. 事件循环和 Promise https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/EventLoop https://zhuanlan.zhihu.com/p/33058983 const s = new Date().getSecon ...
分类:
其他好文 时间:
2020-07-03 12:07:32
阅读次数:
62