Eclipse中,折腾java代码。 把之前在android中的代码拿过来使用,结果出现 The import org.apache cannot be resolved 的错误、 【解决过程】 1.这里: "求救,eclispe开发不能import org.apache 包" 说到了,让去: 但是 ...
分类:
编程语言 时间:
2020-03-28 19:43:50
阅读次数:
84
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- <小于号和>大于号的字符实体为<,> lt是 less than gt是 greater than 格式化代码:c ...
分类:
其他好文 时间:
2020-03-28 13:01:03
阅读次数:
53
The 2018 World Cup was held recently in Russia. Some great soccer countries (e.g., Italy,Netherlands, Chile, USA) did not qualify for this World Cup. ...
分类:
其他好文 时间:
2020-03-28 10:32:42
阅读次数:
82
最常用查看日志方法: ·实时日志:tail -f XXX.log·搜索关键字附近日志:cat -n filename | grep "关键字" 下面详细看下???: 查看日志常用命令 tail: -n 是显示行号;相当于nl命令;例子如下: tail -100f test.log 实时监控100行日 ...
分类:
系统相关 时间:
2020-03-28 10:23:48
阅读次数:
92
一、防火墙相关配置“高级安全Windows防火墙”都可以使用:netshadvfirewallfirewall。dir=in|out,入站/出站规则action=allow|block|bypass,设定这个规则是允许还是阻断或者是跳过program=<programpath>],为某应用程序设定规则[service=<serviceshortname>|any],为某系统
分类:
其他好文 时间:
2020-03-27 23:31:49
阅读次数:
162
1.问题描述: 在linux服务器使用composer 安装插件时,出现“proc_open(): fork failed - Cannot allocate memory” 也就是提示“提示内存不足”,我们可以通过创建swap分区解决这个问题。 2.解决方法: 先运行 free -m 看下空间是多 ...
分类:
其他好文 时间:
2020-03-27 13:10:20
阅读次数:
110
1. ERROR Error: Cannot find module 'escape-string-regexp' ...
分类:
其他好文 时间:
2020-03-27 12:28:39
阅读次数:
52
cannot find module 'npmlog' - after updated npm Thanks for the answers. It was a bug and it has already been fixed in Node v5.4.1. Now it's working as ...
分类:
其他好文 时间:
2020-03-27 00:49:15
阅读次数:
58
在MySQL中删除一张表或一条数据的时候,出现[Err] 1451 -Cannot deleteorupdatea parent row:aforeignkeyconstraintfails (...)这是因为MySQL中设置了foreign key关联,造成无法更新或删除数据。可以通过设置FORE ...
分类:
数据库 时间:
2020-03-26 17:48:11
阅读次数:
98
There is a problem when I login into Ubuntu in GUI, it always loop in the GUI login. I searched in internet, there are lots of solutions, but only bel ...
分类:
系统相关 时间:
2020-03-26 10:50:56
阅读次数:
94