`
laitaogood
  • 浏览: 106434 次
  • 性别: Icon_minigender_1
  • 来自: 豫章郡→紫禁城
社区版块
存档分类
最新评论

基于Ext的在线即时聊天系统

阅读更多
首先要说一下是,因为在公司内被调离到了一个新的项目组,新项目组不能上网,比较悲哀,所以有很久没有更新过BOLG了。今天来小小的写下,如题。但是项目只完成了一小部分,等全部完成了再继续写,呵呵。
分享到:
评论
5 楼 laitaogood 2008-10-07  
联想 ideaPad Y430A-TTH
处理器型号 Intel 奔腾双核 T3200
主板芯片组 Intel PM45
标配内存容量 1GB
硬盘容量 250GB
光驱类型 DVD刻录机
设计类型 光驱内置
显卡芯片 NVIDIA GeForce 9300M GS
扬声器 杜比认证音效,2.1音响(立体声音箱+低音炮)
屏幕尺寸 14.1英寸
是否宽屏 是
屏幕分辨率 1280×800
笔记本重量 2350g
外形尺寸 334×241×26-38mm
无线网卡 支持802.11b/g(54Mbps)无线协议
支持蓝牙 支持
网卡描述 100Mbps网卡
调制解调器 56K
红 外 线 红外线接口
USB接口 3个USB2.0接口
扩展接口 ExpressCard
读卡器 多合一读卡器(SD/MMC, xD, MS, MS pro, SD Pro)
视频输出 HDMI高清端口、标准VGA接口
其他接口 RJ11,RJ45、全阵列式抗噪麦克风,支持立体音的耳机插孔/音频输出,1394接口
电池类型 6芯锂电池
续航时间 2小时29分钟
电源适配器 90W电源适配器
操作系统 Windows Vista Home Basic
可选配件 娱乐遥控器(赠送),笔记本礼包(需另行购买)
其他性能 130万像素 支持安全易用的人脸识别功能
一键安静模式
杜比音效2.1音响体系
静电感应式多媒体触控操作
娱乐飞梭音场控制
HDMI高清输出端口
4 楼 laitaogood 2008-10-07  
Y430A-TTH  5690
3 楼 laitaogood 2008-10-05  
IdeaPad Y430A-TTH  6,299
联想天逸 F41M-MT  4,999
联想天逸 F41A-UT  6,300
IdeaPad Y430G-TTH  5,699
2 楼 laitaogood 2008-09-09  
<html>
<head>
 <title>博客后台管理</title>
<link rel="stylesheet" type="text/css" href="plugins/extjs/ext-2.0/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="stylesheet/ext-patch.css" />
<link rel="StyleSheet" href="css/base.css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
 .user{ background:url(images/user.gif) no-repeat 1px 2px; }
 .key{ background:url(images/key.gif) no-repeat 1px 2px;  }
 .key,.user{
  background-color:#FFFFFF;
  padding-left:20px;
  font-weight:bold;
  color:#000033;
 }
 .logo-img{background:url(images/qq.gif);}
</style>
<script type="text/javascript" src="plugins/extjs/ext-2.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="plugins/extjs/ext-2.0/ext-all.js"></script>
<script type="text/javascript" src="plugins/extjs/ext-2.0/source/locale/ext-lang-zh_CN.js"></script>
<script>
Ext.BLANK_IMAGE_URL = "plugins/extjs/ext-2.0/resources/images/default/s.gif";  
Ext.QuickTips.init();

 Ext.onReady(function(){  
        var win = new Ext.Window({  
            id:'main-win',  
            title:"QQ2008",  
            iconCls:'logo-img',  
            layout: 'border',  
            width:420,  
            height:450,  
            animCollapse:true,  
            constrainHeader:true,  
            border:false,  
            maximizable:true,  
            items:[
             new Ext.Toolbar({region:"north",items:[{text:"个人资料"},"-",{text:"查找"}]}),
    new Ext.Panel({
       region:"center",
       width:200,
       height:400,
       items:[{xtype:"textarea",
         readOnly:true,
         width:1050,
         height:400,
         name:"r_content",
         preventScrollbars:true
       }
     ]}
    ),             
    new Ext.form.FormPanel({
       region:"south",
       height:130,
       buttonAlign:"right",
       items:[{xtype:"htmleditor",
         height:100,
         width:1024,
         hideLabel:true,
         enableFont:false,
         enableSourceEdit:false,
         name:"content"
         
           }
        ],
         buttons:[{text:"提交", handler:this.saveTopic, scope:this},
             {text:"取消",   handler:function(){Ext.getCmp("main").closeTab(this);},        scope:this        
        }]
     }
    )                                                                 
                ]  
        });  
          
        win.show();  
 }); 

</script>
</head>
<body>

</body>
</html>

1 楼 laitaogood 2008-09-02  
http://download.csdn.net/sort/tag/%E6%B5%AA%E6%9B%A6/10

相关推荐

Global site tag (gtag.js) - Google Analytics