摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.IO; using ReligionServer.constant; namespace ReligionServer.util { /// ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; namespace ReligionServer.util { public class FileUtil { /// /// 根据给定路径删除文件... 阅读全文
摘要:
反射工具类请参见:https://www.cnblogs.com/threadj/p/10535796.html 阅读全文
摘要:
反射工具类请参见:https://www.cnblogs.com/threadj/p/10535796.html 阅读全文
摘要:
//这个是我在使用ashx处理程序的时候写的,一个ashx(一般处理程序)对应一个请求,我觉得一个请求一个文件不够优雅,所以就使用反射结合上传参数action(action:methodname)进行方法调用,以此来实现一个文件一个模块可多个请求的情况 Framework版本:.Net Framew 阅读全文
摘要:
1、json参数为json字符串 2、JSON参数为JSON对象 阅读全文