资源简介
php移动商城源代码,经测试可用,可供学习使用(内含管理后台、完整小程序包及相关配置文件)(内含管理后台、完整小程序包及相关配置文件)(内含管理后台、完整小程序包及相关配置文件)(内含管理后台、完整小程序包及相关配置文件)(内含管理后台、完整小程序包及相关配置文件)(内含管理后台、完整小程序包及相关配置文件)
代码片段和文件信息
import sys os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer
lexers[‘php‘] = PhpLexer(startinline=True linenos=1)
lexers[‘php-annotations‘] = PhpLexer(startinline=True linenos=1)
primary_domain = ‘php‘
# -- General configuration -----------------------------------------------------
extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘
project = u‘Guzzle‘
copyright = u‘2012 Michael Dowling‘
version = ‘3.0.0‘
release = ‘3.0.0‘
exclude_patterns = [‘_build‘]
# -- Options for HTML output ---------------------------------------------------
# The name for this set of Sphinx documents. If None it defaults to
# “ v documentation“.
html_title = “Guzzle documentation“
html_short_title = “Guzzle“
# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]
# Custom sidebar templates maps document names to template names.
html_sidebars = {
‘**‘: [‘localtoc.html‘ ‘leftbar.html‘ ‘searchbox.html‘]
}
# Output file base name for HTML help builder.
htmlhelp_basename = ‘Guzzledoc‘
# -- Guzzle Sphinx theme setup ------------------------------------------------
sys.path.insert(0 ‘/Users/dowling/projects/guzzle_sphinx_theme‘)
import guzzle_sphinx_theme
html_translator_class = ‘guzzle_sphinx_theme.HTMLTranslator‘
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = ‘guzzle_sphinx_theme‘
# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
“index_template“: “index.html“
“project_nav_name“: “Guzzle“
“github_user“: “guzzle“
“github_repo“: “guzzle“
“disqus_comments_shortname“: “guzzle“
“google_analytics_account“: “UA-22752917-1“
}
# -- Options for LaTeX output --------------------------------------------------
latex_elements = {}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file target name title author documentclass [howto/manual]).
latex_documents = [
(‘index‘ ‘Guzzle.tex‘ u‘Guzzle Documentation‘
u‘Michael Dowling‘ ‘manual‘)
]
# -- Options for manual page output --------------------------------------------
# One entry per manual page. List of tuples
# (source start file name description authors manual section).
man_pages = [
(‘index‘ ‘guzzle‘ u‘Guzzle Documentation‘
[u‘Michael Dowling‘] 1)
]
# If true show URL addresses after external links.
#man_show_urls = False
# -- Options for Texinfo output ------------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
# (source start file target name title author
# dir menu entry description category)
texinfo_documents = [
(‘index‘ ‘Guzzle‘ u‘Guzzle Documentation‘
u‘Michael Dowling‘ ‘Guzzle‘ ‘One line de
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 125 2020-02-07 14:39 shop\readme.txt
....... 75 2020-01-08 14:41 shop\shop\.constant
文件 238 2020-02-07 14:36 shop\shop\.env
....... 255 2020-01-04 10:55 shop\shop\.example.env
....... 216 2020-01-04 10:55 shop\shop\.htaccess
....... 2038 2020-01-04 10:55 shop\shop\.travis.yml
....... 42 2020-01-04 10:55 shop\shop\.version
....... 13 2020-01-04 10:55 shop\shop\app\.htaccess
....... 3887 2020-01-04 10:55 shop\shop\app\admin\common.php
....... 1072 2020-01-04 10:55 shop\shop\app\admin\config\route.php
....... 755 2020-01-10 10:04 shop\shop\app\admin\config\template.php
....... 815 2020-01-10 10:50 shop\shop\app\admin\config\view.php
....... 799 2020-01-04 10:55 shop\shop\app\admin\controller\AdminException.php
....... 10543 2020-01-04 10:55 shop\shop\app\admin\controller\agent\AgentManage.php
....... 7030 2020-01-04 10:55 shop\shop\app\admin\controller\article\Article.php
....... 6784 2020-01-04 10:55 shop\shop\app\admin\controller\article\ArticleCategory.php
....... 5640 2020-01-04 10:55 shop\shop\app\admin\controller\article\WechatNews.php
....... 2899 2020-01-04 10:55 shop\shop\app\admin\controller\AuthController.php
....... 2981 2020-01-04 10:55 shop\shop\app\admin\controller\finance\Finance.php
....... 6480 2020-01-04 10:55 shop\shop\app\admin\controller\finance\UserExtract.php
....... 5723 2020-01-04 10:55 shop\shop\app\admin\controller\finance\UserRecharge.php
....... 34373 2020-01-04 10:55 shop\shop\app\admin\controller\Index.php
....... 1830 2020-01-04 10:55 shop\shop\app\admin\controller\Login.php
....... 27147 2020-01-04 10:55 shop\shop\app\admin\controller\order\combinationOrder.php
....... 33227 2020-01-04 10:55 shop\shop\app\admin\controller\order\StoreOrder.php
....... 18468 2020-01-04 10:55 shop\shop\app\admin\controller\record\Record.php
....... 3872 2020-01-04 10:55 shop\shop\app\admin\controller\record\StoreStatistics.php
....... 4255 2020-01-04 10:55 shop\shop\app\admin\controller\routine\RoutineTemplate.php
....... 7617 2020-01-04 10:55 shop\shop\app\admin\controller\setting\SystemAdmin.php
....... 19753 2020-01-04 10:55 shop\shop\app\admin\controller\setting\SystemConfig.php
............此处省略6670个文件信息
相关资源
- 拒绝重复造轮子-微信蓝果小镇商城小
- 基于微信小程序的超市外卖系统的设
- 萤火小程序商城
- 电商类项目数码商城练手
- 小程序前台+thinkphp后台
- 微信小程序商城版前台+php后台完整版
- php51购商城源码前后台
- 狮子鱼社区团购小程序独立版_13.7.0
- 微信同城拼车小程序源码 [带后台+T
- 基于PHP的网上商城.zip
- 淘宝客-源码,可直接使用,可运营学
- php商城系统269927
- PHP移动商城源码
- thinkphp5.1商城后台+前台
- php商城网站
- thinkphp 商城运费模板设计(含数据库
- PHP销售系统(小型商城).rar
- php商城完整版毕业设计源码
- 基于PHP的网上商城+sql
- 精品php购物商城程序
- 基于TP5.0.20的小程序商城完整版
- 行政后勤小程序v1(含小程序端+PHP后
- 基于PHP的网上商城开发设计与实现源
- 网上购物系统源码php+MySQL
- php版简易网上商城源码
- ThinkPHP雍达商城源码包括前后台
- 萤火商城微信小程序-二次开发 v1.1.
- 全开源微信萤火小程序商城系统.zip
- php+mysql+smarty仿淘宝商城源码
- php 简单的商城。
评论
共有 条评论