using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// DataGrid...
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
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
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
Atom 于5月6日正式开放下载(遗憾的是只有 MAC 版本),并且在 MIT
协义下开源,从界面可以看出,这款软件很像 Sublime Text,不过由于她的开源,相信很快会超越
ST。树状浏览:新建的文件为绿色,有修改的为橙色,忽略文件为暗灰。颜色选择器:类似 Dreamweaver 的功能,支...
分类:
其他好文 时间:
2014-05-08 19:14:09
阅读次数:
322
本文讲述了如何为sourceinsight添加注释快捷键,包括单行注释,多行注释,#if
0块注释。如何在sourceinsight中使用资源管理器打开一个文件所在的目录并自动高亮选择该文件,如何实现多选项卡功能,以及使用quicker.em为源文件添加头部注释,函数注释,标记注释等
分类:
其他好文 时间:
2014-05-08 14:14:10
阅读次数:
1921
继上次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
Version1 初步显示
--%>
${name}
version 2
自己写好
在最顶层ui 加个id=tre...
分类:
其他好文 时间:
2014-05-07 23:04:10
阅读次数:
297
通过跟踪Asp.net服务器代码,没有乱码,然而导出Excel到浏览器后,打开时出现乱码。解决方法是添加编码格式的前缀字节码:Response.BinaryWrite(System.Text.Encoding.Unicode.GetPreamble());Response.Clear();Respo...
分类:
Web程序 时间:
2014-05-07 20:29:11
阅读次数:
328