2017年8月11日

摘要: 2 建库脚本 USE [master] GO /****** Object: Database [Test] Script Date: 2017-8-11 16:44:34 ******/ CREATE DATABASE [Test] USE [Test] GO /****** Object: Ta 阅读全文
posted @ 2017-08-11 16:47 邹敏向日葵 阅读(179) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Web; using System.Web.Security; using System.Web.UI.WebControls; using System.Data.SqlClient; /// /// 操作数据库 的摘要说明 /// public class DataBase { //连接... 阅读全文
posted @ 2017-08-11 16:42 邹敏向日葵 阅读(134) 评论(0) 推荐(0) 编辑

2017年7月25日

摘要: http://www.cnblogs.com/xugang/archive/2010/12/08/1900135.html webconfig ○ cookieless :定义是否使用 Cookie 以及 Cookie 的行为。默认值为 UseDeviceProfile ; ○ defaultUrl 阅读全文
posted @ 2017-07-25 14:36 邹敏向日葵 阅读(145) 评论(0) 推荐(0) 编辑

2017年6月24日

摘要: 1 Excel 直接导入到数据库 exec sp_configure 'show advanced options',1 reconfigure;exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigureEXEC master.dbo.s 阅读全文
posted @ 2017-06-24 11:33 邹敏向日葵 阅读(193) 评论(0) 推荐(0) 编辑

2017年4月20日

摘要: 网站开发练习1 前端布局 1.1 登录布局 1.1.1 大背景图片形式 1.2 首页布局 1.2.1 左右布局(左侧菜单,右侧内容) 1.2.2 上下菜单 1.2.3 单列水平居中布局 1.2.4 表格布局 1.3 换肤 2 控件 2.1 弹窗控件 2.2 树控件 2.3 图片预览控件 2.4 表单 阅读全文
posted @ 2017-04-20 17:39 邹敏向日葵 阅读(130) 评论(0) 推荐(0) 编辑

2017年4月18日

摘要: 链接附,列计算表达式语法http://www.cnblogs.com/XGLSummer/archive/2012/09/03/2668344.html //方法一:动态创建一个DataTable ,并为其添加数据 public void CreateTable() { //创建表 DataTable... 阅读全文
posted @ 2017-04-18 00:36 邹敏向日葵 阅读(184) 评论(0) 推荐(0) 编辑

2017年4月11日

摘要: 前端页面 阅读全文
posted @ 2017-04-11 00:33 邹敏向日葵 阅读(316) 评论(0) 推荐(0) 编辑

2017年4月6日

摘要: <%@ WebHandler Language="C#" Class="ManuallyAssign" %> using System; using System.Web; using System.Web.SessionState; using System.Data; using System. 阅读全文
posted @ 2017-04-06 16:32 邹敏向日葵 阅读(207) 评论(0) 推荐(0) 编辑

2017年3月25日

摘要: USE [rscs] GO /****** Object: StoredProcedure [dbo].[pro_SqlBulkCopyData_JiaQi] Script Date: 2017-03-25 17:50:33 ******/ SET ANSI_NULLS ON GO SET QUOT 阅读全文
posted @ 2017-03-25 17:52 邹敏向日葵 阅读(249) 评论(0) 推荐(0) 编辑

2017年3月10日

摘要: var prox; var proy; var proxc; var proyc; var isIe = (document.all) ? true : false; var od = document.getElementById("fd"); function setSelectState(st 阅读全文
posted @ 2017-03-10 17:59 邹敏向日葵 阅读(95) 评论(0) 推荐(0) 编辑

导航