上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页
摘要: 两个重要的javascript语句: top.result.document.location='result.html?data=' + data; --------url传参长度有限制。。。。 和 window.top.frames['result'].document.getElementBy 阅读全文
posted @ 2019-12-31 20:43 enych 阅读(1257) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-12-30 10:43 enych 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <div style="margin-top:20px;margin-bottom:10px;"> <div style="display: inline-block;vertical-align: bottom;"> <select style="width:100%;" id="type0">< 阅读全文
posted @ 2019-12-26 15:23 enych 阅读(2564) 评论(0) 推荐(1) 编辑
摘要: exec sp_executesql exec sp_executesql N'select * from T_TableName where p_name like @Name order by p_id',N'@Name nvarchar(20)',@Name=N'%测试%' like 语句 e 阅读全文
posted @ 2019-12-25 13:55 enych 阅读(518) 评论(0) 推荐(0) 编辑
摘要: //获得窗口大小 function findDimensions() //函数:获取尺寸 { var point = {}; //获取窗口宽度 window.innerWidth && (point.width = window.innerWidth); window.innerHeight &&  阅读全文
posted @ 2019-12-23 10:34 enych 阅读(5228) 评论(0) 推荐(0) 编辑
摘要: //使用MVC app.UseMvc(routes => { routes.MapRoute( name: "areas", template: "{area:exists}/{controller=Home}/{action=Index}/{id?}" ); routes.MapRoute( na 阅读全文
posted @ 2019-12-20 16:18 enych 阅读(717) 评论(0) 推荐(0) 编辑
摘要: StringBuilder sb = new StringBuilder(); for (int i=0;i<100000000;i++) //1 0000 0000 1亿项 { sb.AppendFormat("{0},", i); } var t = sb.Length; //8 8888 88 阅读全文
posted @ 2019-12-04 09:12 enych 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 经过测试 可以用的 带传参的 RDLC 在vs2019上 能正常运行 但在vs2019上剪切后,保存, 运行就会报An error 错误, ctr+z 全部 撤销后 保存 一样会报 这个错误, 一脸懵逼 ,这是什么鬼!!! public Dictionary<string, Type> Getdt_ 阅读全文
posted @ 2019-12-03 08:34 enych 阅读(381) 评论(0) 推荐(0) 编辑
摘要: public static class A { private static readonly MethodInfo GetServiceInfo; public static IApplicationBuilder My_UseStaticFiles(this IApplicationBuilde 阅读全文
posted @ 2019-11-30 10:51 enych 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.AspNetCore.Http; using System.Globalization; using System.Threading.Tasks; namespace Culture { public class tets { //调用我的自定义类 public v 阅读全文
posted @ 2019-11-28 14:23 enych 阅读(902) 评论(1) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页