万象云档 本次搜索耗时 2.208 秒,为您找到 263 个相关结果.
  • 贡献名单

    贡献名单 贡献名单 自从DolphinPHP发布以来,受到了不少开发者的关注和支持,指出了一些bug,也提出了很多非常好的建议。正是因为这些开发者,DolphinPHP才变得越来越稳定,越来越高效,越来越符合开发者的需求。 我们很重视各位开发者所提出来的建议和意见,在此,感谢所有使用和喜欢DolphinPHP的开发者。以下是对DolphinPHP提出...
  • URI 类

    URI 类 , 类参考 URI 类 URI 类用于帮助你从 URI 字符串中获取信息,如果你使用 URI 路由, 你也可以从路由后的 URI 中获取信息。 注解 该类由系统自己加载,无需手工加载。 ,类参考 classCI_URI segment($n[, $no_result = NULL]) 参数: $n (int) — Se...
  • Mysql配置

    Mysql配置 一、步骤 二、my.ini文件: Mysql配置 一、步骤 安装: mysqld - install 1 、在命令行中输入“ mysql - uroot - p ”(不输入密码),回车即可进入数据库。 2 、执行,“ use mysql ;”使用 mysql 数据库。 3 、执行,“ update user ...
  • 验证码辅助函数

    验证码辅助函数 , 加载辅助函数 , 使用验证码辅助函数 , 添加到数据库 , 可用函数 验证码辅助函数 验证码辅助函数文件包含了一些帮助你创建验证码图片的函数。 加载辅助函数 使用验证码辅助函数 添加到数据库 可用函数 ,加载辅助函数 该辅助函数通过下面的代码加载: $this -> load -> helper ...
  • 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...
  • 下拉菜单Ajax(1.3.3+)

    下拉菜单Ajax(1.3.3+) addSelectAjax('name值', '标题', '提示', '参数' [, '默认值', '额外属性', '额外css类']) 用法: 下拉菜单Ajax(1.3.3+) addSelectAjax('name值', '标题', '提示', '参数' [, '默认值', '额外属性', '额外css类']...
  • HBase and Schema Design

    HBase and Schema Design 34. Schema Creation 34.1. Schema Updates 35. Table Schema Rules Of Thumb HBase and Schema Design A good introduction on the strength and weaknesses mo...
  • Useful links

    Useful links Community and chat ​ News ​ Examples ​ Client drivers ​ Useful links Community and chat​ Discord Community : The community platform that we use the most...
  • The Project Gutenberg eBook of Stories about —

    Stories about —" level="2">The Project Gutenberg eBook of Stories about — Stories about —" class="reference-link"> The Project Gutenberg eBook of Stories about — This ebook is ...
  • 设置使用原始数据字段(1.0.8+)

    设置使用原始数据字段(1.0.8+) raw('字段名') 使用原值显示 设置多个字段使用原值 使用不存在的字段 设置使用原始数据字段(1.0.8+) raw('字段名') 在创建数据表格时,如果数据是由模型获取的,且模型中定义了修改器和获取器,那么获取器会起作用,而修改器不起作用。 假设User模型定义了获取器和修改器,以下代码仅作为演示...