Fork me on GitHub
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
摘要: 1. 安装office包 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=13255 2.需要在相应的IIS应用程序池启用32位应用程序 3.代码 //前台 <script language="javascript"> $( 阅读全文
posted @ 2022-12-16 15:25 WantRemake 阅读(369) 评论(0) 推荐(0)
摘要: /// <summary> /// AES加密 /// </summary> /// <param name="key"></param> /// <param name="str"></param> /// <returns></returns> public static string AesE 阅读全文
posted @ 2022-12-16 10:46 WantRemake 阅读(298) 评论(0) 推荐(0)
摘要: body {-webkit-filter: grayscale(100%) !important;-moz-filter: grayscale(100%) !important;-ms-filter: grayscale(100%) !important;-o-filter: grayscale(1 阅读全文
posted @ 2022-12-12 16:36 WantRemake 阅读(105) 评论(0) 推荐(0)
摘要: 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 阅读全文
posted @ 2022-12-08 19:53 WantRemake 阅读(615) 评论(0) 推荐(0)
摘要: using HttpUtil; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; 阅读全文
posted @ 2022-11-24 20:14 WantRemake 阅读(75) 评论(0) 推荐(0)
摘要: <table style="width: 100%; margin: 0 auto; border: 1px solid #BBBBBB; border-collapse: collapse" class="tj_table geiveCardTable"> <tr> <td>办理业务类型 </td 阅读全文
posted @ 2022-11-23 14:14 WantRemake 阅读(162) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-14 10:19 WantRemake 阅读(36) 评论(0) 推荐(0)
摘要: Stopwatch st = new Stopwatch(); st.Start(); for(int i =0; i<100000; i++) { console.writeLine('输出'); } st.Stop(); TimeSpan ts = st.Elapsed; BaseHelper. 阅读全文
posted @ 2022-10-13 11:24 WantRemake 阅读(76) 评论(0) 推荐(0)
摘要: <div class="qb"> <div class="box"> <div class="qtt f_16 fbd">会议室:区政府中一楼会议室</div> <ul class="ul1"> <li> <div class="llt">地板、地毯</div> <div class="lrt">请 阅读全文
posted @ 2022-10-12 16:38 WantRemake 阅读(32) 评论(0) 推荐(0)
摘要: 手机号码:var reg1 = /^1[3|4|5|6|7|8|9][0-9]\d{8}$/; //前端验证 function validData() { var txtPhone = $("#txtPhone").val(); var reg1 = /^1[3|4|5|6|7|8|9][0-9]\ 阅读全文
posted @ 2022-10-12 11:39 WantRemake 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页