上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: content: width 和 height 分别 指视区的逻辑宽度和高度. device- width:设备的屏幕宽度 device-height:设备的屏幕高度 user-scalable:用户是否可以缩放视区,yes允许用户进行缩放;no:不允许用户进行缩放; initial-scale:初 阅读全文
posted @ 2018-08-06 09:37 蓝雨冰城 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 菜鸟教程(runoob.com) 菜鸟教程 阅读全文
posted @ 2018-08-03 10:43 蓝雨冰城 阅读(152) 评论(0) 推荐(0) 编辑
摘要: DECLARE @hdoc INT --XML 数据格式 --------------------------------------------------------- DECLARE @doc XML,@SHNO VARCHAR(60) SET @doc = ' SH000000002 8800001 ... 阅读全文
posted @ 2018-07-23 17:04 蓝雨冰城 阅读(151) 评论(0) 推荐(0) 编辑
摘要: C#代码 阅读全文
posted @ 2018-06-11 09:52 蓝雨冰城 阅读(238) 评论(0) 推荐(0) 编辑
摘要: wx.getSystemInfo({success: function (res) {thisWidth = res.windowWidth;}}); that.setData({view_Width: thisWidth / ColIndex})//设置列宽 console.log('-----------... 阅读全文
posted @ 2018-06-11 09:26 蓝雨冰城 阅读(6490) 评论(0) 推荐(0) 编辑
摘要: radarChart:原始代码 C#:服务器关键代码: JS:关键代码 阅读全文
posted @ 2018-06-05 18:28 蓝雨冰城 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 一、searchLookUpEdit 绑定数据源 GetSetGridContrl 方法的代码 二、 GridColumn-->RepositoryItemSearchLookUpEdit --> gridView --> 阅读全文
posted @ 2018-04-25 09:55 蓝雨冰城 阅读(3971) 评论(0) 推荐(0) 编辑
摘要: //明细表 xtra.DataSource = ds.Tables[1]; tableCell1.DataBindings.Add("Text", ds.Tables[1], "TF_POS.OS_NO"); tableCell2.DataBindings.Add("Text", ds.Tables 阅读全文
posted @ 2018-04-12 15:32 蓝雨冰城 阅读(734) 评论(0) 推荐(0) 编辑
摘要: 1 CREATE TABLE #a(f1 VARCHAR(30), f2 VARCHAR(40) ) 2 CREATE TABLE #b(f1 VARCHAR(30), f2 VARCHAR(40) ) 3 ------------------------------------------------ 4 INSERT INTO #a(f1,f2)VALUES('1... 阅读全文
posted @ 2018-03-15 17:22 蓝雨冰城 阅读(384) 评论(0) 推荐(0) 编辑
摘要: private void buttonExcel_Click(object sender, EventArgs e) { FileStream fs = null; List lstISheet = new List(); string Msg = ""; string ... 阅读全文
posted @ 2018-02-13 17:12 蓝雨冰城 阅读(540) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页