码迷,mamicode.com
首页 >  
搜索关键字:zero clipboard    ( 2343个结果
linux中磁盘格式化挂载使用
4.5磁盘格式化(上)linux默认分区系统,centos6之前是使用的ext文件系统,centos7是xfs文件系统,使用mount查看/dev/的文件系统类型文件系统格式化,文件系统格式可以是ext3、ext4或者xfs的类型,一个空的文件在文件系统中最低占用4kb的空间,这是系统中最小的存储单位[root@localhost~]#mke2fs-text4/dev/sdb3使用ext4文件系统
分类:系统相关   时间:2018-06-15 19:10:30    阅读次数:317
手动增加swap空间
在日常工作中,swap没有必要搞那么大的空间,因为现在好多服务器都使用了ssd硬盘,这些硬盘还是比较贵的。如果服务器内存是128G,swap空间还设置成内存的两倍的话,那岂不是很明显是很浪费的?在没有特殊需求的情况下,swao空间最大设置成8个G即可。如果某个服务需要很大swap空间,这时就需要手动 ...
分类:其他好文   时间:2018-06-15 12:50:39    阅读次数:222
js知识点
string类型 string类型 function oCopy() { var clipboard = new Clipboard(document.querySelectorAll('img'), { text: function (trigger) { var target = trigger ...
分类:Web程序   时间:2018-06-14 18:13:14    阅读次数:196
Regular Expression Matching
描述Implement regular expression matching with support for '.' and '*'.'.' Matches any single character. '*' Matches zero or more of the preceding eleme ...
分类:其他好文   时间:2018-06-14 01:04:54    阅读次数:179
孟岩首期《区块链通证经济系统设计》课程圆满结课
6月9日,学友们期盼已久的《区块链通证经济系统设计》课程在北京如期开课,现场座无虚席、气氛热烈。经过两天紧张而充实的实战学习,在课程结束之时,学友们已经亲自利用课程所学的核心模板工具设计出了学友社区block zero的通证经济系统雏形。 两天学习就能设计出一个区块链通证经济系统? 怎么做到的?让小 ...
分类:其他好文   时间:2018-06-13 11:29:51    阅读次数:200
开启虚拟内存
cd /var/ dd if=/dev/zero of=swapfile bs=1024 count=4194304 mkswap swapfile swapon swapfile vi /etc/fstab 增加: swap /var/swapfile swap defaults 0 0 2.修改 ...
分类:其他好文   时间:2018-06-12 19:41:48    阅读次数:166
nginx 相关命令
nginx 相关命令 学习了:https://www.cnblogs.com/zoro-zero/p/6590503.html start nginx nginx -t nginx -s reload nginx -s stop nginx -s quit nginx -V 原文膜拜: ...
分类:其他好文   时间:2018-06-12 16:27:24    阅读次数:147
[转] 配置文件解析利器-Config库
[From] https://blog.csdn.net/zero__007/article/details/51493851 Typesafe的Config库,纯Java写成、零外部依赖、代码精简、功能灵活、API友好。支持Java properties、JSON、JSON超集格式HOCON以及环 ...
分类:其他好文   时间:2018-06-12 12:52:50    阅读次数:208
AGC002 简要题解
A 分情况讨论一下。。。 cpp include using namespace std; int main() { int a, b; scanf("%d %d", &a, &b); if (a = 0) { puts("Zero"); } else if (b using namespace s ...
分类:其他好文   时间:2018-06-11 00:27:07    阅读次数:442
283. Move Zeroes
Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. Example: Input: ...
分类:其他好文   时间:2018-06-09 19:01:02    阅读次数:155
2343条   上一页 1 ... 66 67 68 69 70 ... 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!