码迷,mamicode.com
首页 >  
搜索关键字:root port 根端口    ( 73405个结果
计算摄影学数据集汇总
计算摄影学数据集汇总 1. Google HDR+ 数据集 下载地址: http://www.hdrplusdata.org/dataset.html 数据集描述:数据集包含了28461张图像,可以构成3640个连拍组合。每个连拍组合中包含了2~10张raw 图像,且所有的图像曝光时间一致。 拍摄器 ...
分类:其他好文   时间:2021-06-07 21:13:06    阅读次数:0
Ubuntu 16.04将UTC改CST不生效分析及解决方式
问题:在进行Ubuntu 16.04环境下,修改时区的时候 ,总是修改不了虽然已经使用 tzselect 将时区修改成 Asia/Shanghai 了,但是实际上时区总是 +0000 却不是想要的+0800,date 显示时区依旧是 UTC 。 分析:Ubuntu的时间总会和Windows的时间相差 ...
分类:系统相关   时间:2021-06-07 20:57:17    阅读次数:0
centos7 清理缓存(buff/cache)
背景:服务器运行过程中发现内存不够用,缓存的又太多 现象: 解决办法: 1、同步数据到磁盘 [root@localhost ~]# sync 2、根据需求清除对应缓存 [root@localhost ~]# echo 3 > /proc/sys/vm/drop_caches 参数说明: 0 //默认 ...
分类:系统相关   时间:2021-06-07 20:40:37    阅读次数:0
使用firefox打开网页报错——Error: no display specified
想在linux环境下打开一个网页,环境描述:在窗口模式下,打Terminal,然后从本地服务器ssh到了另一个服务器,想执行firefox命令打开一个网页,如下 [root@pc207 ~]# firefox http://www.a.com Error: no display specified ...
分类:Web程序   时间:2021-06-07 20:34:32    阅读次数:0
Production Technology Process of Sand Making Machine
The production process of sand making machine is mainly as: (stock bin) - feeder - jaw crusher - impact crusher - vibrating screen - (finished product... ...
分类:系统相关   时间:2021-06-07 20:28:50    阅读次数:0
数据结构(树):树结构基础理论
概述 树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。 一棵树(tree)是由n(n>0)个元素组成的有限集合,其中: 每个元素称为结点(node); 有一个特定的结点,称为根结点或根(root); 除根结点外,其余结点被分成m( ...
分类:其他好文   时间:2021-06-07 20:26:17    阅读次数:0
pymysql使用模板
db = pymysql.connect(host="localhost", port=3306, user="root", passwd="xxx", db="stu_info")cursor = db.cursor(cursor=pymysql.cursors.DictCursor)cursor ...
分类:数据库   时间:2021-06-07 20:09:12    阅读次数:0
Pymysql连接
PyMysql连接数据库 防止sql注入 import pymysql ? ? def insertsql(): # 建立连接 connection_sql = pymysql.connect( host='localhost', port=3306, user='root', password=' ...
分类:数据库   时间:2021-06-07 20:05:01    阅读次数:0
Gerrit+replication 同步Gitlab
配置环境:gerrit 192.168.1.100gitlab 192.168.1.1011.创建秘钥 [root@gerrit ~]# ssh-keygen -m PEM -t rsa 2.添加hosts 解析 [root@gerrit ~]#echo "192.168.1.101 gitlab" ...
分类:其他好文   时间:2021-06-06 19:34:13    阅读次数:0
Python_redis
import redisr = redis.Redis(host = "118.xx.x.xx",password="xxxxxx*",port=xxxx,db=4)r = redis.Redis(host = "118.xx.x.xx",password="xxxxxx*",port=xxxx,d ...
分类:编程语言   时间:2021-06-06 19:33:19    阅读次数:0
73405条   上一页 1 ... 21 22 23 24 25 ... 7341 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!