摘要:
log4j2 2016年5月24日 16:12 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xml> <Configuration status="WARN"> <Appenders> <Console name="Console" target 阅读全文
摘要:
package hcxAction; import hcxMode.Advertises; import hcxMode.Areas; import hcxMode.Saveresume; import hcxService.AdvertisesService; import hcxService. 阅读全文
摘要:
删除你已经卸载掉的软件包的命令为 sudo apt-get autoclean 还有一类软件包,我们每个人都应该删除,那就是你已经卸载了,但是一些只有它依赖而别的软件包都不需要的软件包还留在你的系统里。说简单点就是,类似于你在windows系统中卸载软件时残留在系统里的垃圾咯。卸载这些孤立包的命令为 阅读全文
摘要:
sudo chmod -R 777 要更改的目录或文件 阅读全文
摘要:
screen 开一个新的screen窗口 screen -ls 查看已经存在的所有screen窗口 screen -r 208111 进入这个窗口 ctrl+a+d 退出screen,回到putty窗口 这时关闭putty窗口,不影响项目运行 阅读全文
摘要:
linuxmint系统 输入sudogedit /usr/share/applications/eclipse.desktop,在打开的文件中输入以下参数: 注意:Exec 和 Icon 改为自己eclipse目录的路径 保存并退出(如果前面不是以管理员[sudo]登录的这里不能保存!!!) 再从文 阅读全文