zoukankan      html  css  js  c++  java
  • 测试备注

    -vm
    jdk1.8.0_111/bin/javaw.exe

    https://blog.csdn.net/pc_amoon/article/details/51799085
    https://my.oschina.net/duhonghao/blog/73467
    http://127.0.0.1:8080/framework/workflow/webdesign/procmodify/procmodifydetail.jsp?isLoadData=false

    http://127.0.0.1:8080/framework
    http://127.0.0.1:8090/framework

    http://127.0.0.1:8080/framework/monitor


    1051202524@qq.com

    TITLE like '%测试%'

    unittest

    http://127.0.0.1:8080/utfdemo/OADemo/html
    http://127.0.0.1:8080/utfdemo/dojoDemo/demos/demos.htm
    http://127.0.0.1:8080/utfdemo/ABCLifeUMDemo/index.html

    file:///C:/utf_training/tomcat/webapps/utfdemo/OADemo/html/results/createresult.htm
    file:///C:/utf_training/tomcat/webapps/utfdemo/OADemo/html/results/createresult.htm

    C:/Program Files (x86)/Mozilla Firefox/firefox.exe
    C:utf_trainingunieap-utf-workshopdropinscom.neusoft.utf.workshop_1.0.0.201412291655utflib


    [TestNG] Running:
    C:utf_trainingunieap-utf-workshopworkspaceutf_tutorial_script执行1_测试用例演练_HTML.xml

    log4j:WARN No appenders could be found for logger (root).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
    LicenseHost checkLicense=====================3
    >>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本将于[2015-05-30]过期<<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本单次最多执行Event数量为[200],超出部分不能执行!<<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
    >>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<

    ===============================================
    UTF培训
    Total tests run: 4, Failures: 0, Skips: 0
    ===============================================


    https://www.cnblogs.com/oskyhg/p/6569070.html
    https://blog.csdn.net/guozuofeng/article/details/85344835
    修改tomcat默认使用的jdk版本
    1、windows平台
    在csetclasspath.bat文件开头加上如下两句(指定JDK):
    set JAVA_HOME=C:Program FilesJavajdk1.7.0_79
    set JRE_HOME=C:Program FilesJavajdk1.7.0_79 jre


    2、linux平台
    在setclasspath.sh文件开头的空白处加上如下两句(指定JDK)
    export JAVA_HOME=/usr/local/java/jdk1.6.0_18

    export JRE_HOME=/usr/local/java/jdk1.6.0_18/jre



  • 相关阅读:
    android中fragment的获取与隐藏
    Android Toolbar教程,Android标题栏经典设计教程
    Android6.0以后,在BroadcastReceiver中启动AlertDialog导致程序停止运行的问题及解决办法
    java数据结构和算法--------第六章
    动态规划--------0和1背包问题
    动态规划------平均切分数组之和为两部分
    java数据结构和算法-----第四章
    java数据结构和算法-------第三章
    java数据结构和算法----第二章
    动态规划----Ones and Zeroes
  • 原文地址:https://www.cnblogs.com/Jeely/p/11821520.html
Copyright © 2011-2022 走看看