Alibaba Java Coding Guidelines(阿里巴巴代码规约) Background Image Plus(背景图设置,Idea其实可以设置背景图,这个增加了自动切换功能) CodeGlance(代码区右侧显示代码缩略图,很直观) Free Mybatis plugin(快速从代码 ...
分类:
其他好文 时间:
2019-12-23 13:16:55
阅读次数:
80
创建一个 Vue 实例 每个 Vue 应用都是通过用 Vue 函数创建一个新的 Vue 实例开始的: var vm = new Vue({ // 选项 }) 虽然没有完全遵循 MVVM 模型,但是 Vue 的设计也受到了它的启发。因此在文档中经常会使用 vm(ViewModel 的缩写) 这个变量名 ...
分类:
其他好文 时间:
2019-12-23 00:38:54
阅读次数:
104
% Root Mean Square Value function [retval] = rms1(sig) N = 20; for k = 1 : length(sig)/N - 1 sig_sum = sum(sig((k-1)*N+1 : k*N)); squ_sum = sum(sig((k... ...
分类:
其他好文 时间:
2019-12-22 14:27:21
阅读次数:
262
Description Given a set of words without duplicates, find all word squares you can build from them. A sequence of words forms a valid word square if t ...
分类:
其他好文 时间:
2019-12-22 00:37:08
阅读次数:
86
maven项目使用mybatis时,找不到mapper文件(.xml) 错误信息提示:  常用参数:-auxf ps -auxf 显示进程状态 df: disk free 其功能是显示磁盘可用空间数目信息及空间 ...
分类:
系统相关 时间:
2019-12-21 23:00:11
阅读次数:
198
Description Description Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area. Example Exam ...
分类:
其他好文 时间:
2019-12-21 22:34:38
阅读次数:
87
Description Description Given a 2D binary matrix filled with 0's and 1's, find the largest square which diagonal is all 1 and others is 0. Only consid ...
分类:
其他好文 时间:
2019-12-21 22:24:34
阅读次数:
67
创建远程仓库 Github 首相在GitHub网站创建一个仓库:右上角加号?,选择new repository 然后创建编辑仓库:名称、说明、是否公开、语言、分支风格等信息。然后创建。 复制仓库地址 远程仓库下拉到本地 首先进入到工作目录文件夹:cd pywrod/GitProject/ 下拉仓库到 ...
分类:
其他好文 时间:
2019-12-21 18:56:41
阅读次数:
63
r b swpd free buff 读 cache 写 si so bi 写入内存(从磁盘写入内存) 读 bo 从内存出(从内存写出到磁盘)写 in cs ...
分类:
系统相关 时间:
2019-12-21 18:40:19
阅读次数:
90