xcursor是个什么东西。为什么会报错,怎么处理!在qt的autoconfigure.sh中添加下三条命令都不行。提示不认识-no-xcursor或者不认识nomake命令。 -no-xcursor -no-xfixes -no-xrandr -no-xrender \ -no-separate- ...
分类:
系统相关 时间:
2020-04-01 19:45:03
阅读次数:
357
如果你还想从头学起Selenium,可以看看这个系列的文章哦! https://www.cnblogs.com/poloyy/category/1680176.html 其次,如果你不懂前端基础知识,需要自己去补充哦,博主暂时没有总结(虽然我也会,所以我学selenium就不用复习前端了哈哈哈... ...
分类:
Web程序 时间:
2020-03-31 20:45:08
阅读次数:
76
参考:https://stackoverflow.com/questions/1988483/jquery-selector-classname-with-space 今天在写nodejs爬虫,用的是cheerio,不过和jQuery基本没差别 比如要选择其中的<table>,但class名称包含空 ...
分类:
Web程序 时间:
2020-03-31 19:16:35
阅读次数:
84
mariadb服务器断电重启之后Missing MLOG_CHECKPOINT的解决办法
分类:
数据库 时间:
2020-03-30 23:47:43
阅读次数:
251
因为定义不标准,对Swagger来说,不标准就报错,这没问题。验证:写一个标准的method。 [HttpPost,Route("test")] pulic void Test([FromBody] InputDto dto) { } 异常解决。 ...
公司的项目使用的是pgsql数据库,我也不是到为什么不把数据库表字段都设计成varchar的,现在搞的数据库的字段类型比较多,在执行sql语句的时候,就会报各种各样的错误,这不:function to_timestamp(timestamp without time zone, unknown) d ...
分类:
其他好文 时间:
2020-03-30 21:35:37
阅读次数:
493
when trying the sample code of "link_crawler3.py", it will always fail with below message: /usr/bin/python3 /home/cor/webscrappython/Web_Scraping_with ...
分类:
编程语言 时间:
2020-03-30 16:24:22
阅读次数:
94
CSS loader 会把把非根路径的url解释为相对路径, 加~前缀才会解释成模块路径 resolve: { alias: { '@static': path.resolve(__dirname, 'src/static'), '@api': path.resolve(__dirname, 'sr ...
分类:
Web程序 时间:
2020-03-30 16:21:14
阅读次数:
228
const app = document.getElementById('app'); app.innerHTML = ` <h1>JavaScript DOM</h1> <ul id="list"> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul> ...
分类:
编程语言 时间:
2020-03-30 09:46:38
阅读次数:
79
const app = document.getElementById('app'); app.innerHTML = ` <h1>JavaScript DOM</h1> <div class="item"></div> `; const item = document.querySelector( ...
分类:
编程语言 时间:
2020-03-30 09:26:15
阅读次数:
80