原创 c# 的實現的一些簡單功能

經常保持與服務器的聯繫,一旦聯繫中斷立刻自動退出閱讀器並提示 解決方案: NetworkChange 類通過引發 NetworkAddressChanged 事件來提供地址更改通知。 接口地址可能因許多原因而更改,如網線斷開連接、移出了無

原创 C# Knowledge

object & Object in C# object 類型在 .NET Framework 中是 Object 的別名。 在 C# 的統一類型系統中,所有類型(預定義類型、用戶定義類型、引用類型和值類型)都是直接或間接從 Objec

原创 實習了兩個月後原來我還是門外漢!

我今年11月開始實習的,公司安排我學習<<Java編程思想>>.接着按照公司提供的一個演示程序做一個功能一樣的程序.這樣的學習進行了兩個月.這個程序是

原创 Unix Shell

How to rename diretories that have the same name for i in `find -maxdepth 3 -name wntmsci12.pro` do mv -f $

原创 how to rename with for of cmd

FOR /F Loop command: against a set of files - conditionally perform a command against each item. Syntax FOR /F

原创 做程序員一年半的總結

時間: 2009、6 -- 2010、11   採用的平臺: Windows + Visual Studio 2003/2008 cygwin + OpenOffice.org   涉及到的技術: C++ ATL/COM UNO   主

原创 VMware Tool 安裝指南

方法1 運行VMware虛擬機後,在菜單中,單擊“虛擬機”->“安裝 VMware Tools” 方法2 如果過了很長時間依然沒有反應的話,請根據下面的步驟操作: 點擊“虛擬機(M)”→“設置(S)…”→點選“硬件”選項卡下的“CD RO

原创 c# 的 Form 是如何封裝 WndProc 方法的

類繼承關係 System.Object  System.MarshalByRefObject   System.ComponentModel.Component    System.Windows.Forms.Control    

原创 VBA

How to add order in a column of a table Sub Order() Dim Str As String For Each obj In ActiveDocument.Tables  

原创 OpenOffice Basic

How to find/replace with hyperlinks in Writer 怎樣獲取超鏈接 sub markHyperlink dim oParaEnum as object dim oPortEn

原创 線程的同步控制

typedef struct _Node { struct _Node *next; int data; } Node; typedef struct _List { Node *head; CRITICAL_SECT

原创 FOR in Dos cmd

FOR /F Loop command: against a set of files - conditionally perform a command against each item. Syntax FOR /F

原创 c語言中的指針

What is pointers to arrays?int ptr[5];    // ptr is a pointer to arrayPay attention to this statement:int* ap[15];  //

原创 Start OpenOffice.org using the command line

OpenOffice.org command line arguments Besides directly typing in the path of the executable file for each OpenOffice.or

原创 做了程序員了,每天很忙,但感覺收穫不大,這是爲什麼呢?

 我現在做的是OOo的二次開發,感覺要會的東西很多,所以要學的東西就很多:OOo源碼,COM,OOo宏編程等都要學。另外我非計算機科班,很多基礎課程沒有好好學。這麼多知識要學,我都不知道從何學起了。   每天忙這寫一個一個的函數,但是這些