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.cnb.net/attilax

    Atiend

  • 相关阅读:
    3DMAX贴图无法显示
    3DMAX2016安装教程【图文】
    OSG学习:转动的小汽车示例
    JAVA Eclipse 快捷键
    解决JQUERY在IE8,7,6下将字符串转成XML对象时产生的BUG
    毕设二:python 爬取京东的商品评论
    redis 注册为服务
    python 爬取bilibili 视频弹幕
    python 爬取36kr 7x24h快讯
    jQuery实现表格冻结行和列
  • 原文地址:https://www.cnblogs.com/attilax/p/5950942.html
Copyright © 2011-2022 走看看