摘要: declare @i int declare cur cursor for select spid from sysprocesses where db_name(dbid)= 'Your_Database_Name' open cur fetch next from cur into @i whi 阅读全文
posted @ 2020-06-08 10:48 绯颜旧雨 阅读(1040) 评论(0) 推荐(0) 编辑
摘要: function ChangeToDu() { var d = document.getElementById("input_dfm1").value;//度 var f = document.getElementById("input_dfm2").value;//分 var m = docume 阅读全文
posted @ 2020-05-08 18:04 绯颜旧雨 阅读(807) 评论(0) 推荐(0) 编辑
摘要: var nowsize="";记录上次下载数据包大小 var st=new Date()记录上次刷新进度条时间 1 case 3: 2 var et=new Date() 3 var current = parseInt(100 * task.downloadedSize / task.totalS 阅读全文
posted @ 2020-05-08 17:59 绯颜旧雨 阅读(765) 评论(0) 推荐(0) 编辑
摘要: 效果图: background: linear-gradient(to right, red, blue); -webkit-background-clip: text; color: transparent; 转载:https://segmentfault.com/a/11900000118829 阅读全文
posted @ 2020-05-07 12:48 绯颜旧雨 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/Anxc/p/12052909.html 阅读全文
posted @ 2020-05-07 12:46 绯颜旧雨 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1.indexof array.indexOf();返回正整数或-1 2.includes() array.includes()返回true,false 3.findeIndex() array.findeIndex()返回false和数组下标 转载:https://www.cnblogs.com/ 阅读全文
posted @ 2020-05-07 09:34 绯颜旧雨 阅读(8575) 评论(0) 推荐(0) 编辑
摘要: 取整数 parseInt(); 进1 Math.ceil(); 向下取整 Math.floor(); 四舍五入 Math.round() 阅读全文
posted @ 2020-05-07 09:30 绯颜旧雨 阅读(2987) 评论(0) 推荐(1) 编辑
摘要: <httpRuntime requestValidationMode="2.0" maxRequestLength="524288000" useFullyQualifiedRedirectUrl="false" executionTimeout="3600" maxQueryStringLengt 阅读全文
posted @ 2020-04-14 16:02 绯颜旧雨 阅读(145) 评论(0) 推荐(0) 编辑
摘要: appendChild 父节点下追加 prepend 追加在父节点下最前边 阅读全文
posted @ 2020-04-13 14:46 绯颜旧雨 阅读(918) 评论(0) 推荐(0) 编辑
摘要: 地址:https://lbs.amap.com/api/uri-api/guide/travel/route 阅读全文
posted @ 2020-04-10 10:23 绯颜旧雨 阅读(239) 评论(0) 推荐(0) 编辑