自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 企業類庫之Configuration-Migration Application Block(一)

EditorFontData.csusing System;using System.Collections.Generic;using System.Text;using System.Configuration;namespace Demo003...{    /**////     ///     ///     public class EditorFontData:Configu

2007-09-25 12:52:00 701

原创 傳統經理人的迷思(转)

 傳統經理人的迷思美國的企管顧問師威廉·葛詩禮,於十幾年前,在亞洲基金會與全國職業訓練金監理會的贊助之下,完成了一本名叫《為中國經理把脈》的研究報告。  在該篇報告中,葛詩禮毫不客氣地指出臺灣經理人常犯的三十六項錯誤,這些錯誤是:  

2007-09-25 12:38:00 885

原创 企業類庫之Caching Application Block (一)

 配置文件xml version="1.0" encoding="utf-8"?>configuration>  configSections>    section name="cachingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerSett

2007-09-20 20:52:00 1132

原创 移動設備開發注意點

 我現在就要告訴您,處理使用者輸入的方式,刻意成就您的應用程式,也可以徹底毀滅它。您可能會問︰『為甚麼呢?』答案很簡單,因為對Windows CE的使用者來說,輸入是非常痛苦的作業。您沒有滑鼠可用,也沒有鍵盤(千萬不要告訴我說︰『不是有SIP嗎?』),不過您還是需要能收集資料。輸入規則#1 愈大愈好輸入規則#2 盡量幫使用者完成工作輸入規則#3 阻止使用者操作危險的按鈕輸入規則

2007-09-19 22:26:00 659

原创 C#實現自動啟動

private void toolStripMenuItem3_Click(object sender, EventArgs e)        ...{            if (autorun == true)            ...{                RunWhenStart(false, Application.ProductName, Application.

2007-09-19 22:04:00 783

原创 劳动合同法之试用期工资的算法(轉)

试用期究竟应该怎么算?   “来我这儿工作先试用个半年,表现可以我们再签订劳动合同。”“你前三个月试用下来不太理想,我们再给你个机会试用半年吧。”   劳动者前去求职,遇到这样场景的绝不少见。为了保住这个岗位,劳动者不得不忍受着试用期的低工资、多工作量的待遇。结果,原来是用人单位与劳动者在劳动合同中协商约定的有限的考察期,变成了无限制的廉价劳动期。   此次出台的《劳动合同法》延续了《

2007-09-18 19:37:00 1601

原创 修該Config文件程序程式

using System;using System.Collections.Generic;using System.Text;using System.Configuration;using System.Xml;using System.Reflection;namespace Walter.K.Wang.Config...{    /**////     /// 讀寫配置文件操作類   

2007-09-17 19:51:00 776

原创 關機程式操作類

using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace Walter.K.Wang.ShutDown...{    /**////     ///     ///     public class ShutDown    ...{

2007-09-16 22:30:00 592

原创 關閉程式使程式最小化

       private void 顯示程序ToolStripMenuItem_Click(object sender, EventArgs e)        ...{            if (顯示程序ToolStripMenuItem.Checked==false)            ...{                this.Show();              

2007-09-16 22:27:00 556

原创 只運行一個程序之二

using System;using System.Collections.Generic;using System.Windows.Forms;using System.Threading;namespace Walter.K.Wang.Demo...{    static class Program    ...{        /**////         /// 應用程式的主要進入點

2007-09-16 21:58:00 668

原创 Windows Mobile asp.net第一個程序

...@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>...@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile

2007-09-14 09:53:00 1117

原创 創建型模式之原型模式

 

2007-09-09 21:33:00 469

原创 創建型模式之創建者模式

 

2007-09-09 21:32:00 533

原创 創建型模式之工廠方法模式

 

2007-09-09 21:32:00 593

原创 創建型模式之抽象工廠(轉)

using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace Walter.K.Wang.Abstract...{    public abstract class ContinentFactory    ...{        public abstra

2007-09-09 21:31:00 742

原创 創建型模式之單件模式(轉)

using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace Walter.K.Wang.Singleton...{    /**////     /// Singleton模式    ///     public class LoadBalancer    

2007-09-09 21:30:00 698

Discuz7使用syntaxhighlighter_2.0.320实现代码高亮

Discuz7使用syntaxhighlighter_2.0.320实现代码高亮

2009-08-05

ASP.NET留言薄

ASP.NET留言薄的毕业设计,代码层次清晰,采用工厂模式实现。

2009-04-27

Ndoc5中文版

Ndoc5中文版,支持dotnet2.0

2008-03-24

MVC C#

MVC C#实现及其说明……

2008-03-21

马云点评创业

马云点评创业…………

2008-03-21

Excel模板的操作

Excel模板的操作,大家可以看看吧。Excel模板的操作,大家可以看看吧。

2008-03-05

數據庫操作類

數據庫操作類

2007-07-19

空空如也

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

TA关注的人

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