上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: List list_Group = db.Select(exp).Skip((operation.Page - 1) * operation.Limit).Take(operation.Limit).ToList(); List list1 = new List(... 阅读全文
posted @ 2015-06-09 10:12 秋风过、枯叶落 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: //***********************************************左边树开始***********************************************//分组树Storevar treeStore = Ext.create('Ext.data.Tr... 阅读全文
posted @ 2015-05-23 17:51 秋风过、枯叶落 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 将时间\/Date(1432828800000+0800)\/"转换成:“年-月-日”//时间转换function ChangeDateFormat(val) { if (val != null) { var datetime = new Date(parseInt(val.replace("/Da... 阅读全文
posted @ 2015-05-22 09:39 秋风过、枯叶落 阅读(5362) 评论(0) 推荐(0) 编辑
摘要: listeners: { 'itemclick': function (view, record, item, index, e) { //Ext.MessageBox.alert("标题", record.data.cataId)... 阅读全文
posted @ 2015-05-21 11:19 秋风过、枯叶落 阅读(1162) 评论(0) 推荐(0) 编辑
摘要: css 样式:/*交流管理系统 开始*/tr.x-grid-record-blue .x-grid-td { background: #87CEFF; }/*grid 行颜色*/tr.x-grid-record-green .x-grid-td { background: #00ff90 }/*gr... 阅读全文
posted @ 2015-05-12 11:30 秋风过、枯叶落 阅读(1622) 评论(0) 推荐(0) 编辑
摘要: --创建链接服务器 exec sp_addlinkedserver 'jx3xxiednr3ucidf', ' ', 'SQLOLEDB', 'jx3xxiednr3ucidf' exec sp_addlinkedsrvlogin 'jx3xxiednr3ucidf', 'false',null... 阅读全文
posted @ 2015-04-28 11:40 秋风过、枯叶落 阅读(171) 评论(0) 推荐(0) 编辑
摘要: --开启本服务器中操作其他服务器的功能exec sp_configure 'show advanced options',1 reconfigure --输出消息exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure --输出消息--... 阅读全文
posted @ 2015-04-28 11:26 秋风过、枯叶落 阅读(371) 评论(0) 推荐(0) 编辑
摘要: CMYK颜色表编号CMYKRGB16进制值10100100451390228B00162010010025178031B2001F3010010015197035C50023401001000223041DF002950857002297070E546466065500238124107EE7C6B... 阅读全文
posted @ 2015-04-26 11:47 秋风过、枯叶落 阅读(4130) 评论(0) 推荐(0) 编辑
摘要: 颜色中文名鸨色#f7acbc赤白橡#deab8a油色#817936绀桔梗#444693踯躅色#ef5b9c肌色#fedcbd伽罗色#7f7522花色#2b4490桜色#feeeed橙色#f47920青丹#80752c瑠璃色#2a5caa蔷薇色#f05b72灰茶#905a3d莺色#87843b琉璃绀#... 阅读全文
posted @ 2015-04-26 11:31 秋风过、枯叶落 阅读(3260) 评论(0) 推荐(0) 编辑
摘要: chart 柱状图Ext.require('Ext.chart.*');Ext.require(['Ext.Window', 'Ext.fx.target.Sprite', 'Ext.layout.container.Fit', 'Ext.window.MessageBox']);var store... 阅读全文
posted @ 2015-04-26 11:17 秋风过、枯叶落 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: Grid 根据数据源某列数据不同绑定不同的控件,例如:文本框和下拉框主要代码写在grid的 plugins: [rowEditing],下面这是定义的rowEditing对象,这里面的要定义成Ext.grid.plugin.CellEditing而不是Ext.grid.plugin.RowEditi... 阅读全文
posted @ 2015-04-21 17:55 秋风过、枯叶落 阅读(998) 评论(0) 推荐(0) 编辑
摘要: { xtype: 'combo', id: 'ApplyToModel', name: 'ApplyToModel', store: comStoreApplyToModel, ... 阅读全文
posted @ 2015-04-20 14:25 秋风过、枯叶落 阅读(337) 评论(0) 推荐(0) 编辑
摘要: var lstAddRecord = new Array(); store.each(function (record) { lstAddRecord.push(record.data); ... 阅读全文
posted @ 2015-04-16 15:50 秋风过、枯叶落 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 主要代码: { header: '属性值', dataIndex: 'PropertyValueName', width: 130, editor:... 阅读全文
posted @ 2015-04-16 09:24 秋风过、枯叶落 阅读(2284) 评论(1) 推荐(0) 编辑
摘要: //SiteVariableConfigValue类,创立一个模型类 Ext.define("SiteVariableConfigValue", { extend: "Ext.data.Model", fields: [ { name: 'S... 阅读全文
posted @ 2015-04-10 16:32 秋风过、枯叶落 阅读(987) 评论(0) 推荐(0) 编辑
摘要: URL:/UI/Page/ProductManagement/PM_PBP_PropertyBindToProduct_sub_List.html?PropLevel=allfunction getQueryString(name) { var reg = new RegExp("... 阅读全文
posted @ 2015-04-03 16:55 秋风过、枯叶落 阅读(292) 评论(0) 推荐(0) 编辑
摘要: html: " 点击这里编辑区块内容" 阅读全文
posted @ 2015-04-02 10:59 秋风过、枯叶落 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: { xtype: "fieldcontainer", layout: "hbox", items: [ { fieldLab... 阅读全文
posted @ 2015-04-02 10:52 秋风过、枯叶落 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 追加URL的参数 window.location.pathname设置或获取对象指定的文件名或路径(也是问号前面部分)。window.location.href设置或获取整个 URL 为字符串。window.location.port设置或获取与 ... 阅读全文
posted @ 2015-04-01 11:21 秋风过、枯叶落 阅读(4658) 评论(0) 推荐(0) 编辑
摘要: 1.通过 VS2013 下载,这个没有限制,因为我用的vs是2013Entity Framework包 阅读全文
posted @ 2015-03-31 14:45 秋风过、枯叶落 阅读(186) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页