会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
清风细雨
润物无声
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2009年1月6日
C# ftp
摘要: C# ftp
阅读全文
posted @ 2009-01-06 10:26 轮回
阅读(937)
评论(1)
推荐(0)
2008年6月9日
我的中国摇滚!
摘要: 转眼到而立之年,却还是还喜欢听摇滚。从刚上初中,家里都没有录音机就买了盘《新白娘子传奇》原声带起,就真正开始了自己的音乐感悟旅程。听到了《take care》,于是找到了组织,伴随着中国摇滚最辉煌的岁月一起游弋于哪些音符中,一起躁动在哪些跳动的旋律中。让我们一起怀念并再次感受一下。 黑豹乐队 1991.8——首先在香港。台湾发表了初次问世的专辑《黑豹》。1987——组成乐队。 1992...
阅读全文
posted @ 2008-06-09 19:39 轮回
阅读(549)
评论(0)
推荐(0)
2007年12月29日
GDI+ for VCL基础 -- 颜色调整矩阵ColorMatrix详解(转载http://blog.csdn.net/maozefa)
摘要: GDI+ for VCL基础 -- 颜色调整矩阵ColorMatrix详解
阅读全文
posted @ 2007-12-29 12:48 轮回
阅读(3036)
评论(0)
推荐(0)
2007年11月1日
c#大文件读取和写入数据库
摘要: c#大文件读取和写入数据库(带进度条的源代码)最近一个项目需要将大文件写入和读取到数据库,觉得可能很多人也需要相关得东西,所以就将代码帖出来protected int state = 0; //表示进度条当前处理的事件类型,1表读取word,2表写入word,3表doc转pdf,4表txt转pdfprivate System.Windows.Forms.Form getDialog(string ...
阅读全文
posted @ 2007-11-01 22:56 轮回
阅读(10034)
评论(7)
推荐(0)
access 数据库操作
摘要: access 数据库操作#regionaccess 数据库操作**//**////<summary>///打开数据库,建立新的表和字段///</summary>///<paramname="spath">数据库全路径</param>///<paramname="dataname">表名</param>///<paramn...
阅读全文
posted @ 2007-11-01 22:49 轮回
阅读(486)
评论(0)
推荐(0)
图像处理类
摘要: usingSystem;usingSystem.Drawing;usingSystem.Drawing.Imaging;usingSystem.Drawing.Drawing2D;publicclassConsts{//grayscalevalues,theseprovideabetterresultthentheweights//definedbytheNTSC(NorthAmericaTele...
阅读全文
posted @ 2007-11-01 22:26 轮回
阅读(697)
评论(0)
推荐(0)
只启动一个应用程序实例控制类
摘要: usingSystem;usingSystem.IO;usingSystem.Diagnostics;usingSystem.Threading;usingSystem.Reflection;usingSystem.Runtime.InteropServices;namespaceZhengzuo.CSharpCode{/**////<summary>///只启动一个应用程序实例控制类...
阅读全文
posted @ 2007-11-01 22:20 轮回
阅读(337)
评论(0)
推荐(0)
2007年5月18日
c#实现文件加解密
摘要: usingSystem;usingSystem.IO;usingSystem.Data;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.Security.Cryptography;usingSystem.Threading;u...
阅读全文
posted @ 2007-05-18 09:48 轮回
阅读(1323)
评论(0)
推荐(0)
c# 实现MD5,SHA1,SHA256,SHA512等常用加密算法
摘要: usingSystem;usingSystem.IO;usingSystem.Data;usingSystem.Text;usingSystem.Diagnostics;usingSystem.Security;usingSystem.Security.Cryptography;/**//**.Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。...
阅读全文
posted @ 2007-05-18 09:46 轮回
阅读(12289)
评论(1)
推荐(1)
2007年5月14日
access中,有无将文本类型的数据格式转化成数值型的函数?(解决 order by 的非数字排序问题)
摘要: 有:val(字段名)好的方法是把字段改称数字型的,否则就要这样除理:select * from表名 order by val(字段名1),val(字段名2) asc
阅读全文
posted @ 2007-05-14 15:56 轮回
阅读(1984)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告