书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 33890 个相关结果.
  • Projections

    597 2020-01-15 《NeDB Document》
    Projections Projections You can give find and findOne an optional second argument, projections . The syntax is the same as MongoDB: { a: 1, b: 1 } to return only the a and ...
  • 基础

    1548 2019-07-13 《Mars 开发文档》
    Mars Android 接入指南 Mars iOS/OS X 接入指南 Mars Windows 接入指南 Xlog 加密使用指引 Mars 常用术语 Mars 常见问题
  • 进阶

    1341 2019-07-13 《Mars 开发文档》
    Mars 自定义扩展 Mars Sample 使用说明 Mars Android 接口详细说明 Mars iOS/OS X 接口详细说明 Mars 其他资料 STN Benchmark Xlog Benchmark
  • 1.8 非 maven 方式开发

    1.8 非 maven 方式开发 1、创建Dynamic Web Project 2、填入项目基本信息 3、修改Default Output Folder,推荐输入WebRoot\WEB-INF\classes 4、修改Content directory,推荐输入WebRoot 5、放入JFinal库文件 6、修改web.xml 7、添加java...
  • 1.8 非 maven 方式开发

    1.8 非 maven 方式开发 1、创建Dynamic Web Project 2、填入项目基本信息 3、修改Default Output Folder,推荐输入WebRoot\WEB-INF\classes 4、修改Content directory,推荐输入WebRoot 5、放入JFinal库文件 6、修改web.xml 7、添加java...
  • Mars 其他资料

    2583 2019-07-13 《Mars 开发文档》
    动态超时状态图(by DrSlark) 微信跨平台组件 Mars 介绍(by Deger) SDT 结构图(by 黄泉) 微信跨平台组件 mars-xlog 架构分析及迁移思路(by kakukeme) 欢迎大家把平时自己看 Mars code 的一些总结提到 wiki pr 中。要求: 可以在描述后加上 by xxx. 但是禁止留其他除此之外...
  • Mars Windows 接入指南

    2094 2019-07-13 《Mars 开发文档》
    编译 使用 xlog stn 所有的编译脚本都在libraries目录 编译 编译环境:​ 安装Visual Studio 2015、cmake、python2.7编译: python build_windows . py 编译成功后,输出文件详细介绍如下: 文件名 描述 Debug/mars.lib Debug版本静态库 R...
  • Mars 常见问题

    3415 2019-07-13 《Mars 开发文档》
    通用问题 Mars sample 代码可以直接用到生产环境中吗? Mars 包括服务端吗? Mars 中的 STN 和 Xlog 可以在一个应用多个进程中使用吗? 如果我已经有现有服务器端了,客户端想使用 Mars,需要服务器做什么工作? 如果我已经有现有服务器端了,客户端想使用 Mars,客户端需要注意什么? 如果我们的客户端不使用域名使用多个I...
  • Logical operators $or, $and, $not, $where

    905 2020-01-15 《NeDB Document》
    Logical operators $or, $and, $not, $where Logical operators $or, $and, $not, $where You can combine queries using logical operators: For $or and $and , the syntax is { $op: ...