引入hidetake.ssh插件 buildscript { repositories { mavenLocal() maven { url "https://maven.aliyun.com/repositorys/public/" } maven { url "https://repo.spri ...
分类:
编程语言 时间:
2020-12-30 10:40:15
阅读次数:
0
socketserver 重写处理函数 import http.server import socketserver import os,io import urllib from http import HTTPStatus import email.utils import datetime i ...
分类:
编程语言 时间:
2020-12-29 11:43:36
阅读次数:
0
1.去掉默认注释。 window--preferences--java--Code Style -- Code Templates。 选择你不想要的内容,通过右边的Edit编辑。 注意:请只删除注释部分,不是注释部分的不要删除。 2.字体大小及颜色。 java代码区域的字体大小和颜色。 window ...
分类:
系统相关 时间:
2020-12-29 11:40:45
阅读次数:
0
如题,返回的格式为[ip/mask,gateway],例如:['192.168.200.89/24', '192.168.200.1'] 我进行了无数次尝试,获取这个东西确实很麻烦,因为要考虑到Windows主机下有多个网卡都在启用状态,每一个网卡都有一个或IP地址,每个IP地址可能是IPv4也可能 ...
分类:
编程语言 时间:
2020-12-29 11:38:58
阅读次数:
0
<template> <section> <h1>hello world~</h1> </section> </template> <script> export default { data() { return { timer: '', value: 0 }; }, methods: { get ...
分类:
其他好文 时间:
2020-12-29 11:36:07
阅读次数:
0
ftp相关的包不需要安装,python自带 # -*- coding:utf-8 -*- from ftplib import FTP def upload(f, remote_path, local_path): fp = open(local_path, "rb") buf_size = 102 ...
分类:
编程语言 时间:
2020-12-29 11:28:50
阅读次数:
0
ipcmain.js var {ipcMain,BrowserWindow} =require('electron'); var path=require('path'); var win=null; //接收到广播 ipcMain.on('openWindow',function(event,ai ...
创建和打开文件 在Python中,内置了文件(File)对象。在使用文件对象时,首先需要通过内置的open()方法创建一个文件对象,然后通过该对象提供的方法进行一些基本文件操作。例如,可以使用文件对象的write()方法向文件中写入内容,以及使用close()方法关闭文件等。下面将介绍如何应用Pyt ...
分类:
编程语言 时间:
2020-12-29 11:13:09
阅读次数:
0
问题描述 在Azure App Service for Windows 中部署Java web项目时候,需要在wwwroot下设置web.config,而争对Jar包,war包则有不同的设置方式,一下两段web.config的内容分别对应Jar 和War包 方式一: 启动Jar包的Web.confi ...
分类:
移动开发 时间:
2020-12-28 11:53:10
阅读次数:
0
安装依赖 yum install -y novacom-server.x86_64 libaio.x86_64 libaio-devel.x86_64 网站下载 https://downloads.mariadb.com/MaxScale/ 自己选择自己需要的版本 yum localinstall ...
分类:
数据库 时间:
2020-12-28 11:32:23
阅读次数:
0