摘要: 1. 设置手机号 按要求,加密显示 或者 不加密显示 外加对应的Icon 2.给接口返回的数据,增加一个无默认值的字段 阅读全文
posted @ 2024-11-20 14:51 小易儿 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 在web.config中 <handlers>下、<rewrite>上 的<staticContent>标签里边, 加入: <remove fileExtension=".txt" /> <mimeMap fileExtension=".txt" mimeType="text/plain;chars 阅读全文
posted @ 2024-07-09 12:27 小易儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 详细见: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 阅读全文
posted @ 2024-07-02 17:19 小易儿 阅读(7) 评论(0) 推荐(0) 编辑
摘要: SELECT ProductName+'-'+ISNULL(NULLIF(Priority, ''), '无值') FROM Doctor_Product_Priority WHERE DoctorCode='HCP011290'UNION SELECT ProductName+'-'+ISNULL 阅读全文
posted @ 2024-06-25 11:58 小易儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 文件:Global.asax 代码:protected void Application_BeginRequest(object sender, EventArgs e) { Context.RewritePath("/index.html"); } 阅读全文
posted @ 2024-06-07 16:49 小易儿 阅读(2) 评论(0) 推荐(0) 编辑
摘要: =IF(COUNTIF(A:A,C2)>0,"有","无") 阅读全文
posted @ 2024-01-31 14:24 小易儿 阅读(11) 评论(0) 推荐(0) 编辑
摘要: SELECT a.colorder 字段序号, a.name 字段名, b.name 类型, CASE WHEN COLUMNPROPERTY(a.id, a.name, 'PRECISION') = -1 THEN ',长度无限制' ELSE ',长度限制' + CAST(COLUMNPROPER 阅读全文
posted @ 2024-01-29 16:15 小易儿 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 进入 Catch throw new Exception("发生了一个异常"); 阅读全文
posted @ 2024-01-22 14:57 小易儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: SELECT REPLACE(MaterialCode, CHAR(13) + CHAR(10), ''),REPLACE(MaterialCode, CHAR(13), ''),REPLACE(MaterialCode, CHAR(10), '')FROM #MeetingPlan2023 whe 阅读全文
posted @ 2024-01-10 14:44 小易儿 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-01-08 18:56 小易儿 阅读(3) 评论(0) 推荐(0) 编辑