上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 分割多个字段,然后拼接在一起 SELECT pg.vchcode,pg.ptypeid,pg.ktypeid,pg.dlyorder,pg.pgdetail,pg.IsCut,(CAST(substring(pg.pgQtyStr,b.number,charindex('ǒǜ' ,pg.pgQtyS 阅读全文
posted @ 2021-08-30 16:18 乌柒柒 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 返回结果 select [Id] CkeckID,'' [atypeId],'' [btypeId],@etypeid [etypeId],@szKTypeID [ktypeId],[sltypeId],'' [ktypeId2],stock.Ptypeid [PtypeId], abs(stock 阅读全文
posted @ 2021-08-30 15:47 乌柒柒 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 关联多表 更新 update pggoodsstocks set pgQty = g.pgQty + bak.pgQty from pggoodsstocks g, (select pgDetail, CAST(round(CAST(sum(Qty) AS NUMERIC(22,10))/CAST( 阅读全文
posted @ 2021-08-30 15:35 乌柒柒 阅读(36) 评论(0) 推荐(0) 编辑
摘要: begin .... end 内 定义的变量, begin ... end 外也可以使用 阅读全文
posted @ 2021-08-30 15:31 乌柒柒 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.安装docker yum install -y yum-utils device-mapper-persistent-data lvm2 #阿里云docker存储库 默认国外的,拉取很慢,经常过时 yum-config-manager --add-repo https://mirrors.ali 阅读全文
posted @ 2021-08-02 23:15 乌柒柒 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1.编辑管理器 添加版本 2.编辑项目属性 3.使用 类库名对应的 .csproj 阅读全文
posted @ 2021-07-30 17:00 乌柒柒 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 左填充0 例如:001 字符串.PadLeft(填充长度, '0'); 1.ToString().PadLeft(3, '0'); 阅读全文
posted @ 2021-07-27 16:42 乌柒柒 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1.安装 sudo yum install -y ca-certificates --当我们使用 wget命令下载不安全的https 域名,使用这个就不会报错sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redha 阅读全文
posted @ 2021-07-07 11:17 乌柒柒 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 1. 部署java 环境 1、安装方法 CentOS8上使用 yum 直接安装,环境变量自动配置好 2、查看是否已安装 看到下面结果,说明已经安装配置 jdk [root@localhost ~]# java -version openjdk version "1.8.0_222" OpenJDK 阅读全文
posted @ 2021-07-06 17:52 乌柒柒 阅读(62) 评论(0) 推荐(0) 编辑
摘要: #define MyAppName "软件名" #define MyAppVersion "1.0.1.15" #define MyAppPublisher "公司名" #define MyAppURL "http://www.baidu.com.cn/" #define SourcePath ". 阅读全文
posted @ 2021-06-10 11:05 乌柒柒 阅读(73) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页