摘要:
Introduction jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular libraries on the web. "write less do ... 阅读全文
摘要:
转载:http://dj.codeplex.com/Thread/View.aspx?ThreadId=66498Today I tried to add a webcontrol into your DNA jQuery Web Control project.As a jQuery beginner, I am not professional in javascript especially... 阅读全文
摘要:
Sometimes, the typical sequence to compile a program doesn't work.It starts spitting out all kinds of errors and seems to do everythingbut compiling that annoying program already. What to do then? Thi... 阅读全文
摘要:
Installation of Oracle 9i (R2) on (Oracle) Enterprise Linux 4This paper (HOWTO) describes step-by-step installation of Oracle 9i database software on Enteprise Linux 4.Installation steps are valid for... 阅读全文
摘要:
下面对一些错误进行一些整理,方便各位兄弟在安装的时候不要像我一样手足无措,当然,面对信息化的时代,解决问题才是最重要的能力......参照了angle4发表Oracle9i (9.2.0.4.0) Installation on Red Hat Enterprise Linux 5 (RHEL5)如果想去看原文:http://www.chinaunix.net/jh/19/1059934.html... 阅读全文
摘要:
前言: 很多初学 windows 编程的朋友, 大多搞不清 WINAPI 函数的工作方式。如果您要成为一名熟练的Windows 程序员,想通过程序员这个职业赚钱, Make more money, 那么就不得不熟悉 WINAPI。自动模拟/测试程序的实现,对于 Windows 编程新手了解 windows 窗口机制很有帮助。 写一个好的软件,系统设计是必需的,在一些大中型的软件设计中,这点... 阅读全文
摘要:
摘要 本文描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。在本文有三个源代码参考例子: NTService 是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl 是一个控制面版程序,用来... 阅读全文
摘要:
As we all know, connecting to the signals of a QObject from QtScript code is trivial; for example bossButton.clicked.connect(function() { desktop.showFakeSpreadSheet(); employee.grin(); } ); Howeve... 阅读全文
摘要:
Introduction to Starting and Stopping ServicesThis is the page where I show you how to create a Microsoft WMI script that starts or stops a Windows service on a remote computer. (Other pages deal with... 阅读全文
摘要:
To: gcc at gcc dot gnu dot org Subject: Hint: How to install gcc on Solaris (easiest way possible - I think) From: John Gianni Date: Mon, 30 Aug 1999 19:51:36 -0700 Dunno - I wrote this apnote... 阅读全文