zoukankan      html  css  js  c++  java
  • Atitit 控制中心快速启动面板quick launcher

    Atitit 控制中心快速启动面板quick launcher

    contralPanel.bat

    aaaControlPanel.contrlx

    /AtiPlatf_auto/src_atibrow/com/attilax/biz/launch/contrlx.java

    Gui

    C:\0workspace\AtiPlatf_auto\ControlPanel

    基于国际化的prgrm  path选择器...

      <td>qq<img src="img/qq.png" width="71" height="69" exe="'C:\Program Files (x86)\Tencent\QQ\Bin\QQ.exe'"  οnclick="btn_click(this)"><br></td>

      

    <script>

    $app_path="";

    DslParserServlet="/RestServlet";

    $approot=$app_path;

    var pam="com.attilax.biz.launch.AppExer.execute("+app+")" ;

    pam=encodeURIComponent(pam);

    pam="$dsl="+pam;

    new DslParser().exe(pam ,callback);

    C:\0workspace\AtiPlatf_auto\com.attilax\dsl\dsl.js

    C:\0workspace\AtiPlatf_auto\src_atibrow\com\attilax\net\rest\RestServlet.java

        rztObj = DslParser.parse(code);

     

     

    public static Object parse(String code) {

    @SuppressWarnings("unchecked")

    List<Token> tokens = new JavaTokener(code).getTokens();

    Expression buildAst = new AstBuilder().buildAst(tokens);

    Object rzt = new AstParser().parse(buildAst);

    return rzt;

    }

     

     

    作者:: 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 ) 

    汉字名:艾提拉(艾龙)   EMAIL:1466519819@qq.com

    转载请注明来源: http://blog.csdn.net/attilax

    Atiend

  • 相关阅读:
    Spring spEL
    Spring 使用外部部署文件
    Spring 自动装配
    spring 属性配置细节
    hdu 1054 Strategic Game
    fzu 2037 Maximum Value Problem
    将博客搬至CSDN
    HDU 4714 Tree2Cycle
    HDU 1009 The Shortest Path in Nya Graph
    POJ 1942 Paths on a Grid 组合数的优化
  • 原文地址:https://www.cnblogs.com/attilax/p/15198424.html
Copyright © 2011-2022 走看看