随笔分类 - 【001】ASP.NET
ASP.NET知识总结与问题求解
摘要:private void DelFiles(string path) { try { if (Directory.Exists(path)) { string[] filePath =...
阅读全文
摘要:1. ASP.NET页面之间传递值的几种方式2.C#基础概念3..net研发工程师面试题,在线交流答案4..Net软件工程师面试题及答案(精选)5..net面试问答(大汇总)6..Net常见面试题整理(1)——值类型和引用类型 .Net常见面试题整理(2)——装箱和拆箱 .Net常见面试题整理(3)...
阅读全文
摘要:以前试了很久都没有成功,今天在看了http://www.cnblogs.com/2589-spark/p/3793282.html 里的文章之后试了下,竟然可以了。赶紧记录下来以后备用。前台: function upload() { var termNo =...
阅读全文
摘要://Dictionary的Value为一个数组public static void DicSample2() { Dictionary dic = new Dictionary(); String[] ZheJiang = { "Huzhou", "HangZhou", "Tai...
阅读全文
摘要:后台: public static string TrendChart() { HttpContext context = HttpContext.Current; ReturnStr strReturn = new ReturnStr();...
阅读全文