12 2019 档案

摘要:两个重要的javascript语句: top.result.document.location='result.html?data=' + data; --------url传参长度有限制。。。。 和 window.top.frames['result'].document.getElementBy 阅读全文
posted @ 2019-12-31 20:43 enych 阅读(1264) 评论(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 阅读(2589) 评论(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 阅读(524) 评论(0) 推荐(0) 编辑
摘要://获得窗口大小 function findDimensions() //函数:获取尺寸 { var point = {}; //获取窗口宽度 window.innerWidth && (point.width = window.innerWidth); window.innerHeight &&  阅读全文
posted @ 2019-12-23 10:34 enych 阅读(5232) 评论(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 阅读(722) 评论(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 阅读(380) 评论(0) 推荐(0) 编辑
摘要:经过测试 可以用的 带传参的 RDLC 在vs2019上 能正常运行 但在vs2019上剪切后,保存, 运行就会报An error 错误, ctr+z 全部 撤销后 保存 一样会报 这个错误, 一脸懵逼 ,这是什么鬼!!! public Dictionary<string, Type> Getdt_ 阅读全文
posted @ 2019-12-03 08:34 enych 阅读(394) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示