<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 閱讀(228) | 評論 (0)編輯 收藏

    2006年10月23日

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

    posted @ 2006-10-23 13:49 thekll 閱讀(1137) | 評論 (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 閱讀(673) | 評論 (4)編輯 收藏

    2006年1月13日

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

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

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

    2006年1月9日

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

    posted @ 2006-01-09 16:25 thekll 閱讀(242) | 評論 (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 閱讀(328) | 評論 (0)編輯 收藏

    2005年12月13日

    B2BModeling.gif 

     

     

     

    posted @ 2005-12-13 12:14 thekll 閱讀(389) | 評論 (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 閱讀(1794) | 評論 (0)編輯 收藏

    2005年12月12日

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


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

    主站蜘蛛池模板: 中文字幕免费在线看线人| 久久久久免费看成人影片| 日韩精品视频免费网址| 波多野结衣亚洲一级| 3344永久在线观看视频免费首页| 亚洲国产一区二区三区青草影视| 国内精品免费在线观看| 亚洲一区二区三区首页| 免费观看无遮挡www的视频| 亚洲另类精品xxxx人妖| 性色av免费观看| 日韩a毛片免费观看| 国产综合精品久久亚洲| APP在线免费观看视频| 亚洲av鲁丝一区二区三区| 午夜免费1000部| 亚洲高清毛片一区二区| 亚洲中文字幕成人在线| 精品成人免费自拍视频| 2020久久精品亚洲热综合一本| 国产男女猛烈无遮挡免费视频网站 | 国产亚洲av人片在线观看| 久久国产乱子伦精品免费强| 亚洲人成电影在线观看青青| 四虎影院免费视频| 一级毛片免费全部播放| 亚洲AV成人一区二区三区AV| 久久精品a一国产成人免费网站| 美女露100%胸无遮挡免费观看 | 亚洲精品一卡2卡3卡三卡四卡| 大地资源在线观看免费高清| 深夜免费在线视频| 77777_亚洲午夜久久多人| 日本高清免费不卡视频| 99久久成人国产精品免费| 亚洲导航深夜福利| av无码东京热亚洲男人的天堂| 国产精品99精品久久免费| 亚洲精品无码你懂的| 亚洲国产第一站精品蜜芽| 成人网站免费观看|