logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

MobaXterm出现Network error: Connection timed out

问题: VM虚拟拷贝到本机后网络模式用NAT模式结果无法连接到MobaXterm解决步骤:1.虚拟机linux控制台ping baidu (这边显示ping不通的话就往下看)2.ifconfig -a 看下ens33网卡的ip地址 是不是和NAT模式的分配的ip地址在同一网段下我这边Linux ens33网卡显示的ip地址是192.168.210.xx 而NAT分配的ip网段是192.168.11

#linux#网络#centos
表单校验 this.$refs[‘dataAddForm‘].validate((valid) =>

vue.js +element-ui1.使用此方法前检查prop一定必须要写在上面,写在里面的input上或者其他任何地方都不行(el-form-item prop属性绑定.

#vue.js#elementui
urilib2检验代理IP

爬虫笔记---IP代理检验#!/usr/bin/env python#-*- coding: utf-8 -*-import urllib2import sysimport redef testArgument():'''测试输入测试IP地址,只需要一个参数 '''if len(sys.argv) != 2:print(u'只需要一个参数就够了')tipUse()...

SpringBoot 通用mapper selectByPrimaryKey Bug记录

SpringBoot 通用mapper selectByPrimaryKey Bug记录https://github.com/abel533/Mapper/wiki/3.config 通用mapper config配置1.不加@Id找不到查询的主键SELECT id,user_name,password,name,age,sex,birthday,created,updated,note FROM

#java#spring#spring boot
到底了