万象云档 本次搜索耗时 2.067 秒,为您找到 322 个相关结果.
  • 验证码辅助函数

    验证码辅助函数 , 加载辅助函数 , 使用验证码辅助函数 , 添加到数据库 , 可用函数 验证码辅助函数 验证码辅助函数文件包含了一些帮助你创建验证码图片的函数。 加载辅助函数 使用验证码辅助函数 添加到数据库 可用函数 ,加载辅助函数 该辅助函数通过下面的代码加载: $this -> load -> helper ...
  • JSON

    This section uses elm-repl . If you did not install it already, you can use the online REPL . JSON You will be sending lots of JSON in your programs. You use the Json...
  • 16.2 观察器模式

    16.2 观察器模式 16.2 观察器模式 观察器(Observer )模式解决的是一个相当普通的问题:由于某些对象的状态发生了改变,所以一组对象都需要更新,那么该如何解决?在Smalltalk的MVC(模型-视图-控制器)的“模型-视图”部分中,或在几乎等价的“文档-视图结构”中,大家可以看到这个问题。现在我们有一些数据(“文档”)以及多个视图,假定...
  • Querying

    Querying Simple queries ​ Pipelines ​ Querying Simple queries​ A simple query is a type of query in which the client sends one query to the server and the server returns a...
  • Protobuf in HBase

    Protobuf in HBase 179. Protobuf 179.1. hbase-2.0.0 and the shading of protobufs (HBASE-15638) Protobuf in HBase 179. Protobuf HBase uses Google’s protobufs wherever it persi...
  • 自定义插件命令行

    [自定义插件命令行] [自定义插件命令行] 第一步,我们以demo 插件为例创建plugin:hello 命令行,在public/plugins/demo/command 目录里创建Hello.php 文件 <? php namespace plugins\demo\command ; use think\console\Comm...
  • 使用 PipeTest 去进行连接测试

    使用 PipeTest 去进行连接测试 PipeTest 测试简介 PipeTest 主要的类 DcMocker 类 DcMocker 函数列表 PipeTest 对象图 状况一 mockClient 至 mockServer 状况二 mockServer 至 mockClient 单一连线方向重置 状况一 mockClient 至 mockSer...
  • Reflect

    125 2025-05-15 《ECMAScript 6 教程》
    概述 静态方法 Reflect.get(target, name, receiver) Reflect.set(target, name, value, receiver) Reflect.has(obj, name) Reflect.deleteProperty(obj, name) Reflect.construct(target, args)...
  • 技术文档-Discuz!-分库一主多从-config_global.php-文件范例

    125 2025-05-18 《DiscuzX安装教程》
    <? php /** [Discuz!] (C) 2001-2099 Comsenz Inc. config_global.php Build at 2012-07-06 10:16:22 */ $_config = array (); // ---------------------------...
  • 15.10 练习

    15.10 练习 15.10 练习 (1) 编译和运行本章中的JabberServer 和JabberClient 程序。接着编辑一下程序,删去为输入和输出设计的所有缓冲机制,然后再次编译和运行,观察一下结果。 (2) 创建一个服务器,用它请求用户输入密码,然后打开一个文件,并将文件通过网络连接传送出去。创建一个同该服务器连接的客户,为其分配适当的密...