image
aidiy84593

这家伙很懒,什么也没写

Ta上传的资源(0)个

JS验证是否输入为数字

js 是否为数字 function MustNumber() { if (((event.keyCode >= 48) && (event.keyCode

网管软件 21 0 TXT 2020-10-14 18:10:43

HTML控件上传文件JSON

string json = ""; string newfilename = ""; string path = ""; try { if (context.Request.Files["file_upload"] !=

Flash 12 0 TXT 2020-08-29 18:08:47

导出Excel到自定义位置

protectedvoidButton1_Click(objectsender,EventArgse){System.Web.HttpContextcurContext=System.Web.HttpContext.Current;if(dt!=null){stringfilename="档案全宗"

C# 27 0 TXT 2019-07-08 05:07:41

C语言九宫格

用c语言写的简单的实现九宫格

C 26 0 TXT 2019-06-01 05:06:47

文件保存到指定位置无弹窗

private string savefile(string content) { try { #region 保存文章内容为html文件 DateTime dt = DateTime.Now; //设置文件夹路径 string directory = @"D:\"; //文件名称 以时间命名 避免

C# 78 0 TXT 2019-04-11 05:04:28

服务器控件分页

HTML控件分页: LoadRankUnitPrice() { int PageNow = Convert.ToInt32(currentpage.Text);//当前页 PagedDataSource pds = new PagedDataSource(); pds.DataSource = dt

C# 31 0 TXT 2019-03-09 21:03:06

uploadFile控件上传文件格式判断

控件UpdloadFile文件上传eg: string newfilename = file_uploadid.FileName; string size = file_uploadid.PostedFile.ContentLength.ToString(); string type = file_

C# 31 0 TXT 2019-02-18 00:02:13

C语言写的万年历

用c写的万年历,菜鸟写的。

C 27 0 TXT 2019-01-14 23:01:29