商城小程序带前后+后台+安装说明文件


某宝花钱买来的。商城小程序带前后+后台+安装说明文件。商城小程序带前后+后台+安装说明文件。商城小程序带前后+后台+安装说明文件。商城小程序带前后+后台+安装说明文件。
资源截图
代码片段和文件信息
package com.baidu.ueditor;

import java.util.Map;

import javax.servlet.http.HttpServletRequest;

import com.baidu.ueditor.define.ActionMap;
import com.baidu.ueditor.define.AppInfo;
import com.baidu.ueditor.define.baseState;
import com.baidu.ueditor.define.State;
import com.baidu.ueditor.hunter.FileManager;
import com.baidu.ueditor.hunter.ImageHunter;
import com.baidu.ueditor.upload.Uploader;

public class ActionEnter {

private HttpServletRequest request = null;

private String rootPath = null;
private String contextPath = null;

private String actionType = null;

private ConfigManager configManager = null;

public ActionEnter ( HttpServletRequest request String rootPath ) {

this.request = request;
this.rootPath = rootPath;
this.actionType = request.getParameter( “action“ );
this.contextPath = request.getContextPath();
this.configManager = ConfigManager.getInstance( this.rootPath this.contextPath request.getRequestURI() );

}

public String exec () {

String callbackName = this.request.getParameter(“callback“);

if ( callbackName != null ) {

if ( !validCallbackName( callbackName ) ) {
return new baseState( false AppInfo.ILLEGAL ).toJSONString();
}

return callbackName+“(“+this.invoke()+“);“;

} else {
return this.invoke();
}

}

public String invoke() {

if ( actionType == null || !ActionMap.mapping.containsKey( actionType ) ) {
return new baseState( false AppInfo.INVALID_ACTION ).toJSONString();
}

if ( this.configManager == null || !this.configManager.valid() ) {
return new baseState( false AppInfo.CONFIG_ERROR ).toJSONString();
}

State state = null;

int actionCode = ActionMap.getType( this.actionType );

Mapject> conf = null;

switch ( actionCode ) {

case ActionMap.CONFIG:
return this.configManager.getAllConfig().toString();

case ActionMap.UPLOAD_IMAGE:
case ActionMap.UPLOAD_SCRAWL:
case ActionMap.UPLOAD_VIDEO:
case ActionMap.UPLOAD_FILE:
conf = this.configManager.getConfig( actionCode );
state = new Uploader( request conf ).doExec();
break;

case ActionMap.CATCH_IMAGE:
conf = configManager.getConfig( actionCode );
String[] list = this.request.getParameterValues( (String)conf.get( “fieldName“ ) );
state = new ImageHunter( conf ).capture( list );
break;

case ActionMap.LIST_IMAGE:
case ActionMap.LIST_FILE:
conf = configManager.getConfig( actionCode );
int start = this.getStartIndex();
state = new FileManager( conf ).listFile( start );
break;

}

return state.toJSONString();

}

public int getStartIndex () {

String start = this.request.getParameter( “start“ );

try {
return Integer.parseInt( start );
} catch ( Exception e ) {
return 0;
}

}

/**
 * callback参数验证
 */
public boolean validCallbackName ( String name ) {

if ( name.matches( “^[a-zA-Z_]+[\w0-9_]*$“ ) ) {
return true;
}

retur

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        608  2018-05-21 14:59  第一套1安装说明.txt

     文件      42079  2018-05-21 15:43  第一套1截图
ew image - 6ddym.jpg

     文件      86494  2018-05-21 15:43  第一套1截图
ew image - h0vte.jpg

     文件      70382  2018-05-21 15:43  第一套1截图
ew image - kfw1h.jpg

     文件      44355  2018-05-21 15:43  第一套1截图
ew image - kiegr.jpg

     文件      56396  2018-05-21 15:43  第一套1截图
ew image - r2qkk.jpg

     文件      38304  2018-05-21 15:43  第一套1截图
ew image - w8fbv.jpg

    .......      8196  2017-07-13 23:43  第一套1源码前端.DS_Store

     文件       3610  2018-06-21 04:50  第一套1源码前端app.js

     文件       1598  2017-10-26 20:01  第一套1源码前端app.json

    .......      3153  2017-07-13 23:43  第一套1源码前端app.wxss

     文件        975  2018-06-21 04:49  第一套1源码前端config.js

    .......     42079  2017-07-13 23:43  第一套1源码前端Doc
ew image - 6ddym.jpg

    .......     86494  2017-07-13 23:43  第一套1源码前端Doc
ew image - h0vte.jpg

    .......     70382  2017-07-13 23:43  第一套1源码前端Doc
ew image - kfw1h.jpg

    .......     44355  2017-07-13 23:43  第一套1源码前端Doc
ew image - kiegr.jpg

    .......     56396  2017-07-13 23:43  第一套1源码前端Doc
ew image - r2qkk.jpg

    .......     38304  2017-07-13 23:43  第一套1源码前端Doc
ew image - w8fbv.jpg

     文件      84064  2017-07-13 23:43  第一套1源码前端Doc
ew image - xv2a7.jpg

    .......     36777  2017-07-13 23:43  第一套1源码前端images33.png

    .......     41135  2017-07-13 23:43  第一套1源码前端images44.png

    .......      7378  2017-07-13 23:43  第一套1源码前端imagesaoming.png

    .......       475  2017-07-13 23:43  第一套1源码前端imagescar.png

    .......      2693  2017-07-13 23:43  第一套1源码前端imagescart.jpg

    .......       468  2017-07-13 23:43  第一套1源码前端imagesdfh.png

    .......       482  2017-07-13 23:43  第一套1源码前端imagesdfk.png

    .......       359  2017-07-13 23:43  第一套1源码前端imagesdleicon.png

    .......       426  2017-07-13 23:43  第一套1源码前端imagesdpl.png

    .......       660  2017-07-13 23:43  第一套1源码前端imagesdsh.png

    .......       915  2017-07-13 23:43  第一套1源码前端imagesfei.png

............此处省略4127个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)