Given a list of positive integers nums and an int target, return indices of the two numbers such that they add up to a target - 30. Conditions: You wi ...
分类:
其他好文 时间:
2020-04-06 09:49:05
阅读次数:
76
1.新建项目 新建vue项目直接通过命令行即可,过程比较简单,具体参照:https://www.jianshu.com/p/02b12c600c7b 需要注意的是,直接在需要生成的目录下用命令行操作即可,不用先新建该项目的文件夹。 2.遇到报错 Error: Cannot find module ' ...
分类:
其他好文 时间:
2020-04-05 20:28:44
阅读次数:
92
OpenSSL1.1.1没有libeay.dll和ssleay.dll https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gz http://slproweb.com/products/Win32OpenSSL.html 程序运行 ...
分类:
其他好文 时间:
2020-04-04 11:56:08
阅读次数:
149
vscode 程序运行时报错: 原因 使用了runcode插件 这个错误一般出现在使用命令行输入的时候出现。 但是output页面是只读的,只能输出,不能用来输入。 解决 解放方法是,将run code设置为在Teminal中运行: File -> Preferences -> Settings 找 ...
分类:
其他好文 时间:
2020-04-04 10:00:36
阅读次数:
220
D:/Qt/Qt5.9.0/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file debug\nh_03test ...
分类:
其他好文 时间:
2020-04-03 21:58:08
阅读次数:
93
1.情景展示 在安装chrome离线扩展程序时,报错信息如下:无法从该网站添加应用、扩展程序和用户脚本(Apps, extensions, and user scripts cannot be added from this website)。 2.解决方案 第一步:新建一个标签页,在地址栏输入:c ...
分类:
Web程序 时间:
2020-04-03 18:02:33
阅读次数:
286
由于内存条种类繁多,参数多样,很多小白DIY电脑的,会发现购买内存条是件头疼的事。大家对内存容量以及内存频率关注较多,而对内存时序却关注的很少,其实内存时序也是内存的参数之一,内存时序究竟有多重要呢?内存时序是描述同步动态随机存取存储器(SDRAM)性能的四个参数:CL、TRCD、TRP和TRAS,单位为时钟周期。它们通常被写为四个用破折号分隔开的数字,如16-18-18-36。宏旺半导体了解到,
分类:
其他好文 时间:
2020-04-03 15:02:58
阅读次数:
71
今天在项目中使用echarts ,项目中,需要点击对应的图片,来对折线图和柱状图的切换 首先,HTML代码是这样子的: <div v-if="showType==1" id="lineChart" style="width: 100%;height:100%;"></div> <div v-if=" ...
分类:
其他好文 时间:
2020-04-03 13:53:17
阅读次数:
1757
{ 编辑 Android.mk 文件,加入下面的代码: LOCAL_CPP_FEATURES += exceptions 或者: LOCAL_CPPFLAGS += -fexceptions } ...
分类:
移动开发 时间:
2020-04-03 00:15:29
阅读次数:
89
代码流程: NameNode.main() // 入口函数 |——createNameNode(); // 通过new NameNode()进行实例化 |——initialize(); // 方法进行初始化操作 |——startHttpServer(); // 启动HttpServer |——loa ...
分类:
其他好文 时间:
2020-04-02 22:56:20
阅读次数:
127