找到所有cnpm的文件然后删掉。 重新安装cnpm 然后把安装完成后cnpm文件复制到你的编译器选择的node.exe所在的目录的node_modules下,然后再复制以下两个文件 到和node.exe同一个文件目录下 然后就可以了 ...
分类:
其他好文 时间:
2020-07-23 22:25:40
阅读次数:
84
实用命令-tree 平时在写博客的时候,有时会说到项目,需要将自己的项目结构导出来,这时我们 需要用到一下命令: tree >> /路径/tree.txt 第一次执行的时候会报错 -bash: tree: command not found 说明,你的电脑环境下是没有,这个命令的,所以你需要安装, ...
分类:
其他好文 时间:
2020-07-23 01:51:56
阅读次数:
96
其中实体类的属性如下: 是采用快捷方式由IDEA自动生成的get和set方法。 JSP页面输出: 报错如下: 多次检查User类都发现么有问题,这问题就让人摸不着头脑,由于java的命名规则是首字母小写,默认接收的是小写,将其首字母改成小写便可。更改之后确实可以得到结果了,单SID确可以,也是很懵。 ...
分类:
其他好文 时间:
2020-07-21 23:19:58
阅读次数:
113
转发:https://www.cnblogs.com/therunningfish/p/6106553.html 命令行报bash:.....:command not found的解决办法(几乎所有命令) 命令行输入命令执行后报“bash:....:command not found”这是由于系统P ...
分类:
其他好文 时间:
2020-07-21 00:56:18
阅读次数:
107
手撸k8s遇到这个问题多半是kubernetes-dashboard还没有装好 输入命令 kubectl get pods --all-namespaces 看到 READY 1/1 说明就装好了 ,如果是0/1 那是还没有装好,国内网速原因,我是10分钟左右就装好了 开启 keberctl pro ...
分类:
Web程序 时间:
2020-07-19 23:55:10
阅读次数:
111
一、Reading Last weekend, my classmates and I went camping. We found a grassy spot beside a river. We put up our tents and made a campfire. Then, we fis ...
分类:
其他好文 时间:
2020-07-17 14:00:24
阅读次数:
60
springcloud 使用eureka无法注入DiscoveryClient,可能因为是导包错误 导包情况 导入正确的DiscoveryClient即可自动注入 参考帖子:Could not autowire. No beans of 'DiscoveryClient' type found. ...
分类:
编程语言 时间:
2020-07-15 15:18:46
阅读次数:
79
问题是什么? 在flask中,使用多线程操作数据库,报错:RuntimeError: No application found . Either work inside a view function or push an application context 报错原因:线程是独立的,相对于fla ...
分类:
移动开发 时间:
2020-07-15 15:04:39
阅读次数:
143
Given a string S of lowercase letters, a duplicate removal consists of choosing two adjacent and equal letters, and removing them. We repeatedly make ...
分类:
其他好文 时间:
2020-07-15 13:09:25
阅读次数:
90
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or ...
分类:
其他好文 时间:
2020-07-14 21:56:23
阅读次数:
98