- 博客(14)
- 资源 (4)
- 收藏
- 关注
原创 Excel下创建新进程且等待执行完成
Option ExplicitPrivate Const PROCESS_ALL_ACCESS = &H1F0FFFPrivate Type TCell Col As Long Row As LongEnd TypePrivate Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAc
2011-11-20 16:14:57
451
转载 vb多线程
Option Explicit'开始Private Sub Command1_Click() On Error Resume Next With myThreadleft .Initialize AddressOf Fillleft '传递过程地址给线程 .ThreadEnabled = True End With With myThread
2011-11-17 21:27:35
494
原创 vb用createprocess启动其他应用程序
Option ExplicitPrivate Type PROCESS_INFORMATION hProcess As Long hThread As Long dwProcessId As Long dwThreadId As LongEnd TypePrivate Type STARTUPINFO
2011-11-17 21:20:12
1307
原创 DELSVN6
CString getCurrentDir(){ HMODULE hdAppExe = ::GetModuleHandle("condelsvn.exe"); LPSTR lpAppFileName = new char[MAX_PATH]; ::GetModuleFileName(hdAppExe, lpAppFileName, MAX_PATH);
2010-02-26 11:45:00
319
原创 DELSVN4
cout CString sPrompt = "This routine will delete all the directories named .svn and their files. /n" / "Input 1 to continue, The others to exit this routine.";
2010-02-26 11:44:00
254
原创 DELSVN5
if (iRet == 1) { iDeletedCount = 0; Dofind(LPCTSTR(sCurDir)); cout system("pause"); } } }
2010-02-26 11:44:00
282
原创 DELSVN2
int _tmain(int argc, TCHAR* argv[], TCHAR* envp[]){ int nRetCode = 0; // initialize MFC and print and error on failure if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetComman
2010-02-26 11:43:00
299
原创 DELSVN3
void DoStart(bool DoImmediately){ CString sCurDir = getCurrentDir(); if(DoImmediately) { iDeletedCount = 0; Dofind(LPCTSTR(sCurDir)); cout } el
2010-02-26 11:43:00
324
原创 A
select sum(K.xfje) as mzj, V.imonth from txf Kinner join(SELECT C.imonth FROM (SELECT * FROM (SELECT year(A.idate) & - & month(A.idate) AS imonth FROM txf AS A) AS B) AS C GROUP BY C.imont
2010-02-26 11:39:00
289
原创 DELSVN
CWinApp theApp;using namespace std;const DEF_CHAR_LEN = 256;void DoStart(bool DoImmediately);void Dofind(LPCTSTR lpDir);void DoTest();CString getCurrentDir();DWORD iDeletedCount = 0;
2010-02-26 11:39:00
427
原创 SQL-LINE
select sum(K.xfje) as mzj, V.imonth from txf Kinner join(SELECT C.imonth FROM (SELECT * FROM (SELECT year(A.idate) & - & month(A.idate) AS imonth FROM txf AS A) AS B) AS C GROUP BY C.imonth) a
2010-01-25 17:16:00
712
原创 DD
property FieldsConfig: int64 read FFieldsConfig write SetFieldsConfig;
2009-10-15 17:14:00
246
原创 不得不去成就我和WEB的那些事儿
一直以来都有建立一个属于自己的网站的想法,但是由于现实情况不得不屡次搁浅。三四个月前突然又有了这个想法,于是又重新计算起来。好在那时运气好,得到了各方面的支持。让我的想法终于有了可以实现的可能。[http://www.uones.cn]就是这么诞生的。 本人对网络上的编程技术比较有兴趣,便学了些诸如JAVASCRIPT,VBSCRIPT,HTML,DOM...ASP.NET等东东,
2007-11-22 11:08:00
475
原创 对于委托的个人见解A
对于委托的个人见解 学C#感觉有些概念上的东西还是必须要明确,才能更好的掌握其核心构架.其中委托技术是C#中新的概念.也值得大家好好注意. 委托的概念是将引用存储为函数, 在此肯定先要理解什么是引用[不谈]. 它的机制事实上是比较简单的. 但如何用好委托却并非一件完全简单的事情. 以下是对委托的一些个人看法. 首先委托要用关键字delegate ,在用委托之前要先生
2007-10-08 22:56:00
551
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人