下载安装Nodejs 官方站点:https://nodejs.org/en/ 国内站点:http://nodejs.cn/ 建议安装长期支持版(Long Term Support) 建议不要修改默认的安装目录(建议单独建一个nodejs文件夹进行安装,不要随便和其他文件放在一起) 默认安装的内容有哪 ...
分类:
Web程序 时间:
2019-12-14 16:04:22
阅读次数:
118
copy from :https://blog.csdn.net/fml1997/article/details/77622860 概述 从Linux2.6内核起,引入一套新的驱动管理和注册机制:platform_device 和 platform_driver 。Linux 中大部分的设备驱动,都 ...
分类:
系统相关 时间:
2019-12-14 14:15:18
阅读次数:
141
web.xml is missing and <failOnMissingWebXml> is set to true 是因为项目中没有web.xml文件, 步骤如下: ...
分类:
Web程序 时间:
2019-12-14 11:59:07
阅读次数:
164
参考官方文档:https://selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.select.html?highlight=all_selected_options#selenium.webd ...
分类:
编程语言 时间:
2019-12-14 09:34:35
阅读次数:
117
This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string. 此MongoDB部署不支持可重试写入。请将retryWrites=fa ...
分类:
数据库 时间:
2019-12-13 20:01:26
阅读次数:
184
一、卸载及安装 MySQL安装到最后一步就卡住,如图: 卸载原来安装的MySQL1、首先,卸载MySQL;2、然后,删除C盘下(C:\ProgramData\MySQL)文件; 然后重新安装MySQL,但是,这里要注意了,安装图1中时不要勾上(Launch the Mysql instance co ...
分类:
数据库 时间:
2019-12-13 00:21:40
阅读次数:
444
vue-router.esm.js?8c4f:16 [vue-router] missing param for named route "magneto.xmqsDx.edit": Expected "id" to be defined 造成这种警告的原因是因为路由里面绑定了一个id,而路由在pa ...
分类:
Web程序 时间:
2019-12-12 18:08:12
阅读次数:
340
C++ 改成C语言接口时,build遇到错误如下: /usr/bin/ld: objs/addon/src/KeepAliveNotify.o: undefined reference to symbol '_ZNKSs5c_strEv@@GLIBCXX_3.4'/usr/local/lib64/l ...
分类:
其他好文 时间:
2019-12-12 14:45:32
阅读次数:
114
CS102A Fall 2019 Project: Xiangqi (象棋, ChineseChess)Figure 1: Board of XiangqiIntroductionXiangqi is a strategy board game for two players. It is one ...
分类:
其他好文 时间:
2019-12-11 13:30:32
阅读次数:
101
一、根据class name和text属性 包名不可省略 code= new UiSelector().text("我的").classname("android.widget.TextView") driver.find_element_by_android_uiautomator(code) d ...