Jupyter Notebook 5.5.0 Documentation
[https://github.com/xuhdev]) See the 5.5 milestone on GitHub for a complete list of pull requests [https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.5] involved in this release.0 码力 | 196 页 | 4.45 MB | 1 年前3Jupyter Notebook 5.5.0 Documentation
(unnamedplay-r) • Vaibhav Sagar (vaibhavsagar) • William Hosford (whosford) • Hong (xuhdev) See the 5.5 milestone on GitHub for a complete list of pull requests involved in this release. 5.2 5.4.1 A security Replaced a symlink in the repository with a copy, to fix issues installing on Windows (PR #3220). 5.5 5.3.0 This release introduces a couple noteable improvements, such as terminal support for Windows0 码力 | 143 页 | 1.81 MB | 1 年前3MySQL高可用 - 多种方案
............................................................................................ 20 5.5 方案实战 ............................................................................................ 方案,方便网友学习以及验证,希望对大家学习 mysql 高可用有所帮助。这也是本文档 的目的所在 由于本人经验和水平有限,有不对之处烦请指出,多交流,互相帮助,共同进步。 下面的几种高可用方案在 Centos 5.5 64bit /mysql 5.1.63 环境测试通过。 目前 Mysql 的高可用主要有 Lvs+Keepalived、Heartbeat、MMM、mysql cluster 三种方式, 由 服务器名 IP VIP 系统 Mysql Master 10.1.1.113 10.1.1.176 Centos 5.5 64bit 5.1.63 Backup 10.1.1.75 10.1.1.176 Centos 5.5 64bit 5.1.63 2.4.3 Mysql 的安装和配置 Mysql 的安装和配置相对来讲非常简单,这里就不做介绍,有兴趣的朋友0 码力 | 31 页 | 874.28 KB | 1 年前3Apache Karaf Container 4.x - Documentation
management layer 5.4. Branding 5.4.1. Console 5.4.2. Adding a branding.properties file to etc 5.5. Adding a branding-ssh.properties file to etc 5.5.1. Branding bundle 5.5.2. WebConsole 5.6. Extending layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n # File appender layout=org.apache.log4j.PatternLayout log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n log4j.appender0 码力 | 370 页 | 1.03 MB | 1 年前3Apache Karaf 3.0.5 Guides
log.core/3.0.0 Properties: service.pid = org.apache.karaf.log size = 500 pattern = %d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n felix.fileinstall log.core/3.0.0 Properties: service.pid = org.apache.karaf.log size = 500 pattern = %d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n felix.fileinstall karaf@root()> config:property-list service.pid = org.apache.karaf.log size = 500 pattern = %d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n CONFIGURATION0 码力 | 203 页 | 534.36 KB | 1 年前3ES6 Tutorial
log("Math.exp(1) : "+Math.exp(1)) console.log("Math.exp(5.5) : "+Math.exp(5.5)) Output ---Math.exp()--- Math.exp(1) : 2.718281828459045 Math.exp(5.5) : 244.69193226422036 expm1(X) expm1(1)) console.log("Math.expm1(5.5) : "+Math.expm1(5.5)) ES6 221 Output ---Math.expm1()--- Math.expm1(1) : 1.718281828459045 Math.expm1(5.5) : 243.69193226422038 Math.hypot(x1 abs()---") console.log("Math.abs(-5.5) : "+Math.abs(-5.5)) console.log("Math.abs(5.5) : "+Math.abs(5.5)) Output ---Math.abs()--- Math.abs(-5.5) : 5.5 Math.abs(5.5) : 5.5 sign()0 码力 | 435 页 | 4.00 MB | 1 年前3phpMyAdmin Documentation release 4.7.0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 5.5 Charts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Release 4.7.0 2.3 Database phpMyAdmin supports MySQL-compatible databases. • MySQL 5.5 or newer • MariaDB 5.5 or newer See also: 1.17 Which Database versions does phpMyAdmin support? 2.4 Web browser produce a PDF schema of my database? 88 Chapter 5. User Guide phpMyAdmin Documentation, Release 4.7.0 5.5 Charts New in version 3.4.0. Since phpMyAdmin version 3.4.0, you can easily generate charts from0 码力 | 181 页 | 801.32 KB | 1 年前3Falcon v2.0.0 Documentation
Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 5.5 Changelogs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . falconry/dev on Gitter. Please check out our Contributor’s Guide for more information. Thanks! 5.5 Changelogs 5.5.1 Changelog for Falcon 2.0.0 Summary Many thanks to all of our awesome contributors the framework: # Before def handle_error(ex, req, resp, params): pass (continues on next page) 5.5. Changelogs 157 Falcon Documentation, Release 2.0.0 (continued from previous page) # Falcon 2.00 码力 | 184 页 | 671.87 KB | 1 年前3Falcon v3.0.0 Documentation
Helpers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273 i 5.5 Changelogs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . support case-insensitive lookups. 304 Chapter 5. Documentation Falcon Documentation, Release 3.0.0 5.5 Changelogs 5.5.1 Changelog for Falcon 3.0.0 Summary We are pleased to present Falcon 3.0, a major Python language version 2. As a result, support for CPython 2.7 and PyPy2.7 was removed in Falcon 3.0. 5.5. Changelogs 305 Falcon Documentation, Release 3.0.0 Breaking Changes • The class OptionalRepresentation0 码力 | 344 页 | 1.16 MB | 1 年前3Falcon v3.0.1 Documentation
Helpers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273 i 5.5 Changelogs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . support case-insensitive lookups. 304 Chapter 5. Documentation Falcon Documentation, Release 3.0.1 5.5 Changelogs 5.5.1 Changelog for Falcon 3.0.1 Summary This is a minor point release to take care of prototyping, tuning, and testing in order to uphold the high standards of correctness and reliability for 5.5. Changelogs 305 Falcon Documentation, Release 3.0.1 which Falcon is known. That being said, no code0 码力 | 344 页 | 1.16 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100