posted @ 2019-09-19 19:46 o任飘零o 阅读(773) 评论(0) 推荐(1)
摘要:
private void dgvRules_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { List<int> columnIndexList = new List<int>() { colRuleTestName 阅读全文
摘要:
http://itwgy.com/html/database/329.html 阅读全文
posted @ 2017-04-19 12:07 o任飘零o 阅读(78) 评论(0) 推荐(0)
摘要:
static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Ap... 阅读全文
posted @ 2017-04-13 17:07 o任飘零o 阅读(614) 评论(0) 推荐(0)
摘要:
<script src="../js/jquery-1.4.4.min.js" type="text/javascript"></script> <script src="../js/jquery-form.js" type="text/javascript"></script> <form id= 阅读全文
posted @ 2016-03-16 13:35 o任飘零o 阅读(144) 评论(0) 推荐(0)
摘要:
说明:DeclarationTemplate.dot是插入字符的word模板 public void ExportDeclaration() { try { int intPeopleId = Convert.ToInt32(Request["PeopleID"]); if (intPeopleId 阅读全文
posted @ 2016-03-16 13:28 o任飘零o 阅读(170) 评论(0) 推荐(0)
摘要:
function downLoadFile(){ var src = "DownLoad.ashx?Method=DownLoadFile&FileName=测试";downLoad(src); } function downLoad(src) { if (typeof (downLoad.ifra 阅读全文
posted @ 2016-03-16 13:26 o任飘零o 阅读(110) 评论(0) 推荐(0)
摘要:
●MVC诊断插件(可用NuGet下载安装,这些插件会修改Web.config文件): ---Route Debugger:诊断路由规则是否有问题。 ---Glimpse For ASP.NET MVC 3 :类似Route Debugger,但诊断的内容不止是路由规则,比Route Debugger... 阅读全文
posted @ 2015-09-28 23:05 o任飘零o 阅读(129) 评论(0) 推荐(0)
摘要:
>>>>序列化的知识点1.什么情况下需要反序列化? 直接或者间接继承了ISerializeable的类都要创建反序列化构造函数, 除此,都由CLR自动控制。2.实现ISerializeable的接口,只是为了自定义自己的对象序列化 就是说:如果你的类有需要序列化的变量或者其他,你就必须创建一个反序列... 阅读全文
posted @ 2015-02-10 09:41 o任飘零o 阅读(200) 评论(0) 推荐(0)
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-06-10 11:53 o任飘零o 阅读(232) 评论(0) 推荐(0)
摘要:
select * from (select a.*, row_number() over(partition by a.hismzzyid_vchr order by a.createdate_dat desc) rn from T_INS_NEWSZ... 阅读全文
posted @ 2014-06-03 15:38 o任飘零o 阅读(222) 评论(0) 推荐(0)