07 2018 档案

摘要:为了避免MVC中Controllers的文件夹过多,所以添加子文件夹 1.在Controllers下建立自己的文件夹,如图: 2.2.在App_Start下的路由配置文件RouteConfig中添加对应的路由映射,name属性对应文件夹名称。如下图: 3.在App_Start下的WebAPIConf 阅读全文
posted @ 2018-07-05 09:10 一瞬间Lucky 阅读(397) 评论(0) 推荐(0)
摘要:protected void Button1_Click(object sender, EventArgs e) { //MemoryStream ms = new MemoryStream(); //byte[] buffer = null; //using (ZipFile file = Zip 阅读全文
posted @ 2018-07-01 16:59 一瞬间Lucky 阅读(122) 评论(0) 推荐(0)