当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: /**** This program is free softw
 

 

    摘要:xiaozhu.com: 制作符合w3c规范的网页(第一部分) 全文见 xiaozhu.com: 制作符合w3c规范的网页(第一部分) ......
 ·编程高手箴言    »显示摘要«
    摘要: 好的开始是成功的一半,本文首先会试图告诉你什么是程序员?为什么要做这样的程序?正确的入门方法是什么? 程序员只有在理解了以上内容的基础上,才能进一步更快地提高自身技能,这时候再开始程序的设计。其实,对一个软件的开发者来说,真正重要的不在于这行代码怎么写,那些代码应该怎么写,关键是思路的问题,而思路事实上是经验的积累。经验是使你从最初的封闭的思维方式,到最后形成开放式的思维的一个过程。将我十几年程序生涯中获得的一些经验告诉读者,使大家少走弯路也是我想写这本......


JFrame基类(简化BorderLayout的add方法)

/**

** this program is free software. 【相关文章:数据仓库设计的21条原则[DMResea

【扩展阅读:捕捉DataGrid的双击事件(C#版本

** 【扩展信息:消息机制无处不在

** you may redistribute it and/or modify it under the terms of the gnu

** general public license as published by the free software foundation.

** version 2 of the license should be included with this distribution in

** the file license, as well as license.html. if the license is not

** included with this distribution, you may find a copy at the fsf web

** site at ´www.gnu.org´ or ´www.fsf.org´, or you may write to the

** free software foundation, 675 mass ave, cambridge, ma 02139 usa.

**

** this software is provided as-is without warranty of any kind,

** not even the implied warranty of merchantability. the author

** of this software, assumes _no_ responsibility for any

** consequence resulting from the use, modification, or

** redistribution of this software.

**/

package kindani.gui;

import java.awt.*;

import java.awt.event.*;

import javax.swing.*;

import javax.swing.event.*;

import javax.swing.border.*;

import javax.swing.text.*;

/**

 * 所有jframe的基类。

 * 有一个标题为参数的构造函数。

 * 缺省关闭操作为系统退出。

 * 缺省的l&f为操作系统的l&f。

 * created at 2002/10/12

 * modified at

 */


...   下一页
 ·[转] meta标签的使用方法    »显示摘要«
    摘要:meta是用来在html文档中模拟http协议的响应头报文。meta 标签用于网页的<head>与</head>中,meta 标签的用处很多。meta 的属性有两种:name和http-equiv。name属性主要用于描述网页,对应于content(网页内容),以便于搜索引擎机器人查找、分类(目前几乎所有的搜索引擎都使用网上机器人自动查找meta值来给网页分类)。这其中最重要的是description(站点在搜索引擎上的描述)和ke......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE