摘要: 这些书有的早已被业界人士强烈推荐,成为掌握ejb的必读书籍,有的是实践j2ee的优秀工具书。 下面的每一本书的电子版(english)我都有,做j2ee项目的时候时不时温习一遍,做做笔记。这些书看看书名就让人兴奋,读起来让人畅快。1、core j2ee patterns - best practices and design strategies 介绍了j2ee的模式,我们知道一个j2ee项目成......
摘要:实现一个线程的两种方法
山哥 http://blog.csdn.net
我们通过同一个例子,看线程的两种创建方法,以及运行方法
一种是声明 thread 的子类,重载 thread 类的方法 run
public class mythread extends thread { public void run() { for (int count = 1, row = 1; row <......
VC++.NET学习笔记(第二章)第二章
微软应用程序基础框架类库 【程序编程相关:
网格的资源发现方法】
the microsoft foundation class library application framework 【推荐阅读:
ASP.NET中使用web.config】
this chapter introduces the microsoft foundation class (mfc) library 7.0 application framework and explains its benefits. it includes a stripped-down but fully operational mfc library program for microsoft windows that should help you understand what application framework programming is all about. i’m keeping theory to a minimum here, but i’ve included sections on message mapping and on documents and views to help you understand the examples in later chapters. 【扩展信息:
Spring 开发指南】
这章主要讲解微软应用程序基础框架类库与它的益处.我将把mfc类库的运做完全的展现出来,并使你明白应用框架程序是帮你建立windows程序的.我在这里将保持很少的纯理论论述,但我将在消息映射,文档与视图部分的章节后面帮你弄些例子使你明白.
why use the application framework?
为什么要使用应用框架
if you’re going to develop applications for windows, you’ve got to choose a development environment. assuming that you’ve already rejected non-c options such as microsoft visual basic and borland delphi, here are some of your remaining options:
program in c with the win32 api.
writ your own c++ windows class library that uses win32.
use the mfc library application framework
use another windows-based application framework. (most of them
are defunct, however-such as borland’s object windows library [owl].)
如果你要开发windows的应用程序,你将选择开发环境.骄傲的你也许已经放弃了非c的的环境,比如,vb,delphi,这里有些其它的选择:
用c语言写基于win32的程序
使用c++写基于win32的windows类库
使用mfc应用程序框架
使用其他基于windows的应用框架(许多其它的框架已经消失了,然而例如宝兰的owl确活的很好).
note we’ll cover .net windows forms in part vi of this book.
解释:在我们书的第六部分包括.net的windows 的窗体.
...
下一页 摘要:光纤卡安装以后,需要修改两个配置文件,分别为:
/kernel/drv/sd.conf
/kernel/drv/lpfc.conf
修改内容在以下过程中标注:
# cd /kernel/drv# vi sd.conf"sd.conf" 65 lines, 1611 characters ## copyright (c) 1992, by sun microsystems......