摘要: Ext.QuickTips.init();Ext.onReady(function () { //终端类型下拉列表数据源 var comboStore = new Ext.data.JsonStore({ url: '/AccessMaintenanceHandler/GetResListByRes 阅读全文
posted @ 2016-12-29 12:11 有梦想的聪草 阅读(1762) 评论(1) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-12-29 12:07 有梦想的聪草 阅读(0) 评论(0) 推荐(0) 编辑
摘要: sql server2000中使用convert来取得datetime数据类型样式(全) 日期数据格式的处理,两个示例: CONVERT(varchar(16), 时间一, 20) 结果:2007-02-01 08:02/*时间一般为getdate()函数或数据表里的字段*/ CONVERT(var 阅读全文
posted @ 2016-12-29 12:06 有梦想的聪草 阅读(165) 评论(0) 推荐(0) 编辑
摘要: sqlserver创建临时表 【转】 创建临时表 方法一: create table #临时表名(字段1 约束条件, 字段2 约束条件, .....) create table ##临时表名(字段1 约束条件, 字段2 约束条件, .....) 方法二: select * into #临时表名 fr 阅读全文
posted @ 2016-12-29 12:03 有梦想的聪草 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1.添加一个table 显示成问答两列 using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.UI;using Syste 阅读全文
posted @ 2016-12-29 11:55 有梦想的聪草 阅读(1441) 评论(0) 推荐(0) 编辑
摘要: Aspose系列的控件,功能都挺好,之前一直在我的Winform开发框架中用Aspose.Cell来做报表输出,可以实现多样化的报表设计及输出,由于一般输出的内容比较正规化或者多数是表格居多,所以一般使用Aspose.Cell来实现我想要的各种Excel报表输出。虽然一直也知道Aspose.Word 阅读全文
posted @ 2016-12-29 11:52 有梦想的聪草 阅读(762) 评论(0) 推荐(0) 编辑