摘要: var otherController = DependencyResolver.Current.GetService<另一个控制器的类名>(); var result = otherController.另一个动作方法(); return result; 阅读全文
posted @ 2018-08-02 16:19 寨♂冇嚸ル壞 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: foreach (var obj in list) { Type type = obj.GetType(); var pros = type.GetProperties(); foreach (var p in pros) { Console.Write(p.Name + p.GetValue(ob 阅读全文
posted @ 2018-01-02 14:36 寨♂冇嚸ル壞 阅读(361) 评论(0) 推荐(0) 编辑
摘要: function getQueryString(name) { var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i'); var r = window.location.search.substr(1).match(reg); if ( 阅读全文
posted @ 2017-12-29 11:29 寨♂冇嚸ル壞 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/luckyxiyang/article/details/16821961 http://blog.csdn.net/cjf4cjf/article/details/53263509 阅读全文
posted @ 2017-11-30 09:37 寨♂冇嚸ル壞 阅读(290) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/M-LittleBird/p/5852395.htmlhttp://www.cnblogs.com/M-LittleBird/p/5853876.html 阅读全文
posted @ 2017-10-21 14:32 寨♂冇嚸ル壞 阅读(62) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Data.SqlClient;using System. 阅读全文
posted @ 2017-06-08 13:27 寨♂冇嚸ル壞 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1 <style type="text/css"> 2 3 .bgBar{ 4 5 background: #FFFFFF; 6 7 font-family: Arial,Verdana; 8 9 font-size: 17; 10 11 font-weight: bold; 12 13 } 14 阅读全文
posted @ 2017-03-27 17:41 寨♂冇嚸ル壞 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1 using NPOI.HSSF.UserModel; using NPOI.HSSF.Util; using NPOI.SS.UserModel; using NPOI.SS.Util; using NPOI.XSSF.UserModel; using RoadFlow.Data.Model; 阅读全文
posted @ 2017-03-23 13:22 寨♂冇嚸ル壞 阅读(171) 评论(0) 推荐(0) 编辑
摘要: public string httpposturlxm() { string strURL = "http://www.baidu.com"; System.Net.HttpWebRequest request; request = (System.Net.HttpWebRequest)WebReq 阅读全文
posted @ 2017-03-21 18:06 寨♂冇嚸ル壞 阅读(231) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sq111433/article/details/17562703/ 阅读全文
posted @ 2016-12-14 13:24 寨♂冇嚸ル壞 阅读(65) 评论(0) 推荐(0) 编辑