Change is constant - 变化时唯一的永恒
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 【1】Web Service:严格来说是行业标准,也就是Web Service 规范,也称作WS-*规范,既不是框架,也不是技术。 它有一套完成的规范体系标准,而且在持续不断的更新完善中。 它使用XML扩展标记语言来表示数据(这个是夸语言和平台的关键)。微软的Web服务实现称为ASP.NET Web 阅读全文
posted @ 2016-03-24 13:39 人海灬 阅读(313) 评论(0) 推荐(0) 编辑
摘要: select @From, @To, EffectiveDate, GETDATE(), Rate from Config_Currency_ExchangeRate_Temp where EffectiveDate not in ( select EffectiveDate from Config 阅读全文
posted @ 2016-03-23 10:56 人海灬 阅读(802) 评论(0) 推荐(0) 编辑
摘要: JS function SupplierProductte(id) { var record = Store2.getById(id); Store2.remove(record); SupplierProductSave.setDisabled(false);} //SupplierProduct 阅读全文
posted @ 2016-03-21 14:51 人海灬 阅读(222) 评论(0) 推荐(0) 编辑
摘要: JS function MerchantConfigWindow_Config_Order_TaxAdd() { GridPanelSave.setDisabled(false); var TaxMerchantIDName = Ext.getCmp('MerchantIDName').getVal 阅读全文
posted @ 2016-03-21 13:47 人海灬 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 之前做的一个项目里有人用Service的方法定时获取远程数据,很犀利,我感觉还是挺有用的。所以今天我也开荒了一下用C#开发Windows服务,正规的体验了一下开发流程。下面就是我做的最入门的例子,MSDN上有类似的教程,但MSDN漏了一些比较重要的步骤,所以大家请看我开荒成功的版本: 首先,在VS2 阅读全文
posted @ 2016-03-19 11:59 人海灬 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: JS function ChoiceExport() { if (Ext.getCmp('Exportthewaya').getValue() == true && Ext.getCmp('Checkbox1').getValue() == true) { ExportType.setValue(' 阅读全文
posted @ 2016-03-18 16:42 人海灬 阅读(174) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE [dbo].[R_Supplier_DeleteSupplierName] @PID Nvarchar(400)ASBEGIN DECLARE @SupplierName Nvarchar(400),@SupplierID Nvarchar(400) SELECT @ 阅读全文
posted @ 2016-03-18 14:22 人海灬 阅读(156) 评论(0) 推荐(0) 编辑
摘要: USE [Ecom]GO/****** Object:  StoredProcedure [dbo].[R_Merchant_PreOrder_ChargesData]    Script Date: 03/15/2016 13:43:10 ******/SET ANSI_NULLS ONGOSET 阅读全文
posted @ 2016-03-15 17:37 人海灬 阅读(176) 评论(0) 推荐(0) 编辑
摘要: declare @Number int set @Number = 100 select d.ID, d.MerchantID, d.State, d.EffectiveDate, d.ChargesType, d.ChargesName, d.ChargesCode, d.InvoiceCol, 阅读全文
posted @ 2016-03-12 11:00 人海灬 阅读(372) 评论(0) 推荐(0) 编辑
摘要: Ext.Net 布局 Panel布局类有10种:容器布局,自适应布局,折叠布局,卡片式布局,锚点布局,绝对位置布局,表单布局,列布局,表格布局,边框布局 1,Ext.layout.ContainerLayout 容器布局 提供容器作为布局的基础逻辑,通常会被扩展而不通过new 关键字直接创建,一般作 阅读全文
posted @ 2016-03-12 08:14 人海灬 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页