port 相关的软件列表

FileZilla 421 Could not create socket
服务器

FileZilla 421 Could not create socket

2020-05-25 标签:FileZilla,421,Could,create,socket,设置,端口,报错,Server,Passive,mode,settings,Use,custom,port,rang,20,21,两端

今天在设置FileZilla Server 出现报错 :421 Could not create socket.这个是端口设置的问题.如果你只有一个端口给FileZilla,肯定是不行的.打开设置,找到[Passive mode settings, 在[Use custom port rang] 里

js的appendChild、insertBefore和insertAfter使用说明
JavaScript

js的appendChild、insertBefore和insertAfter使用说明

2020-04-13 标签:javascript,appendchild,insertafter,使用说明,定义,n,ewchild,node,appends,a,ode,childnodes,array,supported,ie,mozilla,js,appendChild,insertBefore,insertAfter

appendChild定义 appendChild(newChild: Node) : Node Appends a node to the childNodes array for the node. Supported: IE 5.0+, Mozilla 1.0+, Netscape 6.0+,

javascript中AppendChild与insertBefore的用法详细解析
JavaScript

javascript中AppendChild与insertBefore的用法详细解析

2020-04-13 标签:js,appendchild,用法,详细,解析,定义,n,ewchild,node,nodeappends,a,ode,childnodes,array,supported,ie,mozilla,javascript,AppendChild

javascript中AppendChild与insertBefore的用法:appendChild定义appendChild(newChild: Node) : NodeAppends a node to the childNodes array for the node.Supported: IE 5.0+, Mozilla 1.0+, Netscape 6.0+, Sa

Python备份Mysql脚本
Python

Python备份Mysql脚本

2020-04-08 标签:python,备份,mysql,脚本,实现,代码,如下,usr,bin,import,os,time,ftplib,traceback,config,vars,路径,分割

实现代码如下:#!/usr/bin/pythonimport osimport timeimport ftplibimport traceback#config varssystempathchr="/" #路径分割符,*nix用"/" win32用"\\"dbuser="root" #数据库用户名

Python 除法小技巧
Python

Python 除法小技巧

2020-04-08 标签:python,除法,技巧,实现,代码,如下,future,import,division,print,输出,结果,3333333333

实现代码如下:from __future__ import division print 7/3 输出结果: 2.3333333333

Python 文件操作技巧(File operation) 实例代码分析
Python

Python 文件操作技巧(File operation) 实例代码分析

2020-04-08 标签:python,文件,操作,技巧,file,operation,实例,代码,分析,常用,module,os,path,shutil,引入,遍历,文件夹,和文

常用的module是 os ,os.path 和shutil,所以要先引入他们. python遍历文件夹和文件 这个也许是最常用的功能,如下: 实现代码如下:import osimport os.pathrootdir = "D:\\programmer\\training"for parent,

在漏洞利用Python代码真的很爽
Python

在漏洞利用Python代码真的很爽

2020-04-08 标签:漏洞,利用,python,代码,真的,很爽,不知道,忽然,想看,呵呵,小我,shell,usr,bin,connect,back,backdoor,author,wofeiwo

不知道怎么忽然想看这个,呵呵 小我的python的反shell的代码 #!/usr/bin/python # Python Connect-back Backdoor # Author: wofeiwo # Version: 1.0 # Date: July 15th 2006 import sy

实现ASP.NET多文件上传程序代码
Asp.net

实现ASP.NET多文件上传程序代码

2020-03-31 标签:实现,asp,net,文件,上传,程序,代码,upload,aspx,如下,page,language,c,codebehind,cs,false,inherits,webportal,doctype

upload.aspx 实现代码如下: 多文件上传 function addFile() { var str = '' document.getElementById('MyFile').insertAdjacentHTML("beforeEnd",str) } 多文件上传

html5页面禁用手机双击放大
HTML

html5页面禁用手机双击放大

2020-03-18 标签:html5,页面,禁用,手机,双击,放大,width,scale,1.0,html,meta,name,viewport,content,device,initial,maximum,user,scalable,端的

今天测试手机端的时候,页面双击被放大了.有点不友好,如何禁止html5页面双击放大?其实很简单,在html增加如下代码:

asp.net core 发布时TransformWebConfig任务意外失败
Asp.net

asp.net core 发布时TransformWebConfig任务意外失败

2020-03-16 标签:asp,net,core,发布,transformwebconfig,任务,意外,失败,今天在,发生,错误,system,exception,process,hosting,n,ot,supported

今天在发布asp.net core 2.1 时,发生错误 “TransformWebConfig”任务意外失败。AspNetCoreModule异常错误解决,System.Exception: In process hosting is not supported for AspNetCoreModule