码迷,mamicode.com
首页 >  
搜索关键字:sublime text 插件    ( 88887个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
C#:列表视图操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 列表视图操作类 ...
分类:其他好文   时间:2014-05-08 19:30:25    阅读次数:337
C#:ZedGraph画图控件(待补充)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo...
分类:其他好文   时间:2014-05-08 19:21:43    阅读次数:530
C#:TextBox控件操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// TextBox控...
分类:其他好文   时间:2014-05-08 19:15:06    阅读次数:293
Github 开源编辑器 ATOM 已开放下载
Atom 于5月6日正式开放下载(遗憾的是只有 MAC 版本),并且在 MIT 协义下开源,从界面可以看出,这款软件很像 Sublime Text,不过由于她的开源,相信很快会超越 ST。树状浏览:新建的文件为绿色,有修改的为橙色,忽略文件为暗灰。颜色选择器:类似 Dreamweaver 的功能,支...
分类:其他好文   时间:2014-05-08 19:14:09    阅读次数:322
非常适用的Sourceinsight插件,提高效率事半功倍
本文讲述了如何为sourceinsight添加注释快捷键,包括单行注释,多行注释,#if 0块注释。如何在sourceinsight中使用资源管理器打开一个文件所在的目录并自动高亮选择该文件,如何实现多选项卡功能,以及使用quicker.em为源文件添加头部注释,函数注释,标记注释等
分类:其他好文   时间:2014-05-08 14:14:10    阅读次数:1921
Source Insight 3.X utf8支持插件震撼发布
继上次SI多标签插件之后,因为公司内部编码改为utf8编码,因此特意做了这个Source Insight 3.X utf8插件.
分类:其他好文   时间:2014-05-08 13:45:22    阅读次数:325
单点登录
string sKey = username.Text.ToString().Trim(); // 得到Cache中的给定Key的值 string sUser = Convert.ToString(Cache[sKey]); // 检查是否存在 if (sUser == null || sUser....
分类:其他好文   时间:2014-05-08 12:18:20    阅读次数:258
OA 权限树搭建时的技巧
Version1 初步显示  --%>   ${name} version  2  自己写好 在最顶层ui 加个id=tre...
分类:其他好文   时间:2014-05-07 23:04:10    阅读次数:297
Asp.net导出Excel乱码的解决方法
通过跟踪Asp.net服务器代码,没有乱码,然而导出Excel到浏览器后,打开时出现乱码。解决方法是添加编码格式的前缀字节码:Response.BinaryWrite(System.Text.Encoding.Unicode.GetPreamble());Response.Clear();Respo...
分类:Web程序   时间:2014-05-07 20:29:11    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!