python2.7中print(end=' ')不能用? question:python2.7中print(end=' ')不能用?anwser:1、end='' 是python3 的语法,换python32、程序第一行添加from __future__ import print_function,错误会消失 Other 2024-07-11 35 点赞 0 评论 53 浏览
html载入hta文件,HTA文件去除html控件认证和接收命令行参数 一是利用hta 去掉htm的控件验证hta1的代码如下:Sample HTML Application oneactivexcontrol.htm代码如下:Dim FileSystem' Creates the FileSystemObjectSet FileSystem = CreateObject("Scripting.FileSystemObject")这样就可以去掉htm的本地验证了。二、... html载入hta文件 2023-12-10 32 点赞 0 评论 48 浏览
linux nginx 安装 及 配置 一:下载nginx(下载可能会有点慢,耐心等待)官网地址:http://nginx.org/en/download.html二:解压并安装安装依赖(安装过的跳过)yum -y install gcc gcc-c++ automake pcre pcre-devel zlib zlib-devel open openssl-devel导入并解压:tar -zxvf nginx-1.20.2.tar.gz编译执行configure文件# 不用https执行指令./configure linux 2023-09-09 37 点赞 0 评论 56 浏览
Windows Insider怎么注册?Windows Insider注册账号及注册网站方法 Windows Insider注册方法及注册网站。很多人都想参与下windows10技术预览版,在此之前,如果你还没有成为Insider项目参与者,还请先注册 Windows 10 2022-04-10 173 点赞 2 评论 262 浏览
Win7任务管理器快捷键教程 Win7打开任务管理器快捷键的 在我们使用的电脑中,对于进程管理器也叫作任务管理器,当然我们在关闭进程的时候也会经常会用到它。但是在Win7系统中,如果对系统不熟悉 Windows 7 2022-04-09 106 点赞 1 评论 160 浏览
解决python3中自定义wsgi函数,make_server函数报错的问题 coding:utf-8 from wsgiref simple_server import make_server def RunServer(environ, start_respons python编程 2022-04-09 131 点赞 1 评论 198 浏览