码迷,mamicode.com
首页 >  
搜索关键字:designated port 指定端口    ( 23628个结果
mysql备份脚本
#!/bin/bash# 设置mysql的登录用户名和密码(根据实际情况填写)mysql_user="root"mysql_password="skyland"mysql_host="10.230.130.10"mysql_port="3306"mysql_charset="utf8mb4" # 备 ...
分类:数据库   时间:2021-06-10 17:38:08    阅读次数:0
使用pandas合并结构相同的csv文件
#encoding=utf-8 import pandas as pd import os import csv def concat_csv(filename,dirpath): with open(filename,'w') as f: cw=csv.writer(f) cw.writerow( ...
分类:其他好文   时间:2021-06-09 15:30:20    阅读次数:0
Spring boot 入门-从idea 创建一个Spring boot应用!
1、File->New Project。 http://start.springboot.io 2、下一步。 3、选择依赖。 4、生成项目。 5、运行。 6、设置Tomcat端口 src\main\resources\application.properties server.port=9001 ...
分类:编程语言   时间:2021-06-09 10:37:26    阅读次数:0
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:Web程序   时间:2021-06-08 23:20:59    阅读次数:0
Web Crawling
URL: https://www.sheffield.ac.uk/FRAX/tool.aspx?country=2 country=2代表中国 F12打开开发者模式 Network——XHR Headers是浏览器向服务器发送的消息 python第一行加上 # -*- coding: utf-8 - ...
分类:Web程序   时间:2021-06-08 23:04:07    阅读次数:0
华为交换机的常用配置
批量操作接口:[SW1]port-group g2[SW1-port-group-g2]group-member GigabitEthernet 0/0/10 to GigabitEthernet 0/0/20 清空接口配置:[SW1]clear configuration interface Gi ...
分类:其他好文   时间:2021-06-08 22:55:00    阅读次数:0
计算摄影学数据集汇总
计算摄影学数据集汇总 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
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
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
23628条   上一页 1 ... 9 10 11 12 13 ... 2363 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!