字符串创建 1. String 应用变量名 = ‘字符串内容’’; 2. String 引用变量名 = new( ); 常用构造器 ||| | | | |String(byte[] bytes)|将字节数组bytes按照默认的编码方式构造一个字符串对象| |String(byte[] bytes,i ...
分类:
编程语言 时间:
2020-02-03 22:53:43
阅读次数:
145
znyx-h5 │ .gitignore -- git 忽略文件配置 │ App.vue │ main.js -- 已挂载 store 在页面中可直接使用 this.$store │ manifest.json -- 项目发布相关配置文件 │ pages.json -- 页面配置文件 │ uni.s ...
分类:
其他好文 时间:
2020-02-03 22:33:57
阅读次数:
121
本文描述处理Protocol Buffer常用到的一些设计模式。你也可以给 "Protocol Buffers discussion group" 发送设计或使用问题。 流式多条消息 如果你想将多个消息写入到单个文件或流中,你需要记录一条消息的结束及另一个的开始。Protocol Buffer wi ...
分类:
其他好文 时间:
2020-02-03 19:28:42
阅读次数:
71
Write a program to not only find the weighted shortest distances, but also count the number of different minimum paths from any vertex to a given sour ...
分类:
其他好文 时间:
2020-02-03 15:52:30
阅读次数:
88
一、分别需要在运维主机与两台运算节点服务器安装DOCKERcurl-fsSLhttps://get.docker.com|bash-sdocker--mirrorAliyunmkdir-p/data/docker/etc/dockervi/etc/docker/daemon.json{"graph":"/data/docker","storage-driver":"overlay2","insec
分类:
其他好文 时间:
2020-02-03 09:52:22
阅读次数:
79
Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or ...
分类:
其他好文 时间:
2020-02-03 09:33:29
阅读次数:
72
直接在git bash 中执行命令:git config --global credential.helper store 在输入一次账号密码就可以保存了 https://blog.csdn.net/lyly4413/article/details/80691751 ...
分类:
其他好文 时间:
2020-02-02 21:20:11
阅读次数:
85
如何删除GIT中的.DS_Store iOSReverse关注 12016.04.03 20:03:21字数 360阅读 32,239 .DS_Store 是什么 使用 Mac 的用户可能会注意到,系统经常会自动在每个目录生成一个隐藏的 .DS_Store 文件。.DS_Store(英文全称 Des ...
分类:
其他好文 时间:
2020-02-02 20:09:42
阅读次数:
82
MySQL 会给每个线程分配一块内存用于排序,称为 sort_buffer。 select city,name,age from t where city='杭州' order by name limit 1000 ; 通常情况下,这个语句执行流程如下所示 : 初始化 sort_buffer,确定放 ...
分类:
其他好文 时间:
2020-02-02 16:00:42
阅读次数:
88
相关参数 read_buffer_size https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_read_buffer_size If you do many sequential scans, yo ...
分类:
数据库 时间:
2020-02-02 11:53:10
阅读次数:
85