扉页项目主页Google Style GuideGoogle 开源项目风格指南 - 中文版背景Python 是Google主要的脚本语言。这本风格指南主要包含的是针对python的编程准则。为帮助读者能够将代码准确格式化,我们提供了针对Vim的配置文件。
对于Emacs用户,保持默认设置即可。许多团队使用yapf作为自动格式化工
原创
2022-07-29 19:09:54
312阅读
While it’s not always the case that every Python program you write will require a rigorous performance analysis, it is reassuring to know that there are a wide variety of tools in Python’s ecosystem
转载
2017-04-24 09:41:00
41阅读
2评论
# A Guide to Using Python in SecureCRT

## Introduction
SecureCRT is a powerful terminal emulator and SSH client that provides secure remote access and data tran
原创
2023-11-09 13:30:02
57阅读
# Plotly用户指南在Python中的实现
## 摘要
在本文中,我将向你展示如何使用Plotly库在Python中创建图表。Plotly是一个交互式的数据可视化库,可以帮助你轻松地创建各种类型的图表,如折线图、散点图、柱状图等。如果你是一名刚入行的小白,不用担心,我将一步步指导你如何实现"Plotly User Guide in Python"。
## 流程
```mermaid
fl
原创
2024-06-20 06:46:20
111阅读
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the
原创
2021-07-15 14:10:40
116阅读
0、DearPyGui认为窗口标题不需要支持中文dpg.create_viewport(title=‘xxx’),中文编码问题 - Github议题1、禁用微软商店引流点击开始菜单输入管理应用执行别名搜索系统设置,将该列表划到最底部,找到python.exe和python3.exe,将其设置为关闭状态这是微软搞的狗皮膏药,强制型环境变量2、配置Python环境1.考虑版本管理:Anaconda官网
转载
2024-02-07 20:27:16
30阅读
0.0 扉页 项目主页 Google Style Guide Google 开源项目风格
原创
2022-07-29 18:10:05
419阅读
Coding Guide:
1. Google Style Guide:http://code.google.com/p/google-styleguide/
2. 叩叮 翻译文稿:http://codinn.com/projects/
转载
2012-07-07 23:24:42
663阅读
Introduction(说明) HFTP is a Hadoop filesystem implementation that lets you read data from a remote Hadoop HDFS cluster. The reads are done via HTTP, an
原创
2021-08-07 11:26:11
617阅读
简介文件浏览系统(ViewFs)提供了一个管理多个Hadoop文件系统命名空间(或者叫Namesp
原创
2022-10-31 11:37:08
104阅读
转载
2024-04-29 11:49:53
33阅读
http://www.hayesjupe.com/utilising-kms/KMS seems to be one of those things that is sometimes quite poorly understood – and many existing blog articles or pieces of documentation seem to gloss over imp
转载
精选
2016-09-22 09:01:56
2145阅读
eEdition 0Eric Foster-JohnsonStuart Ellisstu
原创
2023-07-06 23:15:19
74阅读
说明: 《DTK Guide》的完整内容,请查附件pdf(带目录)。
基础篇
1 DTK语言
1.1 数据类型
在DTK里,基本类型的数据不需要专门的类型定义,其命名规则即隐含了类型定义,如:
cRet 表示char型
原创
2012-05-18 07:54:09
642阅读
udevinfo -a -p $(udevinfo -q path -n /dev/<device>)
scsi_id -g [-x] -s /block/<device>
转载
精选
2012-06-20 17:12:12
615阅读
ViewFs GuideViewFs GuideIntroductionThe Old World (Prior to Federation)Single Namenode ClustersPathnames Usage PatternsPathname Usage Best PracticesNew World – Federation and ViewFsH
翻译
2023-06-01 10:20:41
102阅读
HFTP GuideIntroductionHDFS是一个可以让你从远程HDFS集群读取数据的Hadoop文件系统
原创
2022-10-28 06:46:36
72阅读
文章目录hadoop基础知识初始hadoop关于MapReduceHadoop分布式文件系统hdfs的设计HDFS的数据块namenode和datanode联邦HDFS关于YARNHadoop的IO操作关于MapReduceHadoop操作Hadoop相关开源项目 hadoop基础知识初始hadoopHadoop是用于数据存储和分析的分布式系统MapReduce与关系型数据库的比较MapRedu
转载
2023-11-13 09:43:51
49阅读
参考原文《Style Guide for Python Code》。Guido:“code is read much more often than it is written”缩进每个缩进级别使用四个空格。函数正例:函数调用时多个参数分多行书写,第一种方式,参数需要对齐:foo = long_function_name(var_one, var_two, ...
原创
2021-07-08 14:34:04
372阅读
EMC CX400磁阵安装手册
准备工作:
首先,确保你的笔记本具有一个标准串口,一个以太网接口,假设已分配172.16.1.201/255.255.0.0的IP地址(要求与你的主机在同一网段),一个光盘驱动器。假设你登录笔记本的管理员名称为administrator
安装IE6.0英文版
由于控制CX 400需要用到I
原创
2008-12-17 11:17:38
1201阅读
1评论