码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
go环境搭建
参考李文周的博客搭建vscode的go开发环境 在go build 时报如下错误: exec: “gcc”: executable file not found in %PATH% 以及 sorry, unimplemented: 64-bit mode not compiled in 解决方案: ...
分类:其他好文   时间:2020-06-02 21:41:56    阅读次数:65
Wannacry分析
一、加密程序(WannaCryptor.exe) 1.释放 ①概览 ②细节 加载资源(多个zip文件),使用开源代码解压,zip文件标志(PK…) 解压所得: b.wry (bmp) c.wry (含有一些网址,torproject等) m.wry (rtf) r.wry (txt) t.wry ( ...
分类:其他好文   时间:2020-06-02 13:40:10    阅读次数:74
解决libc.so.6: version `GLIBC_2.18' not found问题
运行:strings /lib64/libc.so.6 |grep GLIBC_发现没有GLIBC_2.18下载:wget http://mirrors.ustc.edu.cn/gnu/libc/glibc-2.18.tar.gz解压:tar -zxvf glibc-2.18.tar.gz进入解压文 ...
分类:其他好文   时间:2020-06-02 09:47:11    阅读次数:181
IDEA手写原始servlet项目遇到的问题
JavaWeb编程最初是从学习servlet开始的,在学了N多个框架之后,逐渐觉得框架带来的功能是理所当然的,不加思考就在上面码砖,这样码久了就有种“一切尽在掌控”的错觉。 然而,闲下来的时候回忆旧知识,想自己搭一个纯servlet的架子,瞬间懵逼。今天就记录下遇到的问题: 1.在IDEA中对构建得 ...
分类:其他好文   时间:2020-06-02 00:02:02    阅读次数:108
error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0"
报错: error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0" error Found ...
分类:其他好文   时间:2020-06-01 21:02:01    阅读次数:132
在右键菜单中添加"在此处打开CMD窗口"
新建一个文本文件,重命名为openCMD.reg 用记事本打开该文件,输入以下内容 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\openCMD] @="在此处打开CMD窗口" "Icon"="cmd.exe" [HK ...
分类:其他好文   时间:2020-06-01 20:32:25    阅读次数:56
Field client in com.rachel.web.ConsumerController required a bean of type 'org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient' that could not be found.
在启动一台消费者微服务时出现了异常 Field client in com.rachel.web.ConsumerController required a bean of type 'org.springframework.cloud.netflix.ribbon.RibbonLoadBalanc ...
分类:数据库   时间:2020-06-01 00:39:29    阅读次数:215
Linux搭建jmeter执行第一个脚本
知识点:1.安装jmeter 2.执行第一个脚本 3.报错unzip: command not found 解压方法yum install -y unzip zip 连接服务器在/目录安装jdk1.8 yum -y install java-1.8.0-openjdk* 安装完成后环境变量自动生效输 ...
分类:系统相关   时间:2020-05-31 18:01:09    阅读次数:104
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 报错解决
调试的时候报错: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 解决: 检查 xxxMapper.xml 文件,发现文件mapper地址配错了,修改后解决 参考: https://blo ...
分类:Web程序   时间:2020-05-31 16:12:31    阅读次数:63
容器:列表,元组,字典,集合
1.列表,[ ],删除最后一个元素pop,添加到末尾Append,有序的 代码: colors=["purple", "orange", "green"]guess=input("Guess a color:")if guess in colors: print("You guessed corre ...
分类:其他好文   时间:2020-05-31 00:36:57    阅读次数:69
12322条   上一页 1 ... 44 45 46 47 48 ... 1233 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!