自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(30)
  • 资源 (4)
  • 收藏
  • 关注

原创 State and Sington design pattern simple sample update

 此代码主要描述了桌子上的物件拿走和放上去的一个状态转换. 如果要扩展状态类型,只需要添加状态类型和在抽象类中添加抽象方法.using System;using System.Text;namespace TestProject...{    public class DeskTopClass    ...{        public State state;        publ

2008-03-21 19:30:00 233

原创 State and Sington design pattern simple sample

using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace LINQTestProject{    class DeskTopClass    {        State state;        private bool opr;        public Des

2008-03-21 07:30:00 239

原创 How to: Create a Results Store Using SQL

How to: Create a Results Store Using SQL Results of load tests are stored in a SQL database. The SQL database is called the Load Test Results Store. It can be local, typically using SQL Expr

2007-08-22 16:02:00 395

原创 MSSQL Server 2005 Integration Service 处理平面文件读入数据

Yichamps.cnSSIS 为 SQL Server 2005 的 集成服务 对平面文件 数据读入是 减少了 大大的工作量, 图形化地配置 流程, 影射平面文件中的数据字段 到目标数据字段这部分 做的很形象, 如果能熟悉地使用右面的工具, 则非常实用. 做好的包 在Sql management里面执行, 效率非常高。适合于庞大数据备份使用。  Img01:OverView

2007-08-13 03:28:00 370

转载 期待的工具

Yichamps.cnWhile there are a lot of testing tools out there to look for bugs, test a Websites scalability and perform unit tests, precious few seem to handle automating the testing of AJAX applicat

2007-08-05 09:08:00 455

转载 Agile isn't just a development practice

Agile isnt just a development practice I spent so much time making plans, having ideas, creating designs that I never even got on the road to enlightenment. I could see the road, but I was not quit

2007-06-24 00:32:00 320

原创 自定义 Vista GadGets

yichamps.cn 自定义 Vista GadGets 需要处理以下几点: 创建新目录到:%systempath%:/Users/champs/AppData/Local/Microsoft/Windows Sidebar/Gadgets(系统原来的GadGets是在:%systempath%:/Program Files/Windows Sidebar/Gadgets)

2007-06-20 01:05:00 321

翻译 怎样在Notepad中建立Silverlight应用程序

Yichamps.cnHow to create Silverlight Applications with Notepad怎样在Notepad中建立Silverlight应用程序Posted Tuesday, June 05, 2007 6:00 PM by interactive作者:Interactive 于2007-06-05 6pm时发

2007-06-15 01:05:00 639

转载 敏于事而慎于言 == 讷于言而敏于行 ? truth : foolhardiness

        Yichamps.cnYichamps 正在编写Silverlight,Linq ORM模块       学而时习之   孔子名言。语出《论语·学而》:“子曰:‘学而时习之,不亦说(悦)乎?’”王肃注:“诵习以时,学无废业,所以为悦。”王释“学”与“习”为一义,似专指诵读。但孔子教人学“六艺”,包括礼、乐、射、御、书、数,“诵习”仅是“一端”(见刘宝楠《论语正义》)

2007-06-09 08:23:00 2156

原创 Update in LINQ

Yichamps.cnYichamps 正在编写Silverlight,Linq ORM模块  Thats quite easily to do update in LINQ below:   using System;using System.Collections.Generic;using System.Linq;using System.Text;usin

2007-06-09 05:35:00 484

原创 DLinq DataContext

 Yichamps.cnYichamps 正在编写Silverlight,Linq ORM模块    using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.Linq;using System.Data.SqlClient;

2007-06-07 14:49:00 385

翻译 LINQ to SQL 的 Entity Classes

yichamps.cn   Entity ClassesLINQ to SQL enables you to model classes that map to/from a database.  These classes are typically referred to as "Entity Classes" and instances of them are

2007-06-06 18:28:00 482

原创 态度

做完了一些freelance 的工作,看到时间已经是凌晨4点半,由于客户要求得比较急,我在做开发的过程非常投入(像大家平时“打仗”一样,要求速度/质量,反复检查,把问题缩到最少,既然不允许再花时间review),完事后无法马上入睡,只好附在电脑前,等待我双眼的疲惫感觉来临。“不幸”的是我在某搜索引擎中找到一张贴,今天我忘了是搜什么关键字出来的,http://www.proz.com/topic/6

2007-06-01 00:29:00 375

原创 Can not install the "LINQ Preview (May 2006)" in vista

 If true, It may be occured error 2738.Solution from : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1106331&SiteID=11.check your vbscript.dll where it  locates;2.execute your command pr

2007-05-26 01:37:00 1047

原创 转载:七田式英语学习法的7条原则

七田式英语学习法的7条原则文章来源:http://www.kaifulee.com/modules/bbs/viewthread.php?tid=8561作者:七田真 第一,下定决心的原则学习语言首先要下定这样的决心:无论如何要用一年时间学会英语!有了决心才能取得成功。如果没有决心就

2007-05-25 04:23:00 439

原创 complex nested property types in Orcas

 public class Person...{    public string FirstName...{get;set;}    public string LastName...{get;set;}    public int Age...{get;set;}}internal class Company...{    public string CompanyName...{ge

2007-05-24 17:34:00 287

原创 Query syntax with filter where/orderby/groupby/etc in Linq within database provides a very convenient choice

The big point I found and I feel it great is like so:I defined :// if I have a class of Person have properties FirstName/ LastName/ Age,List people = new List{new Person{FirstName="abc",LastNa

2007-05-24 16:09:00 429

原创 从 开复网上转载的一篇文章, 颇有意义 --郭德纲和伊索的驴子:最难做的是简单

五月 23, 2007 — 宋新宇 (阅读: 112)你可能很奇怪,这算是一个什么标题?在回答这个问题之前,先讲最近身边发生的几件事情。在四月一日出刊的《易友》杂志里,有一篇文章我推荐给了很多朋友。这篇文章的标题是:“机会并非越多越好”。这篇短文引述了一个心理学家做的试验,大概是这样一个结果:当只有很少选择的时候(只有6种食品供人选购),很多人选择了购买。当有很多选择的时候(36

2007-05-24 01:27:00 405

原创 js 判断 各个浏览器是被支持的版本

// 先建立一个对象var slPluginHelper = new Object();// properties 受值于一些浏览器的属性,包括 width,height...etcvar slProperties = properties; slPluginHelper.ignoreBrowserVer = slProperties.ignoreBrowserVer;slPl

2007-05-23 16:59:00 420

原创 Extension method in "Orcas" as new feature is very very very helpful

This sub-method I  defined in a static class:using System;using System.Collections;namespace ExtensionTest {      public static class Test      {          // "this" was defined all the obj

2007-05-18 22:40:00 210

原创 配置ASP.NET Web应用程序, 使之运行在medium trust

  这文章会向你展示, 怎么配置ASP.NET Web应用程序, 使之运行在medium trust. 如果你的服务器有多个应用程序, 你可以使用code access security和medium trust级别去隔离应用程序 通过设置和锁定machine级别的Web.config的信任级别, 你可以为服务器的Web应用程序建立安全策略. 运行ASP.NET的m

2007-05-10 18:16:00 2687

原创 HTML 对Robots META标签的指引

  Robots META标签是一个简单的机制,它会对Web Robots的页面进行索引处理,或者页面的所有链接都会被跟踪。注意:META标签现在只是支持不多的robots放置Robots META标签的位置像一些META标签,应该放于HEAD标签之间: ......Robots META标签可以填写: Robot

2007-05-06 23:38:00 601

原创 JScript Debugging in Visual Web Developer Orcas

此文非原创而来源于:Your Websites,Our Passion!http://blogs.msdn.com/webdevtools/archive/2007/03/09/jscript-debugging-in-visual-web-developer-orcas.aspx 在Visual Web Developer Orcas的Jscript调试Jeff King made a re

2007-05-01 14:35:00 498

原创 FilterLoader中的一个LoadAndInitIFilter方法

internal static IFilter LoadAndInitIFilter(string fileName, string extension)    ...{      //实例化IFilter,还为文件类型,找一个IFilter执行类型,并赋值给IFilter实例      IFilter filter=LoadIFilter(extension);      if (filte

2007-04-28 16:00:00 494

原创 使用IFilter.dll 读取文件

public override bool GetResponse(System.Net.HttpWebResponse webresponse)        ...{            System.IO.Stream filestream = webresponse.GetResponseStream();            this.Uri = webresponse.Respo

2007-04-27 16:46:00 961

原创 IFilter 的 FilterReader 这个类中的 FilterReader(string filename) 方法

 using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Runtime.InteropServices;namespace EPocalipse.IFilter...{  /**////   /// 执行一个 TextReader 用以从IFilter里面读出

2007-04-27 16:39:00 907

原创 BinaryReader 读取二进制文件

//BinaryReader 读取二进制文件 Word/PDF/Dat/etc (此事例选择了一个AppSettings#@@#.dat"文件   using System;using System.IO;using System.Security.Permissions;class Test...{    static void Main()    ...{        // 加载应用

2007-04-27 13:34:00 1871 1

原创 IE5/Win 字体的 hack "巫术"

body{  font-size: x-small;   /* 给IE5/Win */  voice-family:  "/"}/"";  voice-family: inherit;  font-size: small;  /* 给适应的浏览器 */}html>body  /* 给 Opera*/{  font-size: small;}根据>第一章中讲到, IE5/Win的 body{

2007-04-26 19:23:00 489

原创 StripHtml C#的正侧表达式使用

  /**////         /// Stripping HTML        /// http://www.4guysfromrolla.com/webtech/042501-1.shtml        ///         ///         /// 使用 正侧表达式 寻找没有结尾斜杠(/>)的 html 标签        /// http://concepts.wa

2007-04-26 18:10:00 810

原创 一直等待着的LINQ的前途,将会是怎么样的

我很喜欢上msdn去看他们(Micro软件)的产品,网站主页做得很漂亮,真是梦想中的团队,开发出完美的精品.这是他们的成果, 我喜欢看书,《做最好的自己》-李开复告诉我应该拥有自己的东西,我会继续研究他们的东西,学习中/折腾中找到自己的东西.Cool~. 他们 很多产品都很出色,SharePoint.(在国内,有SharePoint研究团队/有充满潜力与动力的开发者),功能完备中开发适合需求的部件

2007-02-09 00:10:00 1006

generics C#

c# generics DEMO

2008-04-13

C_sharp_进销存

C_sharp_进销存

2008-04-04

singleton demo

了解singleton实现方式不比了解应用场合实在

2008-04-04

c# 索引器

c# 类中的索引器例子

2008-02-27

空空如也

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

TA关注的人

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