码迷,mamicode.com
首页 >  
搜索关键字:sublime text 3 快捷键设置    ( 54769个结果
TraceLog.cs 累积 C#
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Diagnostics; 6 7 namespace Utility...
分类:其他好文   时间:2014-05-17 00:50:37    阅读次数:249
Silverlight 密码框 Focus
在做一个例子是需要运行起来后焦点默认设置在密码框上,在网上查了资料自己找到一种方法public Login() { InitializeComponent(); txtLoginName.Text = "admin";...
分类:Web程序   时间:2014-05-16 23:14:14    阅读次数:465
Sublime Text快捷键
Sublime Text快捷键:Ctrl+Shift+P:打开命令面板Ctrl+P:搜索项目中的文件Ctrl+G:跳转到第几行Ctrl+W:关闭当前打开文件Ctrl+Shift+W:关闭所有打开文件Ctrl+Shift+V:粘贴并格式化Ctrl+D:选择单词,重复可增加选择下一个相同的单词Ctrl+...
分类:其他好文   时间:2014-05-16 22:16:37    阅读次数:398
a helper class for generating xls or csv file
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Office.Interop.Excel;namespace Reuters.ProcessQualit...
分类:其他好文   时间:2014-05-16 19:54:35    阅读次数:286
asp.net 的加密Encode和解密Decode.
asp.net 的加密和解密(c#):1. 导入所需包:using System.IO;using System.Text;using System.Security.Cryptography;2.加密1)MD5普通加密//获取要加密的字段,并转化为Byte[]数组byte[] data = Sys...
分类:Web程序   时间:2014-05-16 18:53:50    阅读次数:375
C#的WinForm中制作饼状图和柱状图
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
分类:Windows程序   时间:2014-05-16 09:40:31    阅读次数:546
Asp.net中XML与DataSet、DataTable之间的转换
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Xml;using System.IO;using System.Web;namespace Utility{...
分类:Web程序   时间:2014-05-14 09:54:50    阅读次数:324
QQ打不出中文的解决办法
先把语言栏关了,再开始---运行,运行ctfmon就好了
分类:其他好文   时间:2014-05-14 09:44:39    阅读次数:176
关于Eclipse主题设置小技巧
之前写过一篇文章是介绍windows下搭建Selenium+Eclipse+Python环境,但看着Eclipse总觉得很丑,而且又笨重,不像UliPad那么轻,也不像sublime_text2那么漂亮,其实很多人都是看sublime_text2的主题漂亮才投怀送抱的,我就是其中之一,但一直没解决GUI的调试问题,又跑回来了Eclipse;但实在不能忍受Eclipse默认的主题,看久了,真心觉得丑...
分类:系统相关   时间:2014-05-13 11:52:15    阅读次数:363
[转]C#读写TEXT文件
1、使用FileStream读写文件文件头:using System; using System.Collections.Generic; using System.Text; using System.IO; 读文件核心代码: byte[] byData = new byte[100]; char...
分类:其他好文   时间:2014-05-13 10:57:52    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!