摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <script type="text/javascript"> window._AMapSecurityConfig = { secur 阅读全文
posted @ 2025-05-21 16:59 大胡子毛绒老头 阅读(208) 评论(0) 推荐(0)
摘要: private static (float compareConfidence, float liveConfidence, float faceConfidence) CheckVideo(string videoFile, string imageFile, string accessKeyId 阅读全文
posted @ 2025-05-21 16:57 大胡子毛绒老头 阅读(10) 评论(0) 推荐(0)
摘要: --declare @table nvarchar(50) = '子表'; --declare @size int = 10; --declare @index int = 3; --declare @order nvarchar(50) = 'Id'; if not @size > 0 begin 阅读全文
posted @ 2024-04-16 13:14 大胡子毛绒老头 阅读(17) 评论(0) 推荐(0)
摘要: 第一步:修改web.config <configuration> <system.webServer> <handlers> <add name="x" verb="GET" path="*.css.ashx" type="FileResolver" /> <add name="xx" verb=" 阅读全文
posted @ 2024-04-03 12:20 大胡子毛绒老头 阅读(67) 评论(0) 推荐(0)
摘要: using System.Collections.Generic; using System.Data; using System.Dynamic; using System.IO; using System.Linq; namespace Tools { public static class E 阅读全文
posted @ 2024-01-19 10:26 大胡子毛绒老头 阅读(98) 评论(0) 推荐(0)
摘要: sql 源自英文语序 阅读全文
posted @ 2023-05-05 10:22 大胡子毛绒老头 阅读(14) 评论(0) 推荐(0)
摘要: 不改需求文档中的错别字 阅读全文
posted @ 2023-03-23 11:52 大胡子毛绒老头 阅读(10) 评论(0) 推荐(0)
摘要: select object_name(id) from ( select parent_object_id id, count(*) kc from sys.foreign_key_columns a group by a.parent_object_id ) r where r.kc = (sel 阅读全文
posted @ 2023-01-12 13:36 大胡子毛绒老头 阅读(16) 评论(0) 推荐(0)
摘要: print len('qwer ');--4 print len('qwer ');--4 print len('qwer ' + 't');--6 print len(' qwer');--5 --只试了sql server 阅读全文
posted @ 2023-01-07 01:27 大胡子毛绒老头 阅读(59) 评论(0) 推荐(0)
摘要: 拼音全拼加声调,比如BianLiangMing442,使用代码提示时,输入442即可,几乎不会出现重码,并且这个变量名的信息量很足! 阅读全文
posted @ 2022-11-01 09:07 大胡子毛绒老头 阅读(30) 评论(0) 推荐(0)