自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Good good study, day day up!!

  • 博客(30)
  • 资源 (18)
  • 收藏
  • 关注

原创 RMI编程示例

1.首先编写客户端和服务端以及算法的代码。代码如下:(1)接口代码package com.wonder.rmi;import java.rmi.Remote;import java.rmi.RemoteException;import java.util.List;public interface RMIOperate extends Remote { public double

2007-09-28 13:04:00 938

RMI编程示例

1.首先编写客户端和服务端以及算法的代码。代码如下:(1)接口代码package com.wonder.rmi;import java.rmi.Remote;import java.rmi.RemoteException;import java.util.List;public interface RMIOperate extends Remote {public double a...

2007-09-28 13:04:00 191

原创 Java RMI 基础教程

Java RMI (Remote Method Invocation 远程方法调用)是用Java在JDK1.1中实现的,它大大增强了Java开发分布式应用的能力。Java作为一种网络开发语言,其巨大的威力就体现在它强大的开发分布式网络应用的能力上,而RMI就是开发百分之百纯Java的网络分布式应用系统的核心解决方案之一。其实它可以被看作是RPC的Java版本。但是传统RPC并不能很好地应用于分布式

2007-09-28 12:48:00 1319

Java RMI 基础教程

Java RMI (Remote Method Invocation 远程方法调用)是用Java在JDK1.1中实现的,它大大增强了Java开发分布式应用的能力。Java作为一种网络开发语言,其巨大的威力就体现在它强大的开发分布式网络应用的能力上,而RMI就是开发百分之百纯Java的网络分布式应用系统的核心解决方案之一。其实它可以被看作是RPC的Java版本。但是传统RPC并不能很好地应用于分布式...

2007-09-28 12:48:00 94

原创 WebLogic JNDI 编程

WebLogic JNDI 下列部分介绍如何使用 WebLogic JNDI 编程: 使用 WebLogic JNDI 将 Java 客户端连接到单个服务器 设置 InitialContext 的 JNDI 环境属性 使用上下文查找已命名对象 使用已命名对象获取对象引用 关闭上下文 使用群集环境中的 WebLogi

2007-09-25 19:36:00 3956

WebLogic JNDI 编程

WebLogic JNDI 下列部分介绍如何使用 WebLogic JNDI 编程: 使用 WebLogic JNDI 将 Java 客户端连接到单个服务器 设置 InitialContext 的 JNDI 环境属性 使用上下文查找已命名对象 使用已命名对象获取对象引用 关闭上下文 使用群集环境中的 WebLo...

2007-09-25 19:36:00 300

原创 WebLogic RMI 编程(七)

CORBA 对 WebLogic Server 的支持 以下部分提供有关 CORBA 对此版本 WebLogic Server 的支持的官方规范: 规范参考 所支持规范的详细信息 工具  规范参考 通常,此版本的 WebLogic Server 符合 J2EE 1.4 所要求的 OMG 规范。对于此版本,WebLogic OR

2007-09-25 19:26:00 904

WebLogic RMI 编程(七)

CORBA 对 WebLogic Server 的支持 以下部分提供有关 CORBA 对此版本 WebLogic Server 的支持的官方规范: 规范参考 所支持规范的详细信息 工具 规范参考 通常,此版本的 WebLogic Server 符合 J2EE 1.4 所要求的 OMG 规范。对于此版本,WebLogic ORB 符...

2007-09-25 19:26:00 104

原创 WebLogic RMI 编程(六)

应用程序设计的最佳实践 以下部分讨论使用 RMI 和 IIOP 上的 RMI 编程时建议使用的设计模式。 使用 java.rmi 使用 PortableRemoteObject 使用 WebLogic 工作区域 使用 RMI 超时的准则  使用 java.rmi BEA 建议 RMI 用户使用 java.rmi。尽

2007-09-25 19:25:00 1332

WebLogic RMI 编程(六)

应用程序设计的最佳实践 以下部分讨论使用 RMI 和 IIOP 上的 RMI 编程时建议使用的设计模式。 使用 java.rmi 使用 PortableRemoteObject 使用 WebLogic 工作区域 使用 RMI 超时的准则 使用 java.rmi BEA 建议 RMI 用户使用 java.rmi。尽管 ...

2007-09-25 19:25:00 173

原创 WebLogic RMI 编程(五)

为 RMI-IIOP 配置 WebLogic Server 以下部分描述与 为 RMI-IIOP 配置 WebLogic Server 相关的概念和过程: 设置监听地址 设置网络通道地址 使用 IIOPS 瘦客户端代理 在 SSL 和 Java 客户端中使用 RMI-IIOP 通过委托从 CORBA 客户端访问 WebLogi

2007-09-25 19:24:00 2174

WebLogic RMI 编程(五)

为 RMI-IIOP 配置 WebLogic Server 以下部分描述与 为 RMI-IIOP 配置 WebLogic Server 相关的概念和过程: 设置监听地址 设置网络通道地址 使用 IIOPS 瘦客户端代理 在 SSL 和 Java 客户端中使用 RMI-IIOP 通过委托从 CORBA 客户端访问 WebLog...

2007-09-25 19:24:00 163

原创 WebLogic RMI 编程(四)

使用 IIOP 上的 RMI 以下部分提供 IIOP 上的 RMI 的高级视图: 什么是 IIOP 上的 RMI? WebLogic RMI-IIOP 概述 协议兼容性  什么是 IIOP 上的RMI? IIOP 上的 RMI 将 RMI 扩展为可在 IIOP 协议中工作。这样带来了两个可以利用的好处。在 Java 到 Jav

2007-09-25 19:23:00 1112

WebLogic RMI 编程(四)

使用 IIOP 上的 RMI 以下部分提供 IIOP 上的 RMI 的高级视图: 什么是 IIOP 上的 RMI? WebLogic RMI-IIOP 概述 协议兼容性 什么是 IIOP 上的RMI? IIOP 上的 RMI 将 RMI 扩展为可在 IIOP 协议中工作。这样带来了两个可以利用的好处。在 Java 到 Java 模...

2007-09-25 19:23:00 121

原创 WebLogic RMI 编程(三)

如何实现 WebLogic RMI 构成所有远程对象的基本单元为接口 java.rmi.Remote,它不包含任何方法。可以扩展此“标记”接口(即,它作为标识远程类的标记),以便使用创建远程对象结构的方法存根控件创建自己的远程接口。随后,可使用远程类实现自己的远程接口。此实现会绑定到注册表中的一个名称,客户端或服务器可在注册表中查找对象并远程使用该对象。 如果已经编写了 RMI 类,则可以

2007-09-25 19:22:00 1378

WebLogic RMI 编程(三)

如何实现 WebLogic RMI 构成所有远程对象的基本单元为接口 java.rmi.Remote,它不包含任何方法。可以扩展此“标记”接口(即,它作为标识远程类的标记),以便使用创建远程对象结构的方法存根控件创建自己的远程接口。随后,可使用远程类实现自己的远程接口。此实现会绑定到注册表中的一个名称,客户端或服务器可在注册表中查找对象并远程使用该对象。 如果已经编写了 RMI 类,则可...

2007-09-25 19:22:00 117

原创 WebLogic RMI 编程(二)

通过 T3 协议使用 WebLogic RMI 以下部分提供有关通过 T3 协议使用 WebLogic RMI的信息。 WebLogic Server 中的 RMI 通信 确定连接的可用性  WebLogic Server 中的 RMI 通信 WebLogic Server 中的 RMI 通信使用 T3 协议在 WebLogic Serv

2007-09-25 19:20:00 1293

WebLogic RMI 编程(二)

通过 T3 协议使用 WebLogic RMI 以下部分提供有关通过 T3 协议使用 WebLogic RMI的信息。 WebLogic Server 中的 RMI 通信 确定连接的可用性 WebLogic Server 中的 RMI 通信 WebLogic Server 中的 RMI 通信使用 T3 协议在 WebLogic Server 和...

2007-09-25 19:20:00 114

原创 WebLogic RMI 编程(一)

使用 WebLogic RMI 编译器 以下部分描述 WebLogic RMI 编译器: WebLogic RMI 编译器概述 WebLogic RMI 编译器功能 WebLogic RMI 编译器选项  WebLogic RMI 编译器概述 WebLogic RMI 编译器 (weblogic.rmic) 是一个用于生成和编

2007-09-25 19:10:00 2427

WebLogic RMI 编程(一)

使用 WebLogic RMI 编译器 以下部分描述 WebLogic RMI 编译器: WebLogic RMI 编译器概述 WebLogic RMI 编译器功能 WebLogic RMI 编译器选项 WebLogic RMI 编译器概述 WebLogic RMI 编译器 (weblogic.rmic) 是一个用于生成和编译远程...

2007-09-25 19:10:00 288

原创 javascript学习笔记

转自Blogjava:http://www.blogjava.net/amigoxie/archive/2007/08/27/139711.html一.今天的事件 事件是DOM的一部分,在DOM Level1中未定义任何事件,在Level中定义了一小部分子集,完整的事件是在Level3中规定的,该标准在2004年最终定案。 Mozilla的事件模式与DOM标准最为接近,IE成为唯一一个

2007-09-25 10:45:00 826

javascript学习笔记

转自Blogjava:http://www.blogjava.net/amigoxie/archive/2007/08/27/139711.html一.今天的事件事件是DOM的一部分,在DOM Level1中未定义任何事件,在Level中定义了一小部分子集,完整的事件是在Level3中规定的,该标准在2004年最终定案。Mozilla的事件模式与DOM标准最为接近,IE成为唯一一个对D...

2007-09-25 10:45:00 53

原创 软件如何去获得好的评价

转自ZDNET从定义上来说,共享软件和其他形式的试用软件都是销售产品的方法,它们不是程序的种类。因此,不管你喜欢与否,在某种程度上你不得不放弃程序员的保守的眼光而用市场的眼光来看待它。毕竟作者一般都有两个目的:一是写出好的程序,二是取得一定的回报。如果你能让用户和评论者用积极的态度面对你的软件,你成功的机会将会更大。在共享软件面世之初,粗糙的程序就是标准,而不是例外。但是那个时期的大部分用

2007-09-22 19:11:00 2116

软件如何去获得好的评价

转自ZDNET从定义上来说,共享软件和其他形式的试用软件都是销售产品的方法,它们不是程序的种类。因此,不管你喜欢与否,在某种程度上你不得不放弃程序员的保守的眼光而用市场的眼光来看待它。毕竟作者一般都有两个目的:一是写出好的程序,二是取得一定的回报。如果你能让用户和评论者用积极的态度面对你的软件,你成功的机会将会更大。在共享软件面世之初,粗糙的程序就是标准,而不是例外。但是那个时期的大部分用...

2007-09-22 19:11:00 120

转载 如何成为一个好的系统分析员?

By LsfBoy Truely眼中的设计定义:设计的过程就是将事务处理抽象成计算机模型的过程。1。首先要明白设计远比编程重要。2。平时注重训练自己的思维严谨性和从全局考虑问题的能力。建立冷静思考问题的处事态度。3。设计时(尤其是数据库设计时)不要完全被规矩约束,设计好比作诗,懂得韵律是对的,但完全被韵律所束缚,就作不出好诗了。4。多做设计,经常总结自己的不足之处和成功之处,向他人请教。5。专门去

2007-09-20 20:03:00 882

如何成为一个好的系统分析员?

By LsfBoy Truely眼中的设计定义:设计的过程就是将事务处理抽象成计算机模型的过程。1。首先要明白设计远比编程重要。2。平时注重训练自己的思维严谨性和从全局考虑问题的能力。建立冷静思考问题的处事态度。3。设计时(尤其是数据库设计时)不要完全被规矩约束,设计好比作诗,懂得韵律是对的,但完全被韵律所束缚,就作不出好诗了。4。多做设计,经常总结自己的不足之处和成功之处,向他人请教。5。专门去...

2007-09-20 20:03:00 150

转载 测试经验交流

本文主要目的是加强项目组和测试中心之间的相互了解,分享一些测试人员在工作中的经验和成果,从而使项目组和测试中心的配合更加默契,共同把握住产品的质量要素。一、 测试的目的和原则1、测试概念的范畴  广义上讲,测试是指软件产品生存周期内所有的检查、评审和确认活动。如:设计评审、系统测试。  狭义上讲,测试是对软件产品质量的检验和评价。它一方面检查软件产品质量中存在的质量问题,同时对产品质量进行客观的评

2007-09-20 20:01:00 655

测试经验交流

本文主要目的是加强项目组和测试中心之间的相互了解,分享一些测试人员在工作中的经验和成果,从而使项目组和测试中心的配合更加默契,共同把握住产品的质量要素。一、 测试的目的和原则1、测试概念的范畴  广义上讲,测试是指软件产品生存周期内所有的检查、评审和确认活动。如:设计评审、系统测试。  狭义上讲,测试是对软件产品质量的检验和评价。它一方面检查软件产品质量中存在的质量问题,同时对产品质量进行客观的评...

2007-09-20 20:01:00 310

转载 人与软件工程

        软件开发工程化可以看作是确定一个软件过程,并确保软件过程正确执行的行为。从产品的角度来看,规范软件过程的目的是为了提高产品的质量,降低个体的不确定因素对软件质量的影响。而软件产品不同于传统产品的特点在于,软件开发是一项智力密集、创造性成分较高的劳动,天然存在着开发者个人水平、思维方式与喜好等方面对产品不可避免的影响。因此,任何软件开发标准规范的贯彻执行在实际中都会碰到这样的困难:*

2007-09-20 19:48:00 790

人与软件工程

软件开发工程化可以看作是确定一个软件过程,并确保软件过程正确执行的行为。从产品的角度来看,规范软件过程的目的是为了提高产品的质量,降低个体的不确定因素对软件质量的影响。而软件产品不同于传统产品的特点在于,软件开发是一项智力密集、创造性成分较高的劳动,天然存在着开发者个人水平、思维方式与喜好等方面对产品不可避免的影响。因此,任何软件开发标准规范的贯彻执行在实际中都会碰到这样的困难:* 开发人员对由规...

2007-09-20 19:48:00 76

从DOS到Win32汇编

从DOS到Win32汇编!

2007-08-18

Programming Windows

Visit my web site www.cpetzold.com for updated information regarding this book, including possible bug reports and new code listings. You can address mail regarding problems in this book to charles@cpetzold.com. Although I'll also try to answer any easy questions you may have, I can't make any promises. I'm usually pretty busy, and my cat refuses to learn the Windows API. <br>

2007-08-18

Programming Windows with MFC 2th

Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold's Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalent to Programming Windows. After searching in vain for such a book and spending a year learning MFC the old-fashioned way, I decided to write one myself. It's the book you hold in your hands. And it's the book I would like to have had when I was learning to program Windows the MFC way.<br><br>

2007-08-18

Programming Visual J++6.0

Microsoft Visual J++ 6 includes an amazing set of new and powerful features. While retaining support for Web development, Visual J++ 6 turns Java into a first-class language for Microsoft Windows applications development. &lt;br&gt;&lt;br&gt;Programming Microsoft Visual J++ 6.0 contains the complete and simple explanations—together with numerous examples—that you'll need to master each new feature of this powerful and exciting new tool. &lt;br&gt;&lt;br&gt;

2007-08-18

Programming VisualC++

The 6.0 release of Visual C++ shows Microsoft's continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. <br>

2007-08-18

Programming Windows Driver Model

Souvenir shops in many of the cities I visit sell posters depicting the world from the local perspective. Landmarks and famous watering holes appear prominently in the foreground. The background features the rest of the planet in progressively less detail, confirming that the natives are less impressed by, say, the pyramids in Giza or the Great Wall of China than by some busy downtown street corner. From the same sort of insular perspective, a Microsoft Windows 2000 or Microsoft Windows 98 system consists of an operating system and a collection of device drivers for whatever hardware the end user chooses to populate the system with from one moment to the next. This book is all about the drivers and the nearby detail.<br>

2007-08-18

Programming Server-Side Applications for Windows2000

Microsoft Windows 2000 offers many features and subsystems designed specifically to handle an enterprise's mission-critical data-processing needs. These features and subsystems are not available on client operating systems such as Microsoft Windows 98. Only Windows 2000 offers the Service Control Manager (SCM), performance monitoring, event logging, security, asynchronous I/O, and so on. This book describes these features, explains the motivation to use them, and gives you the information you need to best leverage them.<br><br>

2007-08-18

Programming Windows CE

I was introduced to Microsoft Windows CE right before it was released in the fall of 1996. A Windows programmer for many years, I was intrigued by an operating system that applied the well-known Windows API to a smaller, more power-conserving operating system. The distillation of the API for smaller machines enables tens of thousands of Windows programmers to write applications for an entirely new class of systems. The subtle differences, however, make writing Windows CE code somewhat different from writing for Windows 98 or Windows NT. It's those differences that I'll address in this book. <br><br>

2007-08-18

Programming Microsoft Visual InterDev 6.0

"Once every five years or so, a software development tool comes along that completely revolutionizes the way software applications are constructed. Some recent examples include Lotus Notes for groupware and PowerBuilder and Visual Basic for client-server applications. These products offer unique features that allow developers to create complex applications quickly and easily using an Integrated Development Environment—they are the tools that spring to mind when you think of groupware or client-server software.

2007-08-18

Programming Microsoft Outlook and Exchange

In the Exchange and Outlook teams here at Microsoft are a number of people I'd like to thank for their quick responses to the questions I had throughout the writing of this book. These people include Seth Cousins, Dana Birkby (Mr. MAPI), Chuck Daniel, Doug Wood, Mike Patten, Jim Reitz, Lucretia Abulet (her middle name should be ADSI), Steve Fowler, Behrooz Chitsaz, Steven Parker, Frank Truong (The Event Scripting Guru), Ed Beck, Bill Jacob, Andrew "Routing Objects" Wallace, Kevin Kahl, Chris Lodwig, Greg Bott, and Ramez Naam.I'd like to extend a special thank you to Ria Johnston for her help with the HTML applications throughout the book. She taught me some HTML tricks that I never even knew existed.Another special thanks goes to John Hand, who provided his ideas, support, and extraordinary creative talents to this book. Without John's constant encouragement, I wouldn't have been able to finish it.Finally, I'd like to thank my team for their encouragement throughout this endeavor, especially Rich Tong, Russ Stockdale, Dave Malcolm, Bart Wojciehowski, Branch Hendrix, Stan Sorenson, and Rajeev Agarwal.

2007-08-18

Programing Microsoft Office2000 Web Components

I believe that to learn a new technology, you need both a conceptual overview and examples of the technology used in a larger context. Conceptual information is critical to your general understanding of the technological principles at work, but to be truly successful at applying a new technology, you must also see it at work in a real-world solution and not just in conveniently packaged demonstrations that exist in a vacuum. Only then can you see how the technology interacts with related technologies and how to overcome the sometimes confusing quirks that all technologies have.<br><br>

2007-08-18

Programing Microsoft IE5

IE5编程书籍~外国人的大作

2007-08-18

Programming Microsoft Access 2000

This book is for database developers who want to use Microsoft Access 2000 to build custom applications. It covers the features that make Access a perennial favorite with developers, as well as the innovations in Access 2000 that you are most likely to use in your programming projects. Numerous programming samples demonstrate the core development techniques and rapid application development tools. The sample designs have been kept simple so you can easily adapt them for your custom applications or apply the techniques in your development work. The book's companion CD contains all the samples in the book as well as many others.<br><br>Access is a popular development platform in large measure because it is part of the Microsoft Office suite. Many clients want their Access systems to interoperate with the rest of Office, and they want systems that are transparent and easy to maintain without developer assistance. The techniques described in this book will help you meet these expectations. (For additional support, you can consult two Microsoft World Wide Web sites: www.microsoft.com/office/, which covers Access capabilities in general, and www.microsoft.com/officedev/, which covers the product's developer features.)<br><br>This book was written to meet the needs of a variety of readers. Longtime Access developers will find the essential information on the advances introduced in Access 2000. Another target readership is developers who primarily use non-Microsoft technologies, such as dBASE or Paradox. They know all of the development concepts, but they do not necessarily know how to implement those concepts with Access. Finally, this book is for highly motivated power users who want to graduate to developing solutions for others and want to ramp up quickly.<br><br>The book's presentation style has the aim of making you productive as a developer, and productive in using the new features in Access 2000. The presentation style is look, see, do! The many code samples throughout the book illustrate concepts that you can readily put to use in your applications. Think of them as recipes for performing specific development tasks. Try them "as is" from the book's CD. Then, modify them to work with your data and in the context of your custom application requirements. The samples are purposefully uncomplicated, easy to understand, and easy to reuse, so that you will be motivated to apply them in your own applications.<br>

2007-08-18

Programming Distributed Applications with COM and Visual Basic 6.0

Any developer who wants to create LAN-based, WAN-based, and Web-based applications using Microsoft Windows NT Server as a foundation must use many separate pieces of software. Some of these pieces will be supplied by Microsoft, and you or your company will write other pieces. Still other pieces can come from third-party software vendors. Component Object Model (COM) is the glue that ties all of these pieces together. It enables programmers and companies to distribute and reuse their code efficiently. The more you know about COM, the easier it will be for you to put these systems together.

2007-08-18

Programming Applications for Microsoft Windows

Microsoft Windows is a complex operating system. It offers so many features and does so much that it's impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid understanding of the system's basic building blocks. Once you understand the basics, it's easy to incrementally add any higher-level aspects of the system to your knowledge.<br><br>For example, I don't explicitly discuss the Component Object Model (COM) in this book. But COM is an architecture built using processes, threads, memory management, DLLs, thread local storage, Unicode, and so on. If you know these basic building blocks, understanding COM is just a matter of understanding how the building blocks are used. I have great sympathy for people who attempt to jump-start into learning COM's architecture. They have a long road ahead and are bound to have gaping holes in their knowledge, which is bound to negatively affect their code and their schedules.<br><br>So that's what this book is all about: the basic Windows building blocks that every Windows developer (at least in my opinion) should be intimately aware of. As each block is discussed, I also describe how the system uses these blocks and how your own applications can best take advantage of these blocks. In many chapters, I show you how to create building blocks of your own. These building blocks, typically implemented as generic functions or C++ classes, group a set of Windows building blocks together to create a whole that is much greater than the sum of its parts.<br>

2007-08-18

Programming ADO

ADO编程大作,写的不错~

2007-08-18

Programming Active Server Pages

What a difference one product cycle can make! Not long ago, conventional wisdom had Microsoft dead at the hands of the Internet. Today it isn't news to anyone that Microsoft has successfully recast itself as an ally of the Internet. But what continues to amaze is the magnitude of the consequences for developers. When Microsoft first responded to the demand for Internet development tools, products were primitive by any stretch of the imagination. In fact, Web developers joked that their favorite development tool was "Visual Notepad." Now, however, no one is joking. The suite of tools released in Microsoft Visual Studio 97 represents a firm commitment to the Internet, and the next generation of tools is on its way. This is a great time to be a Web developer. <br>

2007-08-18

Network Programming for Microsoft Windows

Welcome to Network Programming for Microsoft Windows! This book covers a wide variety of networking functions available in Windows 95, Windows 98, Windows NT, Windows 2000, and Windows CE. The text is designed with the intermediate to advanced programmer in mind, but beginning programmers will find it a useful reference and a comprehensive introduction to the various networking functions.<br>

2007-08-18

空空如也

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

TA关注的人

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