promise.then 如果不加第二个参数则会执行catch方法, 加第二个参数则不会执行catch方法。 var pro=new Promise((resolve,reject)=>{ // resolve(); reject(); }) pro.then(()=>{ console.log(' ...
分类:
其他好文 时间:
2021-05-24 13:41:41
阅读次数:
0
Commission Directive 2003-94-EC of 8 October 2003 laying down the principles and guidelines of good manufacturing practice in respect of medicinal pro ...
分类:
其他好文 时间:
2021-05-24 13:33:30
阅读次数:
0
谷歌地球 https://www.google.com/earth/ 谷歌地球(Google Earth,GE)是一款谷歌公司开发的虚拟地球软件,Google Earth来源于Keyhole(锁眼)公司自家原有的旗舰软件。在Google Earth Pro通过拖动时光机功能可以查看不同时期的历史数据 ...
分类:
其他好文 时间:
2021-05-24 09:52:40
阅读次数:
0
@Override public String getUrlRestInfo(String[] command, String fileName) { //新建一个StringBuffer StringBuffer sb = new StringBuffer(); //过程 Process pro ...
分类:
编程语言 时间:
2021-05-24 06:50:41
阅读次数:
0
在生产上部署的Ocelot,,ESTABLISHED到达3000后会不间断出现内部服务器错误及too many file等类似字样错误,经排查,因最近进行了服务器迁移,导致部文件描述符部分没有进行配置,进行配置后,故障恢复。整理如下: 一、系统最大文件描述符 查看系统最大文件描述符 cat /pro ...
分类:
其他好文 时间:
2021-05-24 06:29:41
阅读次数:
0
Git 和 HTTPS git clone https://xxx.daFei 会返回 SSL certificate problem: unable to get local issuer certificate,这时候需要把HTTPS关闭一下 git config --global http.s ...
分类:
Web程序 时间:
2021-05-24 04:28:43
阅读次数:
0
新建一个Qt Widgets Application项目,不添加UI文件,如下图: 建立工程后,在**.pro**文件中添加: QT += charts 然后在**.h**文件中添加: #include "QChart" using namespace QtCharts; 在**.cpp**中,先添 ...
分类:
其他好文 时间:
2021-05-24 02:40:25
阅读次数:
0
文章针对 Windows 10 20H2,版本不同情况可能不同,仅供参考。 安装要求: Windows 10 Pro / Enterprise / Edu 版本在 Build 14393 以上的版本 Windows 必须是 64 位版本 需要启动 Windows Hyper-V 和容器特性 检查是否 ...
package com.itheima.demo02; public class DingYiShouJi { public static void main(String[] args) { String name1 ="华为 HUAWEI Mate 30E Pro 5G麒麟990E SoC芯片 ...
分类:
移动开发 时间:
2021-04-30 11:58:04
阅读次数:
0
ESLint模式下for in遍历对象会报错,可以这样解决: let val = { shu: [1, 2, 3] }; for (let item in val) { if (val.hasOwnProperty(item)) { console.log(item); } } 因为我们在遍历一个对 ...
分类:
移动开发 时间:
2021-04-27 14:25:28
阅读次数:
0