码迷,mamicode.com
首页 >  
搜索关键字:cat touch stat查看文件属性 更改时间戳    ( 28216个结果
linux常用命令
1.linux常用命令 1.1 系统命令 runlevel # 查看当前的运行级别systemctl status sshd # 开启网络服务功能 stop # 关闭 restart # 重启 reload # 重载reboot # 重启halt # 关机poweroff # 关机 1.2 查看文件 ...
分类:系统相关   时间:2020-12-01 11:56:19    阅读次数:30
ELK集群搭建(2)
ELK集群配置安装初始化iptables关闭selinux关闭配置hosts解析[root@localhostelasticsearch]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6lo
分类:其他好文   时间:2020-12-01 11:46:16    阅读次数:2
Linux 平台 KingBase ES V8 单实例 安装手册 详细截图版
1准备工作安装好Linux操作系统,这里选择的是Linux7:[root@localehost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.6(Maipo)关闭防火墙和Selinux:[root@localehost~]#systemctlstopfirewalld[root@localehost~]#systemctld
分类:系统相关   时间:2020-12-01 11:45:15    阅读次数:10
shell 循环打印出文件所有行
code macname@localhost Desktop % cat test.sh while read line;do echo $line; done < a.txt macname@localhost Desktop % macname@localhost Desktop % cat a ...
分类:系统相关   时间:2020-11-30 16:14:46    阅读次数:16
tensorflow2.0——各批次loss、acc及可视化
一、loss、acc提取 有时候我们需要查看每个batch训练时候的损失loss与准确率acc,这样可以帮助我们挑选合适的epoch以及查看模型是否收敛。 Model.fit()在调用时会返回一个History类,这个类的一个属性Historty.history是一个字典,里面就包含了每一个batc ...
分类:其他好文   时间:2020-11-30 16:04:44    阅读次数:7
监听页面,反应对象样式
<div link="/home" class="home" @click="homeLink" :class="{ activeClass: homeIndex }" > 首页 </div> <div link="/category" class="category" @click="catLin ...
分类:其他好文   时间:2020-11-27 11:51:45    阅读次数:19
ES 快速开始
ES语句构造麻烦,每次都拼,这次备份一下 1. 创建索引 PUT http://sae1002.qihoo.ai:9200/kosmos {"settings":{"index":{"number_of_shards":1,"number_of_replicas":1},"analysis":{"f ...
分类:其他好文   时间:2020-11-27 11:47:06    阅读次数:18
linux常用操作,实用
列出的都是我工作中用上的,不足之处请在评论区补充,本文持续更新,分享才能进步加油! jps -l :查看所有的进程和 pid tail -100f :动态查看后100行 cat:查看所有 kill -9 pid :杀死进程 ll:纵表展示目录 history / history 100 :展示历史命 ...
分类:系统相关   时间:2020-11-27 11:17:51    阅读次数:14
【Oracle Database】数据库完整备份与日志备份
[oracle@wallet01 ~]$ cat /home/oracle/script/full_backup.sh #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi export SH_HOME=/home/orac ...
分类:数据库   时间:2020-11-26 15:19:56    阅读次数:23
Programming Concepts: Static vs. Dynamic Type Checking
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:03:39    阅读次数:6
28216条   上一页 1 ... 52 53 54 55 56 ... 2822 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!