简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
在linux和centos下,我们就直接可以用telnet命令来测试端口是否畅通。具体用法:telnet 指定的IP或者 域名 端口号.比如:telnet 10.20.66.37xx 8090内网 telnet 127.0.0.1 8090在Mac os 下nc -vz -w 2 10.20.66.37xx 8090...
在/etc/httpd/conf.d下新建 vihttpd-vhosts.conf然后贴入如下<VirtualHost *:80>DocumentRoot “Vue根目录所在位置”<Directory “Vue根目录所在位置”>Options FollowSymLinksAllowOverride NoneRequire all grantedLoadM...
例如:禁止文字:;/|,*?"><は使用这个放入代码中加引号会报错。在报错的地方加上反斜杠来转译一下。例子中的解决方法: 禁止文字:;/\|,*?"><は使用
对input框赋值的时候,报如下错误warning.js?4eb8:34 Warning: You cannot set a form field before rendering a field associated with the value. You can use getFieldDecorator(id, options) instead v-decorator="[id, optio
一、提前安装好python依赖的库文件sudo yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel libpcap-devel xz-devel二、安装pyenvmkdir ~/.pyenvgit clone git://...
如果要指定OC还是swift,往后加参数。