1、打开项目build.gradle,找到dependencies {classpath com.android.tools.build:gradle:3.0.1// NOTE: Do not place your application dependencies here; they belong// in the individual module build.gradle files
}
修改版本号为当前安装的版本号,…
先创建函数,函数如下 CREATE FUNCTION f_Convert( str NVARCHAR(4000), --要转换的字符串 flag bit --转换标志,0转换成半角,1转换成全角 )RETURNS nvarchar(4000)
AS BEGIN DECLARE pat nvarchar(8),step int,i int,spc int IF flag0 SELECT patN%[!-&a…