摘要:
1. 设置手机号 按要求,加密显示 或者 不加密显示 外加对应的Icon 2.给接口返回的数据,增加一个无默认值的字段 阅读全文
摘要:
在web.config中 <handlers>下、<rewrite>上 的<staticContent>标签里边, 加入: <remove fileExtension=".txt" /> <mimeMap fileExtension=".txt" mimeType="text/plain;chars 阅读全文
摘要:
详细见:https://www.jianshu.com/p/c34f4e315785 步骤: Push an existing folder cd existing_folder git init git checkout -b main git remote add origin git@gitl 阅读全文
摘要:
SELECT ProductName+'-'+ISNULL(NULLIF(Priority, ''), '无值') FROM Doctor_Product_Priority WHERE DoctorCode='HCP011290'UNION SELECT ProductName+'-'+ISNULL 阅读全文
摘要:
文件:Global.asax 代码:protected void Application_BeginRequest(object sender, EventArgs e) { Context.RewritePath("/index.html"); } 阅读全文
摘要:
=IF(COUNTIF(A:A,C2)>0,"有","无") 阅读全文
摘要:
SELECT a.colorder 字段序号, a.name 字段名, b.name 类型, CASE WHEN COLUMNPROPERTY(a.id, a.name, 'PRECISION') = -1 THEN ',长度无限制' ELSE ',长度限制' + CAST(COLUMNPROPER 阅读全文
摘要:
进入 Catch throw new Exception("发生了一个异常"); 阅读全文
摘要:
SELECT REPLACE(MaterialCode, CHAR(13) + CHAR(10), ''),REPLACE(MaterialCode, CHAR(13), ''),REPLACE(MaterialCode, CHAR(10), '')FROM #MeetingPlan2023 whe 阅读全文
摘要:
阅读全文