python3学习手册
#以单下划线开头表示protected变量,只允许其本身 与子类进行访问 __privateA�r #以双下划线开头表示private变量,只允许这个类本 身访问 __privateMethod #以双下划线开头的方法为private方法 __xxx__() #特殊方法,以双下划线开头及双下划线结尾 对象不可访问类的私有变量(以双下划线开头),但可用以下形式来 conda config --show channels #查看下载时可使用的源 # conda config --show-sources #查看下载时可使用的源 # conda config --add channels $URL #添加源,如下三个: conda config --add channels h�ps://mirrors.tuna tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels h�ps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --add channels h�ps://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/0 码力 | 213 页 | 3.53 MB | 1 年前3Kotlin 1.9.10 官方文档 中文版
and examples. For updates and discussions about the framework, join the #kvision and #javascript channels in the Kotlin Slack. fritz2 fritz2 is a standalone framework for building reactive web user interfaces and examples. For updates and discussions about the framework, join the #fritz2 and #javascript channels in the Kotlin Slack. Doodle Doodle is a vector-based UI framework for Kotlin/JS. Doodle applications and examples. For updates and discussions about the framework, join the #doodle and #javascript channels in the Kotlin Slack. 加入 Kotlin/JS 社区 可以在官方 Kotlin Slack 中加入 #javascript 频道, 同社区与团队交谈。 Kotlin0 码力 | 3753 页 | 29.69 MB | 1 年前3Kotlin 官方文档中文版 v1.9
JavaScript 开发 39 For updates and discussions about the framework, join the #kvision and #javascript channels in the Kotlin Slack. fritz2 fritz2 is a standalone framework for building reactive web user interfaces and examples. For updates and discussions about the framework, join the #fritz2 and #javascript channels in the Kotlin Slack. Doodle Doodle is a vector-based UI framework for Kotlin/JS. Doodle applications and examples. For updates and discussions about the framework, join the #doodle and #javascript channels in the Kotlin Slack. 加入 Kotlin/JS 社区 可以在官方 Kotlin Slack 中加入 #javascript 频道, 同社区与团队交谈。 Kotlin0 码力 | 2049 页 | 45.06 MB | 1 年前3Laravel 5.6 中文文档
理器的日志”堆栈”。例如,你可以发送所有 debug 级别消息到系统日志同时发送 error 级别消息到 Slack 以便团队成员可以快速响应: 'channels' => [ 'stack' => [ 'driver' => 'stack', 'channels' => ['syslog', 'slack'], ], ], 此外,现在可以使用日志系统的新”tap” Route::get('/user', function () { // }); }); 广播频道类 如果你的应用消费多个不同的频道,routes/channels.php 文件可能会变得很臃肿,所以,作为使用闭包来授权频道的替代方案,你现在可以使用 频道类。要生成一个频道类,可以使用 Artisan 命令 make:channel。该命令会将新生成的频道类存放到 道类存放到 app/Broadcasting 目录下: php artisan make:channel OrderChannel 接下来,在 routes/channels.php 文件中注册这个频道类: use App\Broadcasting\OrderChannel; Broadcast::channel('order.{order}', OrderChannel::class);0 码力 | 377 页 | 14.56 MB | 1 年前3Laravel 6.0 中文文档
; 路由目录 routes 目录包含了应用定义的所有路由。Laravel 默认提供了四个 路由文件用于给不同的入口使用:web.php、 api.php、 console.php 和 channels.php。 web.php 文件包含的路由通过 RouteServiceProvider 引入,都被 约束在 web 中间件组中,因而支持 Session、CSRF 保护以及 Cookie 文件用于定义所有基于闭包的控制台命令,每个闭包 都被绑定到一个控制台命令并且允许与命令行 IO 方法进行交互,尽 管这个文件并不定义 HTTP 路由,但是它定义了基于控制台的应用 入口(路由)。 channels.php 文件用于注册应用支持的所有事件广播频道。 文件存储目录 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 47 your-bucket 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 82 policy: public - name: your-private-bucket policy: none 目前支持的 policy 值包括:none、download、upload 和 public。 端口转发配置 默认情况下,Homestead 端口转发配置如下:0 码力 | 1442 页 | 14.66 MB | 1 年前3Laravel 5.3 中文文档
4、网络接口 Homestead.yaml 的 networks 属性用于配置 Homestead 的网络接口,你可以想配多少就配多少: networks: - type: "private_network" ip: "192.168.10.20" 要开启 bridged 接口,需要配置 bridge 设置并修改网络类型为 public_network : 道。事件类生成时一个空的方法存根已经定义,我们所要做的只是填充其细节。我们只想要订单 的创建者能够察看状态更新,所以我们将这个事件广播在一个与订单绑定的私有频道上: /** * Get the channels the event should broadcast on. * * @return array */ public function broadcastOn() { JavaScript 中监听事件。我们可以使用 Laravel Echo 来完成这一工作。首先, 我们使用 private 方法注册私有频道。然后,我们使用 listen 方法监听 ShippingStatusUpdated 事件。默认情况下,所有事件的公共属性都要包含在广播事件中: Echo.private('order.' + orderId) .listen('ShippingStatusUpdated'0 码力 | 691 页 | 9.37 MB | 1 年前3OpenShift Container Platform 4.14 更新集群
表,其中包含组件 Operator 的顶点和连 接它们的边。 Channels Channels 声明了一个与 OpenShift Container Platform 次版本相关的更新策略。OSUS 使用这个配置 OpenShift Container Platform 4.14 更新集群 更新集群 6 Channels 声明了一个与 OpenShift Container Platform Upstream is unset, so the cluster will use an appropriate default. Channel: fast-4.11 (available channels: candidate-4.10, candidate-4.11, eus-4.10, fast-4.10, fast-4.11, stable-4.10) Recommended updates: OpenShift Container Platform 4.14 更新集群 更新集群 8 输出示例 出示例 类似的命令可用于检查条件更新: 输出示例 出示例 [ { "channels": [ "candidate-4.11", "candidate-4.12", "fast-4.11", "fast-4.12" ],0 码力 | 149 页 | 1.94 MB | 1 年前3Go基础语法宝典
interface值 空interface interface函数参数 interface变量存储的类型 嵌入interface 反射 并发 goroutine channels Buffered Channels Range和Close Select 超时 runtime goroutine 错误处理 Error类型 自定义Error 错误处理 总结 更多Gola 大写字母开头的变量是可导出的,也就是其它包可以读取的,是公有变量;小写字母开头的就是不 可导出的,是私有变量。 大写字母开头的函数也是一样,相当于 class 中的带 public 关键词的公有函数;小写字母开头的 就是有 private 关键词的私有函数。 array 、slice 、map const( i = 100 pi = 3.1415 prefix = "Go_" ) var( GOMAXPROCS(n) 告诉调度器同时使用多个线程。 GOMAXPROCS 设置了同时运行逻 辑代码的系统线程的最大数量,并返回之前的设置。如果 n < 1 ,不会改变当前设置。 channels go hello(a, b, c) package main import ( "fmt" "runtime" ) func say(s string) {0 码力 | 47 页 | 1020.34 KB | 1 年前3ffmpeg翻译文档
generic(常规):这类选项可以用于设置 容器、设备、编码器、解码器等。通用选项对列 在 AVFormatContext 中的容器/设备以及 AVCodecContext 中的编码有效。 private(私有):这类仅对特定的容器、设备或者编码有效。私有选项由相应的 容器/设备/ 编码 指定(确定)。 例如要在一个默认为ID3v2.4为头的MP3文件中写入ID3v2.3头,需要使用id3v2_version 于输出 则可以强制设置音频量化的采用率。 -aq q (output) :设置音频品质(编码指定为VBR),它是 -q:a 的别名。 -ac[:stream_specifier] channels (input/output,per-stream) :设置音频通道数。默认输出会有输入 相同的音频通道。对于输入进行设置,仅仅通道是真实的设备或者raw数据分离出并映射的通道 才有效。 (output) :强制音频标签/fourcc。这个是 -tag:a 的别名。 -absf bitstream_filter :要深入了解参考 -bsf -guess_layout_max channels (input,per-stream) :如果音频输入通道的布局不确定,则尝试猜测选 择一个能包括所有指定通道的布局。例如:通道数是2,则 ffmpeg 可以认为是2个单声道,或者1 个立体声声道而不会认为是6通道或者50 码力 | 502 页 | 3.06 MB | 1 年前3openEuler 21.03 技术白皮书
network management service manages the network node topology. It manages communication between private and public networks, communication and topology between VM networks, and firewalls on VMs. It offers Communication openEuler contains many projects that are organized into community groups. Communication channels for these groups, including mailing lists, can be found in the relevant README files. Mailing discussion. The method of sending a discussion email to a list is the same as that of sending emails to private addresses. It is a good practice, though not mandatory, to add a pair of square brackets and a0 码力 | 21 页 | 948.66 KB | 1 年前3
共 472 条
- 1
- 2
- 3
- 4
- 5
- 6
- 48