自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 Can't access SelectionStart unless the Editor is in edit mode

<br />private void ultraGrid1_KeyPress(object sender, KeyPressEventArgs e)<br />{<br />    UltraGrid grid = sender as UltraGrid;<br />    UltraGridCell activeCell = grid == null ? null : grid.ActiveCell;<br /><br />    // if there is an active cell, its no

2010-09-14 19:09:00 2458

原创 infragistics 技术论坛

<br />http://community.infragistics.com/

2010-09-14 18:29:00 793

转载 SQL SERVER时间格式

<br /> <br />1. 显示本月第一天 <br />SELECT DATEADD(mm,DATEDIFF(mm,0,getdate()),0)<br />select convert(datetime,convert(varchar(8),getdate(),<br />120)+'01',120)<br /> <br />2. 显示本月最后一天 <br />select dateadd(day,-1,convert(datetime,convert<br />(varchar(8),dateadd

2010-09-14 11:53:00 371

超级终端 win10 64位

超级终端 win10 64位,适用于 win10 系统 的超级终端工具,可以使用,串口调试的好工具,亲测可以使用

2018-05-31

串口转USB驱动 (支持 win8 ,win10)

串口转USB驱动 (支持 win8 ,win10),小巧 好用的驱动,亲测可以使用,串口转USB驱动 (支持 win8 ,win10

2017-12-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除