码迷,mamicode.com
首页 >  
搜索关键字:port mapping    ( 26579个结果
LAKESPY Technical Support
We can share some information about fishing, and how to use the Lakespy. If you still have problem, please send me email to cenxudong@126.com, and cal ...
分类:其他好文   时间:2021-06-11 18:42:42    阅读次数:0
linux常用指令
#Lnux# 1.linux防火墙设置 命令如下,这里根据自己设置的端口进行更改。 firewall-cmd --add-port=8888/tcp --permanent --zone=public #重启防火墙(修改配置后要重启防火墙) firewall-cmd --reload ...
分类:系统相关   时间:2021-06-10 18:36:17    阅读次数:0
反射文件配置
package com.oracler.demo02; public class Student { public void study(){ System.out.println("学生学习"); } } package com.oracler.demo02; import java.io.Fil ...
分类:其他好文   时间:2021-06-10 18:28:27    阅读次数:0
vue2和vue3 过滤器 变化
在 2.x,开发者可以使用过滤器来处理通用文本格式。 <template> <h1>Bank Account Balance</h1> <p>{{ accountBalance | currencyUSD }}</p> </template> <script> export default { pr ...
分类:其他好文   时间:2021-06-10 18:28:00    阅读次数:0
基于 `Django` 自带的权限系统认证
基于 Django 自带的权限系统认证 创建用户 create_user 方法 from rest_framework.views import APIView from rest_framework.response import Response class UserRegisterView(A ...
分类:其他好文   时间:2021-06-10 17:57:27    阅读次数:0
使用异步生成器的一个爬虫例子
在学习python协程的过程中,结合生成器函数,实现了新浪新闻的深度爬取,深度爬取可以一边获得新生成的url,一边向URL发出请求,下面上代码 import aiohttpfrom lxml import etreeimport csvimport asyncioimport osfrom logu ...
分类:其他好文   时间:2021-06-10 17:45:03    阅读次数:0
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
26579条   上一页 1 ... 9 10 11 12 13 ... 2658 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!