$ diff -urNa dir1 dir2 -a Treat all files as text and compare them line-by-line, even if they do not
首先从远端版本库clone下来一个全新的库:git clone username@xxx:/xxx/xxx.git此时clone下来的,只是master分支,没有其他分支。查看分支:git branc
正在开发的平台的邮件服务在本地测试是没问题的,不过在部署到ECS之后,发现每次发送邮件的时候,会抛这个异常:javax.mail.MessagingException: Could not conne
一台服务器同时部署多个tomcat的时候有可能会出现这个情况:(ERROR: transport error 202: bind failed: 地址已在使用)解决方案如下: 修改两个文件的内容: 1
1、切换到超级用户:su -输入超级用户的密码,即可进入。2、添加/etc/sudoers文件的读写权限:chmod u+w /etc/sudoers3、编辑/etc/sudoers文件:找到root
假设你在意大利度假,此时此刻正在一个提供免费 WiFi 的咖啡厅里享受下午茶。前几天的旅途中,你拍摄了很多靓照,你迫不及待地想要分享给国内的老爹老妈。鉴于二老对 Dropbox 或者 Google D
网络上找到的一个脚本,如下:import os # Return CPU temperature as a character string def getCPUtemperature(): res
这个大概是Mybatis generator一直存在的bug。重新写了一个插件,用来解决这个问题:import org.mybatis.generator.api.GeneratedXmlFile;i
/** * 查询参数工具类 * * @author Nemo * */public class QueryParamUtils { private static final Logger log =