随笔分类 -  ASP.NET

摘要:ADO 数据类型转换表 http://www.able-consulting.com/ADODataTypeEnum.htm The following table shows the ADO Data Type mapping between Visual Basic, Access, SQL Server, Oracle, and the .NET Framework. View printa... 阅读全文

posted @ 2008-02-03 23:45 Leon0812 阅读(838) 评论(0) 推荐(0) 编辑 |

摘要:在global.asax的 void Application_Error(object sender, EventArgs e)中 // 在出现未处理的错误时运行的代码 Exception objErr = Server.GetLastError().GetBaseException(); 阅读全文

posted @ 2008-01-31 14:46 Leon0812 阅读(152) 评论(0) 推荐(0) 编辑 |

摘要:一、归类 1、文件夹、文件的命名需要命名好,用相同文件夹归类、相同文件前缀命名。 二、一般操作注意事项 1、文件删除,需要提示是否确认删除。 阅读全文

posted @ 2008-01-14 10:51 Leon0812 阅读(131) 评论(0) 推荐(0) 编辑 |

摘要:用一个控件jatoolsPrinter 阅读全文

posted @ 2007-12-25 21:26 Leon0812 阅读(1038) 评论(3) 推荐(0) 编辑 |

摘要:Response.Clear(); Response.Buffer= true; Response.ContentType = "application/vnd.ms-excel"; Response.Charset = ""; this.EnableViewState = false; System.IO.StringWriter oStringWriter = new System.I... 阅读全文

posted @ 2007-09-14 15:02 Leon0812 阅读(236) 评论(0) 推荐(0) 编辑 |

摘要:如何在VS2005中调试javascript脚本1.IE高级设置去取消禁止调试的两个勾, 就可以在VS2005里依次选菜单: 工具-->附加到进程 2.在弹出的界面里选择IE进程,然后进入调试后,点选: 调试-->窗口-->脚本资源管理器 就可以看到正在运行的脚本了. 第1步快捷键:Ctrl+Alt+P 第2步快捷键:Ctrl+Alt+N 阅读全文

posted @ 2007-09-01 10:45 Leon0812 阅读(449) 评论(0) 推荐(0) 编辑 |

摘要:http://blog.csdn.net/itcoo/archive/2006/03/02/613872.aspx基本步骤: 1.打开你的.net,用鼠标右击你的工程(解决方案),选择add new project(添加新建项目)。 2.选择 安装和部署项目web安装项目(也可以是Windows安装项目) 3.vs的窗口会显示文件系统,用鼠标点击左栏下的"web application fold... 阅读全文

posted @ 2007-08-17 10:35 Leon0812 阅读(387) 评论(0) 推荐(0) 编辑 |

摘要:http://www.soft88.com/goto.aspx?u=http%3a%2f%2fwww.ayxz.com%2fsoft%2f9276.htm&n=xenocode+2006+for+dotnet2.0+%c6%c6%bd%e2%b0%e6 使用注意:http://blog.csdn.net/winner2050/archive/2007/04/22/1575137.aspx使用说明:... 阅读全文

posted @ 2007-08-14 19:53 Leon0812 阅读(388) 评论(0) 推荐(0) 编辑 |

摘要:http://www.cnblogs.com/Terrylee/archive/2006/12/02/opensource_framework_and_resource_recommendation_orm.html 阅读全文

posted @ 2007-06-11 23:40 Leon0812 阅读(164) 评论(0) 推荐(0) 编辑 |

摘要:1System.IO.Stream iStream = null; 2 3 // Buffer to read 10K bytes in chunk: 4 byte[] buffer = new Byte[10240]; 5 6 // Length of the file: 7 int length; 8 9... 阅读全文

posted @ 2007-05-24 21:56 Leon0812 阅读(199) 评论(0) 推荐(0) 编辑 |

摘要:Infragistics NetAdvantage 2006 Vol 3 for ASP.NET CLR 2 英文正式版 大小:137320KB 语言:英文 系统:Win2000/XP/2003 加入时间:2006-12-24 19:08:00授权形式:共享软件 软件开发: 目前为止最为完整的表示层组件集,它所提供的组件集可用于构建基于Windows应用程序、XML web service... 阅读全文

posted @ 2007-04-16 13:16 Leon0812 阅读(725) 评论(0) 推荐(0) 编辑 |

摘要:1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Web.Security; 5using System.Security.Cryptography; 6using System.Text.RegularExpressions; 7 8public class... 阅读全文

posted @ 2006-11-12 05:55 Leon0812 阅读(231) 评论(0) 推荐(0) 编辑 |

摘要:源文件: 1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.WebControls; ... 阅读全文

posted @ 2006-11-11 07:20 Leon0812 阅读(293) 评论(0) 推荐(0) 编辑 |

Copyright © 2024 Leon0812
Powered by .NET 8.0 on Kubernetes