书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 2373 个相关结果.
  • 序列化

    序列化 序列化 在jboot中,很多分布式的调用,需要把 javaBean 序列化后才能进行传输 或者 进行缓存。比如 rpc、mq、cache 等都需要序列化组件。 例如,在 redis 中,我们可以为 redis 组件自定义自己的序列化方式,只需要进入如下配置即可: jboot . redis . serializer = xxxx ...
  • Vuex

    Vuex and Google Analytics First step Second step Vuex and Google Analytics To be able to use vue-analytics from your Vuex store, just import the methods you need and fire it ...
  • Redis

    Redis¶ 配置¶ Redis¶ 获取redis连接可以采用连接池,服务启动时初始化好redis连接。 配置¶ redis连接配置在项目 resource/config/$ENV/connection下。 <? php return [ 'default_write' => [ 'engin...
  • JSON_UNQUOTE

    json_unquote Description Syntax example keywords json_unquote Description Syntax VARCHAR json_unquote(VARCHAR) 这个函数将去掉 JSON 值中的引号,并将结果作为 utf8mb4 字符串返回。如果参数为 NULL,则返回 NUL...
  • 路由传参

    路由传参 不编码传输 编码传输 vue-router那套 v1.3.5+ 路由传参 注意 内置了两种传递方式:1.不编码传输、2.编码传输 在组件中使用 $Route 来获取当前路由表中的配置及参数。因为路由传值方面官方目前仅提供了 query 的方式进行传参,所以到目前为止 uni-simple-router 也仅支持 query ...
  • getJsErrDetail

    operation.getJsErrDetail 请求地址 请求参数 请求示例 返回的 JSON 数据包 响应示例 operation.getJsErrDetail 本接口应在服务器端调用,详细说明参见服务端API 。 错误查询详情 请求地址 POST https : //api.weixin.qq.com/wxaapi/lo...
  • Configuring an SR-IOV network device

    Configuring an SR-IOV network device SR-IOV network node configuration object SR-IOV network node configuration examples Virtual function (VF) partitioning for SR-IOV devices Co...
  • Configuring an SR-IOV network device

    Configuring an SR-IOV network device SR-IOV network node configuration object SR-IOV network node configuration examples Virtual function (VF) partitioning for SR-IOV devices Co...
  • DataQL指令助记符

    DataQL指令助记符 DataQL指令助记符 助记符 指令代码 含义 (构造指令) LDC_D 11 将数字压入栈(例:LDC_D 12345) LDC_B 12 将布尔数据压入栈(例:INSN_B true) LDC_S 13 将字符串数据压入栈(例:LDC_S “ssssss”) LDC_N 14 将null压入栈(例:INSN_N) N...
  • How to Use

    Introduction Define Resource "try" and "catch" mode Bool Mode Adapters to Popular Frameworks Define Rules Definition of Rules Flow control rules (FlowRule) Definition: API ...