万象云档 本次搜索耗时 1.521 秒,为您找到 263 个相关结果.
  • Community

    Community 198. Decisions 199. Community Roles 199.1. Release Managers 200. Commit Message format Community 198. Decisions Feature Branches Feature Branches are easy to mak...
  • where 标签动态变量查询

    where 标签动态变量查询 where 标签动态变量查询 大家可能对union参数不太习惯的话,也可以用where语句加入动态变量查询,比如 where = "fid=$fid&uid=$info[uid]&pid>=$info.pid" 多条件查询
  • 查询数据

    [查询数据] [查询数据] 数据库操作使用 Db类封装方法,请事先在引入 Db类 use think\facade\Db ; 以上可以引入 Db,后面的文档不再说明,直接使用; 查询一个数据使用: // table方法必须指定完整的数据表名 Db :: name ( 'user' )-> where ( 'id' , 1 )->...
  • 八、灵动标签应用之“调用栏目导航支持外部栏目”

    [e:loop={'select classid,classname,classpath,wburl from [!db.pre!]enewsclass where bclassid=0 and showclass=0 order by myorder',0,24,0}] <li> <a href=" <? php if ( em...
  • 更新数据

    [更新数据] [更新数据表中的数据] [自增或自减一个字段的值] [更新数据] [更新数据表中的数据] 数据库操作使用 Db类封装方法,请事先在引入 Db类 use think\facade\Db ; Db :: name ( 'user' ) -> where ( 'id' , 1 ) -> up...
  • Backup and restore

    Backup and restore Backing up data ​ Backup protections ​ Restoring data ​ Data restore protections ​ Backup and restore Backing up data​ To back data up, you can use ...
  • Geo queries 地理位置查询

    Geo queries 地理位置查询 Geo queries 地理位置查询 Elasticsearch支持两种类型的地理数据:geo_point类型支持成对的纬度/经度,geo_shape类型支持点、线、圆、多边形、多个多边形等。 在这组的查询中: geo_shape查询 查找要么相交,包含的,要么指定形状不相交的地理形状的文档。 查看Geo ...
  • 同一个标签要更换不同模块的数据

    同一个标签要更换不同模块的数据 同一个标签要更换不同模块的数据 同一个标签 通过设置 union="sys_type" 参数,就可以动态切换不同的频道. 如果没有传递 sys_type 值的话,就使用默认的 type="shop" { qb : tag name = "qun_wapindex_model003" union = "sys_typ...
  • 删除数据

    [删除数据] [删除数据表中的数据] [删除数据] [删除数据表中的数据] 数据库操作使用 Db类封装方法,请事先在引入 Db类 use think\facade\Db ; // 根据主键删除 Db :: name ( 'user' )-> delete ( 1 ); Db :: name ( 'user' )-> dele...
  • Type Aliases

    Type Aliases The whole point of type aliases is to make your type annotations easier to read. As your programs get more complicated, you find yourself working with larger a...