1.查阅/etc/issue文件时,使用man issue发现manual中see also出现motd(5), agetty(8), mingetty(8)字样。以及文档行首的issue(5)究竟是什么意思。 man man后解释为: 1 Executable programs or shell ...
分类:
系统相关 时间:
2017-01-23 14:45:30
阅读次数:
296
The Portable Executable File Format from Top to Bottom Randy KathMicrosoft Developer Network Technology Group Created: June 12, 1993 Click to open or ...
分类:
其他好文 时间:
2017-01-20 23:13:36
阅读次数:
296
ERROR ITMS-90087: "Unsupported Architectures. The executable for yht.temp_caseinsensitive_rename.app/Frameworks/VideoCore.framework contains unsupport ...
分类:
移动开发 时间:
2017-01-19 12:30:06
阅读次数:
1819
A program is an executable file store. A process is a running program. A thread is a single sequence stream within a process. ...
分类:
其他好文 时间:
2017-01-18 09:34:48
阅读次数:
155
1、安装时报0x80070490 找不到元素 这里应该是vs只装了web没有装c++ 下载一个 VC_redist.x64.exe 安装就行了 https://github.com/dotnet/core/issues/271 2、No executable found matching comma ...
分类:
Web程序 时间:
2017-01-13 15:48:12
阅读次数:
335
需要下载windows版本 bin目录下的文件,替换hadoop目录下原来的bin目录下的文件。下载网址是: https://github.com/srccodes/hadoop-common-2.2.0-bin 另外还需要注意:下载的动态库是64位的,所以必须要在64位windows系统下运行。 ...
from selenium import webdriverdriver = webdriver.Firefox(executable_path = "C:/Insert/Firefox/geckodriver.exe")driver.get("http://www.baidu.com")drive ...
分类:
编程语言 时间:
2017-01-12 23:20:15
阅读次数:
519
from selenium import webdriverimport timeimport os path = os.path.dirname(__file__)# print(path)driver = webdriver.PhantomJS(executable_path='C:/Inser ...
分类:
Web程序 时间:
2017-01-12 11:56:39
阅读次数:
227
升级到firefox到47以上版本即可 坑人的Mozilla不能起个我们熟识的名字吗? 先是webdriver.gecko.driver后是Marionette protocol。 1、WebDriverException: Message: 'geckodriver' executable nee ...
分类:
Web程序 时间:
2016-12-31 13:24:05
阅读次数:
1377
使用cmd 执行java -jar executable.jar 测试包时,cmd显示中文正常,但是日志文件中中文显示不正常,也导致执行时不能正常做些检测和验证 这是由于cmd命令窗口的编码格式问题,需要设置为UTF-8格式,设置方式为:cmd窗口执行命令CHCP 65001 ...
分类:
其他好文 时间:
2016-12-30 13:33:15
阅读次数:
346