码迷,mamicode.com
首页 >  
搜索关键字:system32    ( 1602个结果
github无法访问,hostip
决方案: Cd到文件位置:C:\Windows\System32\drivers\etc\hosts 输入以下内容: 日期:2021/3/15 搜查到新的地址和IP 已经实时更新! #GitHub Start 140.82.112.3 github.com 140.82.114.4 gist.git ...
分类:其他好文   时间:2021-03-18 14:09:26    阅读次数:0
GitHub打不开
需要修改host文件 以管理员身份运行cmd(windows) 使用vscode打开host文件: code C:\Windows\System32\drivers\etc\hosts 进入ipaddress.com 分别查找如下几个网址的IP: github.com assets-cdn.gith ...
分类:其他好文   时间:2021-03-01 13:43:05    阅读次数:0
Hadoop在windows下调试问题总结
1.windows下调试时需要将hadoop.dll文件放到C:\Windows\System32下,网上很多说改源码的,其实这样也是ok的,不然会报权限错误 Exception in thread "main" java.lang.UnsatisfiedLinkError: org.apache. ...
分类:Windows程序   时间:2021-02-26 13:25:33    阅读次数:0
'ipconfig' 不是内部或外部命令,也不是可运行的程序 或批处理文件。持续思考ing
1. 治标不治本的办法: 加上一句 path C:\Windows\\System32。 ...
分类:其他好文   时间:2021-02-19 13:28:37    阅读次数:0
Could not resolve host: github.com
在终端上ping www.github.com windows系统下一般在C:\Windows\System32\drivers\etc下有hosts文件,修改hosts文件,在最下面加上ping到的ip地址和github.com ...
分类:其他好文   时间:2021-02-05 10:51:17    阅读次数:0
GitHub 图片无法加载(持续更新)
问题 Github无法加载或不显示图片(头像等) 方法 打开路径 C:\Windows\System32\drivers\etc下的hosts文件增加如下内容: 注:hosts文件一般不能直接修改保存,需要先复制出来修改后再复制进去即可! 2021.1.31 最新 # GitHub Start 19 ...
分类:其他好文   时间:2021-02-01 12:48:22    阅读次数:0
获取windows日志
关注日志路径 C:/Windows/System32/winevt/Logs/ C:/WINDOWS/system32/config Dumpel 本地或远程导出日志 dumpel -f file [-s \\server] [-l log [-m source]] [-e n1 n2 n3..] ...
分类:Windows程序   时间:2020-12-18 12:11:25    阅读次数:4
解决Android SDK下载和更新失败问题
解决AndroidSDK下载和更新失败问题今天更新sdk报错如下:FailedtofetchURLhttp://dl-ssl.google.com/android/repository/addons_list-1.xml.说dl-ssl.google.com在大陆被强了,解决方法就是修改C:\Windows\System32\drivers\etc\hosts文件。添加一行:74.125.237.
分类:移动开发   时间:2020-12-05 10:34:40    阅读次数:16
通过注册表添加自定义游览器协议
WindowsRegistryEditorVersion5.00[HKEY_CLASSES_ROOT\test];申明协议内容"URLProtocol"="C:\Windows\System32\test.exe";申明打开文件[HKEY_CLASSES_ROOT\test\shell\open\command]@="\"C:\Windo
分类:其他好文   时间:2020-11-26 14:07:10    阅读次数:3
文件上传漏洞
##常见的敏感信息路径: Windows系统 c:\boot.ini // 查看系统版本 c:\windows\system32\inetsrv\MetaBase.xml // IIS配置文件 c:\windows\repair\sam // 存储Windows系统初次安装的密码 c:\Progra ...
分类:Web程序   时间:2020-11-02 10:31:08    阅读次数:27
1602条   上一页 1 2 3 4 ... 161 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!