摘要:
发出出现这种情况,使用的是debug 但是出现这个错误,我直接使用了网站测试了一哈,网站是可以发布的,项目发布报这样的错。 如果你仔细点可以看到,发布失败那有个错就是 Get service of SVsBuildManagerAccessor fails 这个错我以为是服务没开,结果查看服务并没有 阅读全文
摘要:
Function randnumber() '随机加字母大小写,加的位数不一样,2-6位 Dim temprnd, temprnd2 As String Dim temprndnum As Long temprnd2 = "" temprndnum = Int((4 * Rnd) + 2) '随机数 阅读全文
摘要:
Private Sub CommandButton1_Click() Dim s, str As String Dim i, j, k As Long s = Trim(Sheet1.Cells(1, 1)) str = "" For i = 1 To Len(s) str = str & Asc( 阅读全文
摘要:
SET @EE='';SELECT @EE:=GROUP_CONCAT(@EE,'sum(if(val=\'',val,'\'',',id,0)) as ','''',val,'''') from (select DISTINCT val from hl_test)a;SET @str=CONCAT 阅读全文