CakePHP Cookbook 2.xlatest release of 2.0 You can also clone the repository using git [https://git-scm.com/]: git clone -b 2.x git://github.com/cakephp/cakephp.git Regardless of how you downloaded it, place the code inside of drivers require PDO. You should make sure you have the correct PDO extensions installed. Warning CakePHP 2.x is end-of-life and in maintenance mode (critical bugfixes only). As such, functionality added in PHP accessed from GitHub by cloning the GitHub [https://github.com/cakephp/cakephp] repository: git clone -b 2.x git://github.com/cakephp/cakephp.git Permissions CakePHP uses the app/tmp directory for a number of0 码力 | 1096 页 | 958.62 KB | 2 年前3
CakePHP Cookbook 2.xCakePHP Cookbook Documentation Release 2.x Cake Software Foundation Sep 10, 2023 Contents 1 Getting Started 1 Blog Tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the better: but fear not if you’re a procedural fan. 1 CakePHP Cookbook Documentation, Release 2.x 4. Finally, you’ll need a basic knowledge of the MVC programming pattern. A quick overview can be found and download the latest release of 2.0 You can also clone the repository using git4: git clone -b 2.x git://github.com/cakephp/cakephp.git Regardless of how you downloaded it, place the code inside of0 码力 | 820 页 | 2.52 MB | 2 年前3
Apache Unomi 2.x - Documentation"itemType": "site" } } Is replaced by the following in Apache Unomii 2.x: { "eventType": "view", "scope": "digital1", "fla0 码力 | 117 页 | 4.78 MB | 1 年前3
Apache Karaf Decanter 2.x - Documentation# APACHE KARAF DECANTER 2.X - DOCUMENTATION Apache Software Foundation ### APACHE KARAF DECANTER 2.X - DOCUMENTATION 1. User Guide ..... 1 1.1. Introduction ..... 1 1.2. Collectors ..... 1 1.2 apache.karaf.decanter.collector.prometheus.cfg configuration file containing: Apache Karaf Decanter 2.x - Documentation - 20 The prometheus.url property is mandatory and defines the location of the Prometheus apache.karaf.decanter.collector.elasticsearch.cfg configuration file containing: Apache Karaf Decanter 2.x - Documentation - 22 # HTTP address of the elasticsearch nodes (separated with comma) addresses=http://localhost:92000 码力 | 64 页 | 812.01 KB | 1 年前3
The Python Handbook## PYTHON HANDBOOK # Table of Contents Preface The Python Handbook Conclusion ## Preface The Python Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the the goal is to get you up to speed quickly with Python. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. You Enjoy! ## The Python Handbook - 1. Introduction to Python - 2. Installing Python - 3. Running Python programs - 4. Python 2 vs Python 3 - 5. The basics of working with Python - 5.1. Variable0 码力 | 93 页 | 7.31 MB | 2 年前3
Python AdminUIPython AdminUI 2022 年 06 月 25 日 Powered by TCPDF (www.tcpdf.org) ## 目录 1 安装和快速入门 1.1 基本概念和示例解析 1.2 Use FastAPI instead of Flask 2 创建表单 2.1 List of Form Controls 2.2 Callback when form item 59 15 索引和表格 61 索引 63 ## 使用 Python 制作专业的 Web 前端界面 本 Python 包适用于想要制作简单的前端界面,但却不想处理 HTML, CSS, React, Angular, Webpack 和其他 Javascript 前端代码的情况。你可以直接用 Python 完成网页、表单、图标和仪表盘界面。 一些应用场景:数据项目;运维工具和脚本;简单 带有分页的数据表 • 适配小屏幕和移动设备 - 不需要使用 HTML, CSS 或者 JS 安装和快速入门 使用 pip 安装包: pip install adminui 为您的项目创建一个 python 文件,例如 example.py: from adminui import * app = AdminApp() def on_submit(form_data): print(form_data)0 码力 | 67 页 | 653.37 KB | 2 年前3
Jupyter Notebook 6.4.12 Documentationin notebook documents • Configuring the notebook frontend • Distributing Jupyter Extensions as Python Packages • Extending the Notebook ## Contributor Documentation • Contributing to the Jupyter Notebook existing ones by clicking on their name. You can also drag and drop .ipynb notebooks and standard .py Python source code files into the notebook list area. When starting a notebook server from the command completion. The programming language you use depends on the kernel, and the default kernel (IPython) runs Python code. When a code cell is executed, code that it contains is sent to the kernel associated with0 码力 | 250 页 | 4.49 MB | 2 年前3
1 Beautiful PythonBEAUTIFUL PYTHON Great ideas of language design that make Python enjoyable and useful to so many people. ## O ## FLUENT PYTHON ## O'REILLY TURING 图灵程序设计丛书 流畅的 Python Fluent Python PSF研究员、知名PyCon演讲者心血之作 PSF研究员、知名PyCon演讲者心血之作 全面深入,对Python语言关键特性剖析到位 Published in 9 languages so far: Chinese (simplified) Chinese (traditional) • English French Japanese • Korean • Polish • Portuguese • Russian Book signing happiness. — Walter Gropius (1883–1969), founder of Bauhaus School >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better0 码力 | 109 页 | 34.99 MB | 2 年前3
Objeet Oriented Python
Tutorial# Object Oriented Python ## tutorialspoint SIMPLY EASY LEARNING www.tutorialspoint.com ## About the Tutorial Python has been an object-oriented language since it existed. In this tutorial we will try get in-depth features of OOPS in Python programming. ## Audience This tutorial has been prepared for the beginners and intermediate to help them understand the Python Oops features and concepts through Understanding on basic of Python programming language will help to understand and learn quickly. If you are new to programming, it is recommended to first go through “Python for beginners” tutorials. ##0 码力 | 111 页 | 3.32 MB | 2 年前3
Google Python Style Guide## Google Python Style Guide Revision 2.59 Amit Patel Antoine Picard Eugene Jhong Jeremy Hylton Matt Smart Mike Shields Each style point has a summary for which additional information is available You may toggle all summaries with the big arrow button: Toggle all summaries Table of Contents |Python Language Rules|Lint Imports Packages ExceptionsGlobal variables Nested/Local/InnerClasses and Functions DeprecatedLanguage Features Lexical ScopingFunction and Method Decorators Threading Power Features| |---|---| |Python Style Rules|Semicolons Line length Parentheses| |---|---| ||Indentation Blank Lines Whitespace| ||Shebang0 码力 | 30 页 | 94.81 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
CakePHPModel-View-ControllerPHPDatabaseConfigurationMVC架构CRUD数据库交互模型视图控制器Apache Unomi 2.0GraphQL APIJSON SchemaProfiles AliasesScopesApache Karaf DecanterCollectorsConfiguration FileAppendAlertersPython安装数据类型控制语句函数类模块异常处理调试列表元组字典集合AdminAppFormDataTableCardMenuItemJupyter NotebookPython 3.5Python 2.x安全漏洞JupyterLab生成器函数命名空间Zen of PythonThoughtWorks面向对象编程封装继承多态Python编程风格注释字符串导入缩进













