书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 316 个相关结果.
  • 异常监听

    什么是异常监听 解决方案就是什么都不用管,如果出了异常,会自动给前端返回如下json串 什么是异常监听 通常我们在写代码的时候,需要给每个Controller的方法加上try{}catch(){},用来在异常的时候,能够正常的返回 json串 spring是有一个叫ExecptionHandler 来解决这个问题,而Mars-java也提供了对应...
  • Gravity

    83 2024-08-11 《Blender 4.2 Manual》
    Gravity Gravity Reference Panel: Scene ‣ Gravity Gravity is a global setting that is applied to all physics systems in a scene. It can be found in the scene tab. This value i...
  • 连接redis

    导入这个jar包 <dependency> <groupId> com.github.yuyenews </groupId> <artifactId> mars-extends-all </artifactId> <version> 最新版,具体看版本指引 </version> ...
  • Xlog 加密使用指引

    7423 2019-07-13 《Mars 开发文档》
    注意 Windows OS X Linux/Unix 常见问题 注意 如果不想使用加密模块或者环境配置不成功,public key 参数设置为空字符即可,解密脚本使用 decode_mars_nocrypt_log_file.py , 但这样日志会只压缩不加密。 同步日志考虑到效率问题,不使用加密。也不建议给线上用户开启同步日志,推荐所有 ...
  • Removing documents

    514 2020-01-15 《NeDB Document》
    Removing documents Removing documents db.remove(query, options, callback) will remove all documents matching query according to options query is the same as the ones used...
  • Sorting and paginating

    1328 2020-01-15 《NeDB Document》
    Sorting and paginating Sorting and paginating If you don't specify a callback to find , findOne or count , a Cursor object is returned. You can modify the cursor with sort , ...
  • Neural sparse search

    Neural sparse search Using neural sparse search Step 1: Create an ingest pipeline Step 2: Create an index for ingestion Step 3: Ingest documents into the index Step 4: Search t...
  • Selection Components

    Selection Components Binding Selection Components to Data Adding New Items Item Captions Getting and Setting Selection Handling Selection Changes Allowing Adding New Items Han...
  • 数据源配置

    配置数据源 在配置类重写jdbcProperties方法 配置数据源 这个在快速入门篇章已经讲过了,基本上没什么区别 所有属性都可以自行查阅阿里巴巴的druid连接池 在配置类重写jdbcProperties方法 // 数据源,必配,用的是阿里巴巴的 druid数据源,其他属性可自行查阅 @Override public Lis...
  • Browser version

    1134 2020-01-15 《NeDB Document》
    Browser version Browser version The browser version and its minified counterpart are in the browser-version/out directory. You only need to require nedb.js or nedb.min.js in...