• 大小: 40.4MB
    文件类型: .rar
    金币: 2
    下载: 5 次
    发布日期: 2023-06-30
  • 语言: 其他
  • 标签: ad  

资源简介

龙兵智能名片5.99.50是一款帮助企业销售提高获客能力的智能解决方案,员工只需要分享个人名片到微信,即可进行商机捕捉、成交率预测、无需添加好友,立刻在线沟通,并进行跟踪记录、标注客户标签,提升成交率,实现企业全员流量变现。 支持智能名片 查看更多关于 智能名片 的文章 、企业朋友圈、企业官网、产品中心、AI雷达系统、企业对话、客户跟进管理CRM、群推广助手、AI成交率分析

资源截图

代码片段和文件信息

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

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

     文件       6148  2019-08-26 16:56  龙兵名片\longbing_card\.DS_Store

     文件        188  2019-07-25 11:19  龙兵名片\longbing_card\.gitignore

     文件      38238  2019-04-30 21:00  龙兵名片\longbing_card\api.php

     文件        128  2019-07-04 10:39  龙兵名片\longbing_card\article.html

     文件       4987  2019-08-23 14:12  龙兵名片\longbing_card\checkVersion.php

     文件       6148  2019-09-04 20:50  龙兵名片\longbing_card\core\.DS_Store

     文件         29  2019-09-04 20:50  龙兵名片\longbing_card\core\.gitignore

     文件       2038  2019-07-04 10:39  龙兵名片\longbing_card\core\.travis.yml

     文件        186  2019-09-27 12:21  龙兵名片\longbing_card\core\2bufen\maomi.php

     文件       6148  2019-08-23 14:12  龙兵名片\longbing_card\core\application\.DS_Store

     文件         13  2019-04-01 12:05  龙兵名片\longbing_card\core\application\.htaccess

     文件        186  2019-09-27 12:21  龙兵名片\longbing_card\core\application\2bufen\maomi.php

     文件      19620  2019-08-23 14:12  龙兵名片\longbing_card\core\application\array.php

     文件        380  2019-09-27 12:21  龙兵名片\longbing_card\core\application\auth.php

     文件        375  2019-09-27 12:21  龙兵名片\longbing_card\core\application\authsah\auth.php

     文件       6148  2019-07-31 17:43  龙兵名片\longbing_card\core\application\base\.DS_Store

     文件       4747  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\Api.php

     文件      85901  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\baseApi.php

     文件       5987  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\Card.php

     文件      35871  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\Config.php

     文件       5699  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\Index.php

     文件      39458  2019-09-04 20:50  龙兵名片\longbing_card\core\application\base\controller\Login.php

     文件      18000  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\Other.php

     文件       6360  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\Token.php

     文件      30830  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\controller\User.php

     文件       6417  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\model\baseConfig.php

     文件       3604  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\model\CardauthConfig.php

     文件       3645  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\model\CardauthCopyright.php

     文件       3633  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\model\CardClientInfo.php

     文件       3588  2019-08-23 14:10  龙兵名片\longbing_card\core\application\base\model\CardCollection.php

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

评论

共有 条评论