
C#Net专区
zhice
这个作者很懒,什么都没留下…
展开
-
图片上传类
我是个新手自己的写的图片上传类.有什么不对请大家帮忙指出using System;using System.Web;using System.IO;/**//// /// Upfiles 的摘要说明/// namespace IceUpFiles...{ public class UpFiles ...{ private string path = null;原创 2006-11-07 10:08:00 · 1031 阅读 · 0 评论 -
数据导入导出问题总结
大家打开这个链接可以看到很多数据库的连接方法。http://www.connectionstrings.com这些数据库之间的数据交换就是这个贴子所要总结的内容。(一)SQL Server之间把远程数据库中的数据导入到本地数据库。http://community.youkuaiyun.com/Expert/topic/5079/5079649.xml?temp=.7512018http://communi转载 2006-11-09 09:57:00 · 884 阅读 · 0 评论 -
Net生成静态网页
如何生成静态页: 方案1: /// /// 传入URL返回网页的html代码 /// /// URL /// public static string getUrltoHtml(string Url) { errorMsg = ""; try {转载 2006-11-09 10:41:00 · 658 阅读 · 0 评论