码迷,mamicode.com
首页 >  
搜索关键字:missing filename ope    ( 9484个结果
评估磁盘读写性能极限
网上课程中学习到的,具体如下: 通过如下命令去测试(可以直接复制执行): fio -filename=/data/test -direct=1 -iodepth 1 -thread -rw=randrw -ioengine=psync -bs=16k -size 2G -numjobs=10 -ru ...
分类:其他好文   时间:2020-07-16 18:28:46    阅读次数:61
Failed to start OpenBSD Secure Shell server
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# sshd -T Missing privilege separation directory: /run/sshd Missing privilege separation directory: /run/sshd ro ...
分类:系统相关   时间:2020-07-15 23:54:56    阅读次数:177
fastjson 对类模板进行 parseObject
主要代码 private PageEntity<HotelEsSource> genEntityByFile(String fileName) throws IOException { String json_Str = readToString(new File(getRoodDir() + fi ...
分类:Web程序   时间:2020-07-15 23:31:33    阅读次数:92
vue需要知道哪些才能算作入门以及熟练
入门级需要掌握1、生命周期beforeCreate、created(*)、beforeUpdate、updated、beforeMount、mounted(*)、beforeDestory(*)、destoryed八个常用以及actived、deactived、errorCaptured三个不常用 ...
分类:其他好文   时间:2020-07-15 15:35:33    阅读次数:72
linux 文件内容查找、去重、统计
cat filename | awk '{print $1}' | sort | uniq cat filename读取一个文件 awk '{print $1}' 以默认字符分割文件每一行内容,取第一个数据 sort 对内容进行正序排序 sort -r 倒序 -n 依照数值的大小排序 uniq 对内 ...
分类:系统相关   时间:2020-07-15 01:25:28    阅读次数:113
Cmd重定向
1、执行单条cmd命令public static string ExecuteCmd(string command){ Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute =... ...
分类:其他好文   时间:2020-07-14 13:21:31    阅读次数:54
基于 zxing 的二维码生成、解析
在很多的场景下我们需要用到二维码,这里就通过google的zxing来对二维码进行实现。 二维码生成: 1.导入依赖: <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>2. ...
分类:其他好文   时间:2020-07-13 20:00:37    阅读次数:72
bucket_selector 中script执行结果
elasticsearch: 先随便贴一个查询数据: GET /test/_search { "size": 0, "aggs": { "find_missing_ids": { "histogram": { "field": "numeric_id", "interval": 1, "min_do ...
分类:其他好文   时间:2020-07-13 11:24:39    阅读次数:70
latex 插入图片
\usepackage% Include figure files 调用了graphicx 宏包以后,就可以使用\includegraphics 命令加载图片 ##\includegraphics[?options?]{?filename?} 其中?filename? 为图片文件名,与使用\incl ...
分类:其他好文   时间:2020-07-12 19:08:24    阅读次数:85
redis一主二从+三哨兵配置
场景:一台服务上搭建redis主从复制 前提:服务器上的redis是通过宝塔安装的,安装路径为/www/server/redis/ 1. cd /www/server/redis && cp redis.conf redis_6380.conf 2. vim redis_6380.conf 更改以下 ...
分类:其他好文   时间:2020-07-12 14:28:31    阅读次数:73
9484条   上一页 1 ... 25 26 27 28 29 ... 949 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!