当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 记得Delphi里面有一个TCheckListBox控件,是一个可打勾的列表。
 

 

    摘要:1、 安装tomcat 在安装了jdk后,参考tomcat for window 的安装向导,基本直接安装即可,注意:安装时会提示输入管理用户名和密码,这是以后会用到的用户名和密码,切记。 2、 安装mysql 默认安装即可。 3、 使用tomcat的web管理应用配置数据源 启动tomcat服务器,打开浏览器,输入http://localhost:8080/admin/(其中loca......
 ·域名查询系统--适合新手    »显示摘要«
    摘要:<%on error resume nextserver.scripttimeout=9999999function gethttppage(path) t = getbody(path) gethttppage=bytestobstr(t,"gb2312")end function function getbody(url) on error resume next ......


Swing探索:编写一个JCheckListBox组件
上一页   ...         public int getsize() {

        } 【程序编程相关:H-DTO模式(之二)

            return items.length; 【推荐阅读: 软件工程过程规范(裁剪的RUP)第二部

        public object getelementat(int i) { 【扩展信息:〔管理服务器〕的登录账号和OEMREP数

 

            return items[i];

        }

 

        protected void firecheckchanged(object source, int index) {

            firecontentschanged(source, index, index);

        }

 

        public object getitem(int index) {

            return items[index];

        }

    }

 

    /**

     * 这里就覆盖了一个构造函数.其他jlist你自己覆盖吧,反正super一下再init就ok了.

     * @param items object[]

     */

    public jchecklistbox(object[] items) {

        setmodel(new checklistboxmodel(items));

        init();

    }

 

    /**

     * 初始化控件.包括初始化boolean数组.安装一个渲染器.安装一个鼠标监听器.

     */

    protected void init() {

        checkeditems = new boolean[this.getmodel().getsize()];

        class mycellrenderer extends jcheckbox implements listcellrenderer {


...   下一页
 ·php的安装    »显示摘要«
    摘要:1. gzip -d httpd-2_0_nn.tar.gz 2. tar xvf httpd-2_0_nn.tar 3. gunzip php-nn.tar.gz 4. tar -xvf php-nn.tar 5. cd httpd-2_0_nn 6. ./configure --enable-so 7. make 8. make install 现在您已经将 apache......
» 本期热门文章:

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