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