02 2020 档案
摘要:不指定分支默认是master git clone + clone 地址 # 例如 git clone https://amc-msra.visualstudio.com/xxx/_xx/xxxxxx 指定分支 git clone -b + 要clone的分支名 + 仓库地址 # 例如 git clo
阅读全文
摘要:执行jdbc查询时抛出异常: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engin
阅读全文
摘要:1.首先根据备案号查询到对应的域名,查找网址http://icp.chinaz.com/ 2.找到域名后,登录阿里云系统中,在该域名下添加一个或二个A记录,记录值为阿里云国内节点服务器的 IP。然后隔一段时间访问一下该网址,确保有一点儿访问量就行了。 3.下面列出一些阿里云国内节点服务器 IP,挑一
阅读全文
摘要:如果在yml中的配置不起作用,查看下Edit Configurations是否已经配置。 spring: profiles: active: dev 1.打开Edit Configurations配置 2.
阅读全文