91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 18.65MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2023-07-25
  • 語言: 其他
  • 標簽: android??wx??

資源簡介

微信小程序源碼, 網上買的。 主要用于給開發者自己按教程一步一步自己寫代碼實現

資源截圖

代碼片段和文件信息

/**
?*?@license?Highcharts?JS?v2.3.3?(2012-11-02)
?*
?*?(c)?20012-2014
?*
?*?Author:?Gert?Vaartjes
?*
?*?License:?www.highcharts.com/license
?*/
package?com.highcharts.export.converter;

import?java.io.File;
import?java.io.IOException;
import?java.net.SocketTimeoutException;
import?java.util.HashMap;
import?java.util.Map;
import?java.util.NoSuchElementException;
import?java.util.concurrent.TimeoutException;

import?org.apache.commons.io.FileUtils;
import?org.apache.log4j.Logger;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.stereotype.Service;

import?com.google.gson.Gson;
import?com.highcharts.export.pool.PoolException;
import?com.highcharts.export.pool.BlockingQueuePool;
import?com.highcharts.export.server.Server;
import?com.highcharts.export.util.MimeType;

@Service(“svgConverter“)
public?class?SVGConverter?{

@Autowired
private?BlockingQueuePool?serverPool;
protected?static?Logger?logger?=?Logger.getLogger(“converter“);
private?static?final?String?SVG_DOCTYPE?=?“l?version=\“1.0\“?standalone=\“no\“?>“;

public?String?convert(String?input?MimeType?mime
String?constructor?String?callback?Float?width?Float?scale?String?filename)?throws?SVGConverterException?PoolException?NoSuchElementException?TimeoutException?{
return?this.convert(input?null?null?null?mime?constructor?callback?width?scale?filename);
}

public?String?convert(String?input?String?globalOptions?String?dataOptions?String?customCode?MimeType?mime
String?constructor?String?callback?Float?width?Float?scale?String?filename)?throws?SVGConverterException?PoolException?NoSuchElementException?TimeoutException?{

Map?params?=?new?HashMap();
Gson?gson?=?new?Gson();

if?(filename?!=?null)?{
params.put(“outfile“?filename);
}?else?{
params.put(“type“?mime.name().toLowerCase());
}

params.put(“infile“?input);

if?(constructor?!=?null?&&?!constructor.isEmpty())?{
params.put(“constr“?constructor);
}

if?(callback?!=?null?&&?!callback.isEmpty())?{
params.put(“callback“?callback);
}

if?(globalOptions?!=?null?&&?!globalOptions.isEmpty())?{
params.put(“globaloptions“?globalOptions);
}

if?(dataOptions?!=?null?&&?!dataOptions.isEmpty())?{
params.put(“dataoptions“?dataOptions);
}

if?(customCode?!=?null?&&?!customCode.isEmpty())?{
params.put(“customcode“?customCode);
}

if?(width?!=?null)?{
params.put(“width“?String.valueOf(width));
}

if?(scale?!=?null)?{
params.put(“scale“?String.valueOf(scale));
}

//?parameters?to?JSON
String?json?=?gson.toJson(params);

//?send?to?phantomJs
String?output?=?““;
output?=?requestServer(json);

//?check?first?for?errors
if?(output.

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-24?17:09??cms小程序\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Cms\
?????文件?????????938??2016-09-27?00:09??cms小程序\Addons\Cms\CmsAddon.class.php
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Cms\Controller\
?????文件?????????949??2016-10-09?18:54??cms小程序\Addons\Cms\Controller\CmsController.class.php
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Cms\Model\
?????文件?????????118??2016-09-27?00:09??cms小程序\Addons\Cms\Model\CmsModel.class.php
?????文件?????????330??2016-09-27?00:09??cms小程序\Addons\Cms\Model\WeixinAddonModel.class.php
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Cms\View\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Cms\View\default\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Cms\View\default\Cms\
?????文件????????2795??2016-10-10?11:48??cms小程序\Addons\Cms\install.sql
?????文件?????????159??2016-10-10?11:48??cms小程序\Addons\Cms\uninstall.sql
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Feedback\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Feedback\Controller\
?????文件????????1110??2016-10-09?16:38??cms小程序\Addons\Feedback\Controller\FeedbackController.class.php
?????文件?????????915??2016-10-09?15:19??cms小程序\Addons\Feedback\FeedbackAddon.class.php
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Feedback\Model\
?????文件?????????133??2016-10-09?15:19??cms小程序\Addons\Feedback\Model\FeedbackModel.class.php
?????文件?????????345??2016-10-09?15:19??cms小程序\Addons\Feedback\Model\WeixinAddonModel.class.php
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Feedback\View\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Feedback\View\default\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\Feedback\View\default\Feedback\
?????文件????????4489??2016-10-10?11:48??cms小程序\Addons\Feedback\install.sql
?????文件?????????174??2016-10-10?11:48??cms小程序\Addons\Feedback\uninstall.sql
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\UserCenter\
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\UserCenter\Controller\
?????文件???????23223??2016-09-11?09:26??cms小程序\Addons\UserCenter\Controller\UserCenterController.class.php
?????文件???????12848??2016-09-11?09:26??cms小程序\Addons\UserCenter\Controller\WapController.class.php
?????目錄???????????0??2018-12-24?17:09??cms小程序\Addons\UserCenter\Model\
............此處省略4114個文件信息

評論

共有 條評論