摘要:
两个重要的javascript语句: top.result.document.location='result.html?data=' + data; --------url传参长度有限制。。。。 和 window.top.frames['result'].document.getElementBy 阅读全文
摘要:
<div style="margin-top:20px;margin-bottom:10px;"> <div style="display: inline-block;vertical-align: bottom;"> <select style="width:100%;" id="type0">< 阅读全文
摘要:
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 阅读全文
摘要:
//获得窗口大小 function findDimensions() //函数:获取尺寸 { var point = {}; //获取窗口宽度 window.innerWidth && (point.width = window.innerWidth); window.innerHeight && 阅读全文
摘要:
//使用MVC app.UseMvc(routes => { routes.MapRoute( name: "areas", template: "{area:exists}/{controller=Home}/{action=Index}/{id?}" ); routes.MapRoute( na 阅读全文
摘要:
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 阅读全文
摘要:
经过测试 可以用的 带传参的 RDLC 在vs2019上 能正常运行 但在vs2019上剪切后,保存, 运行就会报An error 错误, ctr+z 全部 撤销后 保存 一样会报 这个错误, 一脸懵逼 ,这是什么鬼!!! public Dictionary<string, Type> Getdt_ 阅读全文
摘要:
public static class A { private static readonly MethodInfo GetServiceInfo; public static IApplicationBuilder My_UseStaticFiles(this IApplicationBuilde 阅读全文
摘要:
using Microsoft.AspNetCore.Http; using System.Globalization; using System.Threading.Tasks; namespace Culture { public class tets { //调用我的自定义类 public v 阅读全文