会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chengeng's blog
A single flower will be my garden, a single friend will be my world !
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
下一页
2015年4月20日
判断客户端设备
摘要: 判断客户端设备 判断客户端设备
阅读全文
posted @ 2015-04-20 14:34 chengeng
阅读(226)
评论(0)
推荐(0)
2015年4月17日
js打印相关,注意此方法受到IE安全性设置影响
摘要: javascript打印-打印页面设置-打印预览代码 ===================================================================关于这个组件还有其他的用法,列举如下: WebBrowser.ExecWB(1,1) 打开 ...
阅读全文
posted @ 2015-04-17 16:06 chengeng
阅读(640)
评论(0)
推荐(0)
2015年3月27日
sql server 字符串转table
摘要: -- ============================================= -- Author: gengc -- Create date: -- Description: -- Description: -- SELECT * from dbo.F_StringToTa...
阅读全文
posted @ 2015-03-27 13:56 chengeng
阅读(757)
评论(0)
推荐(0)
2014年12月19日
c#操作windows本地账户
摘要: 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)
2014年12月9日
SQL SERVER 以视图的方式查询表结构和视图结构
摘要: -- -- 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)
2014年11月15日
变量表、临时表【插入】性能分析
摘要: 变量表,临时表插入数据的性能分析。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)
ASP.NET MVC 部署常见问题
摘要: 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)
2014年2月7日
模拟鼠标点击
摘要: 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)
2013年11月15日
窗体背景透明,控件不透明
摘要: 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)
2013年9月25日
获得表字段名称和数据类型
摘要: 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
下一页
公告