自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (8)
  • 收藏
  • 关注

转载 C#中如何利用Gmail账户发送邮件

<br /> private void button_send_Click(object sender, EventArgs e){ //Short Method SmtpClient smtp = new SmtpClient("smtp.gmail.com", 587); smtp.UseDefaultCredentials = false; smtp.Credentials = new NetworkCredential("use

2011-05-10 22:16:00 750

转载 基于web.config动态设置LINQ dbml 文件中的连接字符串

Ideally, you want your LINQ database connection strings defined outside your compiled code and to be held in the Web.Config instead.Unfortunately, by default, they are added to your Settings.cs file which is then compiled away into your code. This has the

2011-05-10 22:11:00 2770

翻译 在WebBroswer中用javascript访问C#方法

<br />本例子演示如何用javascript访问C#代码,也可向C#方法传递参数。<br />首先,创建一个Windws Forms应用程序,并往窗体上加入一个WebBroswer控件,然后修改form的代码如下:<br />namespace WindowsFormsApplication6{ // This first namespace is required for the ComVisible attribute used on the ScriptManager class.

2011-05-10 11:11:00 620

翻译 隐藏DataGridView中无数据的列

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms; namespace MyProject{ public static class ExtensionGridView { public static DataGridView RemoveEmptyColumns(this D

2011-05-10 10:43:00 1080

转载 制作win7的可启动USB

Grab a a Windows 7 ISO image and extract it to a folder (not on the USB stick)You can use a lot of programs, many of them free, to extract from an ISO. I use 7zip.Grab a 4GB USB stickFormat the USB stick with NTFS using the “quick format”. (You can do this

2011-05-08 22:24:00 841

转载 XamlServices class in .Net 4.0

XAML has up to now played a big role in WPF and Silverlight and is seen as a markup language to design GUIs. That is not quite true. XAML describes objects, their properties and their relations. It is not limited to designing user interfaces. That is why X

2011-05-03 22:19:00 699

原创 “IServiceProvider”: 不明确的符号

为了让C#使用一个非托管Dll的类中,于用想用托管c++进行包装成托管的dll,但是在编译时出现了以下错误: 错误     2     error C3699: “*”: 不能在类型“IServiceProvider”上使用此间接寻址     c:/program files/microsoft sdks/windows/v6.0a/include/servprov.h     96     CSRLib错误     1     error C2872: “IServiceProvider”: 不明确的

2011-05-01 21:17:00 7461 2

基于http的文件共享程序

基于http的文件共享程序 1. 将此小程序和config.config配置文件放在需要共享的文件所在的文件夹下; 2. 将本机ip和要监听的端口添加到config.config中(可添加多个,每个一占行),必需添加有效ip; 3. 启动程序FileProvider.exe(win7下需用管理员权限运行),程序自动扫描文件列表(包括所有子文件夹中的文件); 4. 在浏览器中输入本机ip地址和设定的端口号进行访问,将得到一个文件列表并可点击进行下载。 运行平台:windws (.net framework 2.0以上)、linux(通过mono启动,终端下启动命令:mono FileProvider.exe)

2011-07-27

小巧豆辨电台--桌面版

小巧简易的豆辨电台,不用打开网页即可以收听豆辨电台。

2011-06-27

快速文本替换工具_批量替换

文本批量替换工具,可以批量替换选定文本类型的文本内容,可同时选择替换文件夹名或文件名中的文本

2011-06-12

桌面版谷歌翻译GTranslator

桌面版的谷歌翻译程序,通过调用google翻译api进行在线翻译。能够进行中英互译,句子翻译。具有生词本功能,可以保存生词。可以自动取词翻译,脱离翻译输入框,自由轻松地翻译

2011-01-25

桌面版谷歌翻译GTranslator

桌面版的谷歌翻译程序,通过调用google翻译api进行在线翻译。能够进行中英互译,句子翻译。具有生词本功能,可以保存生词。可以自动取词翻译,脱离翻译输入框,自由轻松地翻译

2010-10-24

强大的ftp工具FlashFXP

一个强大的FTP工具,中文破解版,很好用

2010-03-30

Fly TreeView控件

破解版Fly TreeView控件,ASP.NET WEB TreeView控件

2010-03-30

C常用算法程序集第二版

一本汇集常用算法的书,(C描述),好东东,不容错过

2009-07-31

空空如也

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

TA关注的人

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