资源简介


资源截图

代码片段和文件信息

package cn.xsshome.mvcdo.common;

import java.io.InputStream;
import java.util.Properties;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;


/**
 * 应用信息
 * @author 小帅丶
 *
 */
public class AIConstant {
private static Logger logger = LoggerFactory.getLogger(AIConstant.class);
    private static Properties props;
    static{
        loadProps();
    }
    //演示系统账户
    public static String DEMO_ACCOUNT = “test“;
    //自动去除表前缀
    public static String AUTO_REOMVE_PRE = “true“;
    //停止计划任务
    public static String STATUS_RUNNING_STOP = “stop“;
    //开启计划任务
    public static String STATUS_RUNNING_START = “start“;
    //通知公告阅读状态-未读
    public static String OA_NOTIFY_READ_NO = “0“;
    //通知公告阅读状态-已读
    public static int OA_NOTIFY_READ_YES = 1;
    //部门根节

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-15 00:23  weixinxiaochengxu\
     文件         221  2018-07-03 09:46  weixinxiaochengxu\.project
     文件       35120  2018-07-03 09:46  weixinxiaochengxu\LICENSE
     文件         719  2018-07-03 09:46  weixinxiaochengxu\app.js
     文件        1412  2018-07-03 09:46  weixinxiaochengxu\app.json
     文件         194  2018-07-03 09:46  weixinxiaochengxu\app.wxss
     目录           0  2018-07-15 00:21  weixinxiaochengxu\image\
     文件        2885  2018-07-03 09:46  weixinxiaochengxu\image\Face.png
     文件        3119  2018-07-03 09:46  weixinxiaochengxu\image\Face_HL.png
     文件        1230  2018-07-03 09:46  weixinxiaochengxu\image\OCR.png
     文件        1427  2018-07-03 09:46  weixinxiaochengxu\image\OCR_HL.png
     文件        2761  2018-07-03 09:46  weixinxiaochengxu\image\ai.png
     文件        3006  2018-07-03 09:46  weixinxiaochengxu\image\ai_HL.png
     文件        3039  2018-07-03 09:46  weixinxiaochengxu\image\animalNine.png
     文件        2079  2018-07-03 09:46  weixinxiaochengxu\image\animal_HL.png
     文件        1173  2018-07-03 09:46  weixinxiaochengxu\image\car.png
     文件        1423  2018-07-03 09:46  weixinxiaochengxu\image\carNine.png
     文件        1267  2018-07-03 09:46  weixinxiaochengxu\image\car_HL.png
     文件        2013  2018-07-03 09:46  weixinxiaochengxu\image\damageNine.png
     文件        2035  2018-07-03 09:46  weixinxiaochengxu\image\damage_HL.png
     文件        1155  2018-07-03 09:46  weixinxiaochengxu\image\dish.png
     文件        2026  2018-07-03 09:46  weixinxiaochengxu\image\dishNine.png
     文件        1214  2018-07-03 09:46  weixinxiaochengxu\image\dish_HL.png
     文件        2360  2018-07-03 09:46  weixinxiaochengxu\image\equal_HL.png
     文件        1274  2018-07-03 09:46  weixinxiaochengxu\image\exam.png
     文件        1305  2018-07-03 09:46  weixinxiaochengxu\image\examselected.png
     文件        1622  2018-07-03 09:46  weixinxiaochengxu\image\green_tri.png
     文件         982  2018-07-03 09:46  weixinxiaochengxu\image\home.png
     文件        1025  2018-07-03 09:46  weixinxiaochengxu\image\homeselected.png
     文件        3542  2018-07-03 09:46  weixinxiaochengxu\image\icon64_appwx_logo.png
     文件        1629  2018-07-03 09:46  weixinxiaochengxu\image\icon_API.png
............此处省略579个文件信息

评论

共有 条评论