资源简介
萤火商城商业版完整包v1.1.7
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-14 16:25 后端(PHP)\
文件 53472 2018-10-05 19:50 后端(PHP)\Git仓库地址.docx
文件 514653 2018-09-04 15:23 后端(PHP)\iconfont.zip
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\
文件 49 2018-11-14 14:35 后端(PHP)\后端(PHP)\.gitignore
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 751342 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 1621 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 1237 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 9027 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 171 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 18925 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 5634 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\databa
文件 4971 2018-11-14 14:35 后端(PHP)\后端(PHP)\doc\更新日志.txt
文件 26385 2018-11-14 14:35 后端(PHP)\后端(PHP)\icon.jpg
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\
文件 805 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\config.php
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\admin\
文件 815 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\admin\User.php
文件 5177 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\Controller.php
文件 284 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\Index.php
文件 1052 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\Passport.php
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\setting\
文件 2276 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\setting\Cache.php
文件 5903 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\setting\Science.php
目录 0 2018-11-14 14:35 后端(PHP)\后端(PHP)\source\application\admin\controller\store\
............此处省略2565个文件信息
- 上一篇:单片机实验代码8次
- 下一篇:基于stm32的单相逆变代码可调压调频
相关资源
- 易语言取微云数据V1源码易语言取微云
- 易语言Excel多表对应处理源码
- 易语言取word打开、另存为对话框窗口
- 易语言EXCEL另存为CSV文件源码
- delphi百度地图源码
- 易语言EMS快递查询源码
- 易语言快递查询源码
- 易语言查询79种快递源码
- 易语言搜搜mp3源码
- 易语言迅雷补丁源码
- 易语言高仿迅雷5安装包源码
- bootstrap demo 源码大全
- springboot整合RabbitMQ实现延时队列的两
- 关于Spring MVC项目maven中通过fileupload上
- 新一代Lora芯片sx126x的驱动源码
- 易语言版迅雷视频转换器源码
- 今日头条源码.zip
- CtrlAltQ全屏截图源码
- 易语言全屏截图源码
- 百度图片识别源码.rar
- 易语言穿越火线辅助程序源码
- WINDOWS内核安全编程 寒江独钓 光盘源
- 寒江独钓-Windows内核安全编程(完整版
- DevExpress 15.1.6 源码 全 百度云
- 很久以前的MUD游戏源码和mudos
- 易语言屏幕锁屏工具源码
- 易语言Beep应用例程源码
- 易语言API的用法之beep源码
- 易语言Beep卡农源码
- 易语言DLL函数查看器源码
评论
共有 条评论