[toc] 1、安装docker 方法一 方法二 2、docker配置,bip网段与宿主机配置一致 3、启动docker ` ` ...
分类:
其他好文 时间:
2020-02-22 00:02:50
阅读次数:
82
GMEM是gpu里重要的资源,gpu基于framebuffer的大小生成tile,通过解析tile在主存中重建surface。这个操作就是gmem store。更多的rt,导致更多的tile,更多的store操作,更多的性能损失。 恰当地说,GMEM就像到gpu的高速的L1级缓存。从这个缓存上加载东 ...
分类:
其他好文 时间:
2020-02-21 20:45:30
阅读次数:
93
数据库创建 DROP DATABASE IF EXISTS `sql_invoicing`; CREATE DATABASE `sql_invoicing`; USE `sql_invoicing`; SET NAMES utf8 ; SET character_set_client = utf8m ...
分类:
数据库 时间:
2020-02-21 17:51:25
阅读次数:
106
.gradle.gradlew.gradlew.bat.DS_Store/gradle*.iml/build/releasebonree.txt.idea*/buildlocal.propertiesgradle-wrapper.properties ...
分类:
其他好文 时间:
2020-02-21 17:45:04
阅读次数:
51
前言Quick BI V3.5版本于2019年11月底正式发布啦!本次大版本在智能、开放、以及可视化等方面都有重磅上新,具体包含智能小Q、开放数据服务、主题模板、以及散点图、地图系列等一系列功能的发布!这次就来给大家详细分享一下该版本的功能新特性! 主题模板:多套主题样式切换和复制应用· 主题模板 ...
分类:
其他好文 时间:
2020-02-21 16:22:17
阅读次数:
68
Given a binary tree, count the number of nodes in each node’s left subtree, and store it in the numNodesLeft field. Examples 1(6) / \ 2(3) 3(0) / \ 4( ...
分类:
其他好文 时间:
2020-02-21 13:01:03
阅读次数:
75
话不多说直接上源码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" ...
分类:
Web程序 时间:
2020-02-20 16:58:37
阅读次数:
717
1.自动保存用户名和密码配置 git config --global credential.helper store 2.配置用户名和邮箱 git config --global user.name "用户名" git config --global user.email "邮箱" 3.远程获取项目 ...
分类:
其他好文 时间:
2020-02-20 13:14:08
阅读次数:
63
一、基本概念 action dispatcher:接受actions,每个application中只有一个dispatcher. store:管理application的数据。每个store都在dispatcher中进行注册,并接受actions。store中的数据改变时,会触发change事件。每 ...
分类:
其他好文 时间:
2020-02-19 19:18:44
阅读次数:
88
推荐使用vuex-class 官方介绍 npm install --save vuex-class # or yarn add vuex-class 本文也围绕着vuex-class进行介绍(目前我就会这一种)主要介绍取值和赋值使用方法说明如下: store.ts中的写法: import Vue f ...
分类:
其他好文 时间:
2020-02-19 18:50:51
阅读次数:
128