2007年11月4日
摘要: 在SQL SERVER2005中,创建一个SSIS包后,你想创建一个任务并定时运行。 这个时候你可能会遇到错误。 原因是: SQL2005与SQL2000有很大的不同,在SQL2000中你创建任务并执行不会出现什么问题。 在SQL2005中,你需要通过安全层来运行任务。 sql任务运行环境: 1.任务执行帐号需要使用以下角色 “sysadmin, SQLAgentUserRole, SQLAg... 阅读全文
posted @ 2007-11-04 17:17 自由港 阅读(3877) 评论(1) 推荐(1)
  2007年10月25日
摘要: java discuz passport 整合 阅读全文
posted @ 2007-10-25 16:54 自由港 阅读(1518) 评论(1) 推荐(0)
  2007年10月11日
摘要: '将二进制文件转换成base64编码 Public Function ConvertFileToBase64(ByVal fileName) As String Dim file_length As Long Dim fnum As Integer Dim bytes() As Byte Dim txt As String Dim i As Integer ... 阅读全文
posted @ 2007-10-11 21:14 自由港 阅读(1171) 评论(0) 推荐(0)
  2007年8月22日
摘要: using System; using System.Threading; namespace ParameterizedThreadStartTest { class Program { static void Main(string[] args) { ParameterizedThreadStart myParamet... 阅读全文
posted @ 2007-08-22 17:37 自由港 阅读(224) 评论(0) 推荐(0)
  2007年8月20日
摘要: 在global.asax 中使用. Timer timer; Timer timerUrl; void Application_Start(object sender, EventArgs e) { TimerCallback callBack2 = new TimerCallback(Test2); timerUrl = new Ti... 阅读全文
posted @ 2007-08-20 17:43 自由港 阅读(1989) 评论(0) 推荐(0)
  2007年8月13日
摘要: 今天碰到一个问题.有两个数据库A,B我希望在A库的存储过程调用B库的存储过程,在查询分析器下执行没有问题,但是web调用却不行.原因是 在A库使用network service 用户执行的,但是在B库确没有这个用户,在B库加上这个用户,程序正常执行. 阅读全文
posted @ 2007-08-13 17:16 自由港 阅读(908) 评论(1) 推荐(0)
  2007年7月29日
摘要: 用户控件使用事件与调用页面交互 帐户 自由港1 类别 [选择一个类别或键入一个新类别] ; [选择一个类别或键入一个新类别] ; [选择一个类别或键入一个新类别] 1.定义事件参数类 using System; namespace ASPNetCookbook.CSExamples { /// /// This class provides the definition of the cust... 阅读全文
posted @ 2007-07-29 16:07 自由港 阅读(307) 评论(0) 推荐(0)
摘要: 1.定义事件参数类 using System; namespace ASPNetCookbook.CSExamples { /// /// This class provides the definition of the custom event arguments used /// as the event arguments for the message sent fro... 阅读全文
posted @ 2007-07-29 14:36 自由港 阅读(465) 评论(0) 推荐(0)
摘要: 1.定义事件参数类 using System; namespace ASPNetCookbook.CSExamples { /// /// This class provides the definition of the custom event arguments used /// as the event arguments for the message sent fro... 阅读全文
posted @ 2007-07-29 14:33 自由港 阅读(268) 评论(0) 推荐(0)
  2007年7月27日
摘要: lily@deelon.com 工作地点:广州市 招聘人数:2工作年限:三年以上 外语要求:英语 良好 学 历:本科 职位描述:职责描述: 参与.Net企业级管理系统或者软件产品的开发工作。 任职要求: 1、计算机或相关专业,本科以上学历,英语4级或以上; 2、精通.Net Framework,具有2年C/S、B/S模式的开发经验,熟练掌握JavaScript、VBScript、DHTM... 阅读全文
posted @ 2007-07-27 09:40 自由港 阅读(825) 评论(1) 推荐(0)