<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    thekll

    My JAVA Life
    posts - 9, comments - 11, trackbacks - 0, articles - 0

    2006年12月6日

    ?sms-mmc.PNG

    USMS監控臺基本完成。目前可以實現平臺監視、網關及業務配置。

    posted @ 2006-12-06 16:32 thekll 閱讀(231) | 評論 (0)編輯 收藏

    2006年10月23日

    不好意思,很久未更新這里了,比較懶
    http://www.tkk7.com/Files/thekll/SMGP3.0.rar

    posted @ 2006-10-23 13:49 thekll 閱讀(1140) | 評論 (2)編輯 收藏

    2006年2月7日

    xUMIP Short Message Gateway Simulation Release Notes

     

    Release 0.7.1

    Last revised February 6, 2006

     

    關于本軟件

           xUMIP Short Message Gateway Simulation是遵照當前幾個主要的短消息網關協議而開發的一套消息網關模擬系統.

       本軟件可以作為軟件企業、服務商(SP,CP)開發短消息系統的模擬測試服務器,也可以作為SP在新業務上線前的業務模擬

       測試之用.

     

    使用許可

           在符合相關法律規定的條件下你可以自由獲取并使用本軟件,在使用中請保證軟件的完整性,并且不要將本軟件用于商業

    用途.

     

    部署

        1)目標系統環境

    Reference Platforms

    Operating system

    Processor architecture

    Window system

    Java 2 Platform

    Microsoft Windows XP

    Intel x86

    Win32

    Sun Java 2 Standard Edition, version 1.4.2_08 for Microsoft Windows

    Microsoft Windows XP

    Intel x86

    Win32

    IBM 32-bit SDK for Windows, Java 2 Technology Edition, Version 1.4.2 SR1a

    Microsoft Windows XP

    Intel x86

    Win32

    Sun Java 2 Standard Edition 5.0 Update 2 for Microsoft Windows

    Red Hat Enterprise Linux WS 3

    Intel x86

    GTK

    Sun Java 2 Standard Edition, 1.4.2_08 for Linux x86

    Red Hat Enterprise Linux WS 3

    Intel x86

    GTK

    IBM 32-bit SDK for Linux on Intel architecture, Java 2 Technology Edition, Version 1.4.2 SR1a

    SLES 9

    Intel x86

    GTK

    Sun Java 2 Standard Edition, version 1.4.2_08 for Linux x86

    SLES 9

    Intel x86

    GTK

    IBM 32-bit SDK for Linux on Intel architecture, Java 2 Technology Edition, Version 1.4.2 SR1a

    Sun Solaris 8

    SPARC

    Motif

    Sun Java 2 SDK, Standard Edition, 1.4.2_08 for Solaris SPARC

    HP HP-UX 11i

    hp9000
    PA-RISC

    Motif

    HP-UX SDK for the Java 2 platform, version 1.4.2.07 for hp9000 PA-RISC

    IBM AIX 5L Version 5.2

    PowerPC

    Motif

    IBM 32-bit SDK for AIX, Java 2 Technology Edition, Version 1.4.2 SR1a

    Apple Mac OS X 10.3

    PowerPC

    Carbon

    Java 2 Standard Edition 1.4.2 for Mac OS X

       

        2)部署

            將得到的軟件包解壓至目標機器,具體操作可能因操作系統不同而有所區別.

     

    問題及使用說明

        本軟件代碼全部采用JAVA2語言開發,用戶界面基于Eclipse3.1 RCP平臺,有關JAVAEclipse平臺的已知問題請參考相關資料。

    1  功能特性

    A)已支持的網關協議:

         CMPP2.0CMPP3.0

         CNGP1.0

         SMGP2.0

         SGIP1.2

    B)可根據需要配置網關服務器參數,并創建任意多個服務器;

    CSP參數可配置并可以在一個網關服務器下創建任意多個SP實例;

    DCMPPSMGPCNGP網關實現長連接、且上下行在同一個TCP/IP連接中處理;

    D)支持SGIP協議上下行消息在不同TCP/IP連接的情況,支持短連接方式;

    E)自動產生并回復狀態報告消息;

    F)網關服務器自動監測設定時間內無消息包傳輸的連接,并強制斷開連接;

    G)按照協議每個網關實例維護自己的消息流水號和消息ID

    H)支持多種MO方式;

    I)協議分析可按不同網關進行區分;

    J)可設置協議分析過濾器(界面部分未實現);

     

    2  限制

    A)     Deliver消息外,所有網關發出的數據包(即Resp消息)都沒有處理相應的消息事件;

    B)     DeliverResp消息外,所有網關收到的數據包都有相應的事件處理;

     

    3  問題

    SGIP網關第一次下發MO消息時沒有得到消息事件(bugs 0001;

    當進行大批量消息發送時,由于界面處理延時,導致網關處理速度減慢(bugs 0002;

     

    運行時異常可以提交給<theklls@gmail.com>,我會根據情況作出修訂。

    posted @ 2006-02-07 09:35 thekll 閱讀(678) | 評論 (4)編輯 收藏

    2006年1月13日

    今天,消息模擬網關界面部分的基本框架也出來了,大概就是上面這個樣子。感覺RCP的JFACE還是比較方便使用的。
    不過我用的3.1版本還是有一些莫名其妙的CPU100%現象。

    rcpmain.PNG
    deliverdialog.JPG
    sp.JPG
    server.JPG

    posted @ 2006-01-13 19:13 thekll 閱讀(569) | 評論 (5)編輯 收藏

    2006年1月9日

    翻開開發日志,從12月21日到今天已近半月多,在經歷了幾乎每天凌晨4、5點才上床,吃飯睡覺走路腦子全是class,message,channel在跳動的10多個日日夜夜,消息網關模擬系統基本完成了底層的協議及通信處理,測試暫時還一切正常。呵呵,有種死過一次的感覺。
    2006,又一個新的開始,希望我的生命可以改變一些。

    posted @ 2006-01-09 16:25 thekll 閱讀(245) | 評論 (0)編輯 收藏

    2005年12月25日

    《Inside  the Virtual Machine,Second Edition》已經在床頭躺了快2個月了,一直沒有時間去系統地讀一遍。平安夜,終于可以坐下來隨Bill Venners進入JAVA虛擬機的美妙世界了~
    1、JAVA體系結構
          
    包括四個相對獨立但又相關的技術:
          Java程序設計語言;
          Java class文件格式;
          Java應用編程接口;
          Java虛擬機;


    posted @ 2005-12-25 15:15 thekll 閱讀(332) | 評論 (0)編輯 收藏

    2005年12月13日

    B2BModeling.gif 

     

     

     

    posted @ 2005-12-13 12:14 thekll 閱讀(395) | 評論 (0)編輯 收藏

    因為最近要做一個基于RCP的項目,這幾天看了看Eclipse的幫助文檔,才發現雖然用了半年的Eclipse,其實對Eclipse是什么還是很模糊。
    1、Eclipse是一種開放的開發平臺框架,基礎(核心)是Plug-in技術;
    2、SWT/JFACE也有值得學習的地方;
    3、Platform Structure:
    arch-npi.jpg 

    The plug-ins that make up a subsystem define extension points for adding behavior to the platform.  The following table describes the major runtime components of the platform that are implemented as one or more plug-ins.

    Platform runtime

    Defines the extension point and plug-in model. It dynamically discovers plug-ins and maintains information about the plug-ins and their extension points in a platform registry. Plug-ins are started up when required according to user operation of the platform. The runtime is implemented using the OSGi framework.

    Resource management (workspace)

    Defines API for creating and managing resources (projects, files, and folders) that are produced by tools and kept in the file system.

    Workbench UI

    Implements the user cockpit for navigating the platform. It defines extension points for adding UI components such as views or menu actions.  It supplies additional toolkits (JFace and SWT) for building user interfaces. The UI services are structured so that a subset of the UI plug-ins can be used to build rich client applications that are independent of the resource management and workspace model. IDE-centric plug-ins define additional function for navigating and manipulating resources.

    Help system

    Defines extension points for plug-ins to provide help or other documentation as browsable books.

    Team support

    Defines a team programming model for managing and versioning resources. 

    Debug support

    Defines a language independent debug model and UI classes for building debuggers and launchers.

    Other utilities

    Other utility plug-ins supply function such as searching and comparing resources, performing builds using XML configuration files, and dynamically updating the platform from a server.

    4、Eclipse SDK:

    sdk-arch.jpg



    posted @ 2005-12-13 09:46 thekll 閱讀(1800) | 評論 (0)編輯 收藏

    2005年12月12日

    前些時間在BJ申請了google的blog,沒想一回XA就不能用。原因據說是被某些XX封掉了。這樣的事見識了許多,我的神經已變得麻木,除了悲哀,只希望這些垃圾能盡早被歷史清掃掉。


    posted @ 2005-12-12 11:57 thekll 閱讀(257) | 評論 (0)編輯 收藏

    主站蜘蛛池模板: 久久精品国产亚洲Aⅴ香蕉| 免费无码肉片在线观看| 亚洲成年看片在线观看| 久久亚洲精品国产精品婷婷| 99久久人妻精品免费一区| 亚洲精品私拍国产福利在线| 日本不卡免费新一区二区三区| 亚洲av无码片在线播放| 四虎影视在线影院在线观看免费视频 | 成人免费网站视频www| 国产免费久久精品久久久| 亚洲avav天堂av在线网毛片| 全部免费毛片在线| 精品多毛少妇人妻AV免费久久| 亚洲午夜久久久久久久久电影网 | 超pen个人视频国产免费观看 | 亚洲一区二区三区乱码在线欧洲| 久久久久国产精品免费免费搜索 | 一级看片免费视频| 亚洲成色WWW久久网站| 猫咪免费人成网站在线观看| 亚洲六月丁香婷婷综合| 在线观看亚洲免费视频| eeuss草民免费| 亚洲国产人成网站在线电影动漫 | 99视频免费播放| 亚洲欧美日韩中文二区| 亚洲A∨精品一区二区三区| a级片免费在线播放| 亚洲国产夜色在线观看| 国产一级一片免费播放| 国产免费无码一区二区 | 相泽亚洲一区中文字幕| 6080午夜一级毛片免费看| 亚洲国产精品无码久久九九大片| 五月天婷亚洲天综合网精品偷| 久久久久久AV无码免费网站| 亚洲人成网站在线播放2019| 中国亚洲女人69内射少妇| 无码日韩精品一区二区免费| 一出一进一爽一粗一大视频免费的 |