码迷,mamicode.com
首页 >  
搜索关键字:cat    ( 24058个结果
NodeJS连接MongoDB数据库
NodeJS连接MongoDB数据库 连接数据库的js文件【我将其命名为(connect.js)】 // 引入mongoose第三方模块 const mongoose = require('mongoose'); // 连接数据库 // 第一个要写数据库的地址及其名字 // 还有, 这是一个独立的模 ...
分类:数据库   时间:2020-12-02 12:04:32    阅读次数:10
shell的种类介绍
shell是弱类型语言如何查看linux支持哪些shell:cat/etc/shells
分类:系统相关   时间:2020-12-02 11:57:06    阅读次数:7
shell sed 多行执行多个命令
code macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the ...
分类:系统相关   时间:2020-12-01 12:32:52    阅读次数:24
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
24058条   上一页 1 ... 47 48 49 50 51 ... 2406 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!