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:workspaceAtiPlatf_autoControlPanel

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

      <td>qq<img src="img/qq.png" width="71" height="69" exe="'C:Program Files (x86)TencentQQBinQQ.exe'"  onclick="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:workspaceAtiPlatf_autocom.attilaxdsldsl.js

    C:workspaceAtiPlatf_autosrc_atibrowcomattilax et estRestServlet.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

  • 相关阅读:
    Zend Studio 9.0.2破解文件和注册码下载
    shell之netstat命令
    shell之arp命令
    Linux网络运维相关
    Linux静态ip设置及一些网络设置
    shell之进程
    shell之小知识点
    软连接与硬链接
    shell之dialog提示窗口
    Linux特殊权限位
  • 原文地址:https://www.cnblogs.com/attilax/p/5963204.html
Copyright © 2011-2022 走看看