上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
  2009年7月9日
摘要: 重新安装WindowsInstaller 阅读全文
posted @ 2009-07-09 20:28 heart-in-sky 阅读(1550) 评论(0) 推荐(0) 编辑
  2009年6月26日
摘要: 外网:打开“SQL Server 外围应用配置器”,选择“服务和连接的外围应用配置器”,然后将“远程连接”配置为“使用 TCP/IP “。内网: 1:连接字符串:server=192.168.100.111,1433;database=myDB;uid=sa;pwd=123456;2:防火墙设置:添加1... 阅读全文
posted @ 2009-06-26 23:51 heart-in-sky 阅读(468) 评论(0) 推荐(0) 编辑
  2009年6月24日
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Drawing.Drawing2D;using System.Data;using System.Linq;using System.Text;using System.Windows... 阅读全文
posted @ 2009-06-24 11:08 heart-in-sky 阅读(242) 评论(0) 推荐(0) 编辑
  2009年6月23日
摘要: public partial class EllipseButton : UserControl { public EllipseButton() { InitializeComponent(); } private string caption = ""; public string Caption { set { caption = value; } get { return caption;... 阅读全文
posted @ 2009-06-23 17:53 heart-in-sky 阅读(181) 评论(0) 推荐(0) 编辑
  2009年6月19日
摘要: 数据访问层:/// <summary> /// 执行所有无返回语句 /// </summary> /// <param name="coms"></param> /// <returns>true执行事务成功,false执行事务失败</returns> public bool DoTran(SqlCommand[] coms)... 阅读全文
posted @ 2009-06-19 15:50 heart-in-sky 阅读(510) 评论(1) 推荐(0) 编辑
  2009年6月9日
摘要: DB:基础表:流程表单:ID;Name 流程步骤:ID;flowID;step条件表:ID;flowID;condition_Name;condition_Value //录入流程执行过程中所有条件条件组合表:ID;conditionsID //创建流程时所选择的一组条件集合流程定义表:ID;flowStepID;nextflowStepID;conditionCombinationID;lead... 阅读全文
posted @ 2009-06-09 16:11 heart-in-sky 阅读(333) 评论(1) 推荐(0) 编辑
  2009年5月6日
摘要: SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0' ,'Excel 5.0;HDR=YES;DATABASE=C:\\Users\\kk\\Desktop\\ss.xlsx',Sheet1$)启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1reconf... 阅读全文
posted @ 2009-05-06 21:23 heart-in-sky 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Response.Write("<script>alert('您没该权限!');</script>");Response.Write("<script>window.location.href='../NoPower.aspx'</script>"); 阅读全文
posted @ 2009-05-06 12:03 heart-in-sky 阅读(283) 评论(0) 推荐(0) 编辑
  2009年5月5日
摘要: Page.ClientScript.RegisterStartupScript(Page.GetType(), "message", "<script language='javascript' defer>alert('验证码错误!');</script>"); 阅读全文
posted @ 2009-05-05 16:11 heart-in-sky 阅读(98) 评论(0) 推荐(0) 编辑
  2009年4月10日
摘要: public partial class Form2 : Form { private DataGridViewTextBoxEditingControl EditingControl; private void EditingControl_KeyPress(object sender, KeyPressEventArgs e) ... 阅读全文
posted @ 2009-04-10 14:08 heart-in-sky 阅读(674) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页