上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: 判断客户端设备 判断客户端设备 阅读全文
posted @ 2015-04-20 14:34 chengeng 阅读(226) 评论(0) 推荐(0)
摘要: javascript打印-打印页面设置-打印预览代码 ===================================================================关于这个组件还有其他的用法,列举如下: WebBrowser.ExecWB(1,1) 打开 ... 阅读全文
posted @ 2015-04-17 16:06 chengeng 阅读(640) 评论(0) 推荐(0)
摘要: -- ============================================= -- Author: gengc -- Create date: -- Description: -- Description: -- SELECT * from dbo.F_StringToTa... 阅读全文
posted @ 2015-03-27 13:56 chengeng 阅读(757) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Text.RegularExpressions;using DevSDK... 阅读全文
posted @ 2014-12-19 13:38 chengeng 阅读(2165) 评论(0) 推荐(0)
摘要: -- -- Author: gengc -- Create date: <2012-12-29> -- Description: <查看表结构> -- CREATE View ViewTableasselectobj.name as 'TableName',f.value as 'TableDesc 阅读全文
posted @ 2014-12-09 15:30 chengeng 阅读(1198) 评论(0) 推荐(0)
摘要: 变量表,临时表插入数据的性能分析。1。变量表:declare @t table(id nvarchar(50),supno nvarchar(50),eta datetime)insert @tselect top 10000 id,supno,eta from 表这一句执行sql需时间:16806... 阅读全文
posted @ 2014-11-15 09:58 chengeng 阅读(288) 评论(0) 推荐(0)
摘要: IIS 发布后解除锁定 1、CMD管理员下运行命令C:\windows\system32\inetsrv\appcmd unlock config -section:system.webServer/handlersC:\windows\system32\inetsrv\appcmd unlock 阅读全文
posted @ 2014-11-15 09:56 chengeng 阅读(499) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices; #region API [DllImport("user32.dll")] static extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint 阅读全文
posted @ 2014-02-07 14:12 chengeng 阅读(458) 评论(0) 推荐(0)
摘要: this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(245)))), ((int)(((byte)(255)))));this.TransparencyKey = this.BackColor; 阅读全文
posted @ 2013-11-15 16:06 chengeng 阅读(318) 评论(0) 推荐(0)
摘要: select syscolumns.name,systypes.name as type from syscolumnsinner joinsysobjects on syscolumns.id = sysobjects.idinner joinsystypeson syscolumns.xtype = systypes.xtypewhere (sysobjects.name = '" + tableName + "') and (systypes.name 'sysname') 阅读全文
posted @ 2013-09-25 15:17 chengeng 阅读(296) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 下一页