02 2019 档案
摘要:# -*- coding: utf-8 -*- import requests import re import os import time from aip import AipSpeech from tkinter import * from tkinter import ttk import tkinter.messagebox #参数 类型 描述 是否必须 #t...
阅读全文
摘要:如下: InputStream in = new URL("http://www.updown/thumbnail.jpg).openStream(); Path temp = Paths.get("temp.png"); Files.copy(in,temp,StandardCopyOption.
阅读全文
摘要:1、使用pip install Pyinstaller 命令安装 2、使用命令 pyinstaller -F *.py打包成exe 3、在\dist文件夹下找到exe; 一、pyinstaller相关参数 -F, –onefile 打包一个单个文件,如果你的代码都写在一个.py文件的话,可以用这个,
阅读全文
摘要:添加依赖: apply plugin: 'org.springframework.boot'apply plugin: 'io.spring.dependency-management' springBoot { executable = true mainClass = 'com.test.App
阅读全文
摘要:1、下载golang安装包: 下载地址:https://golang.google.cn/dl/ 2、安装Eclipse 下载goclipse 插件 3、配置 Go 的编译器 4、写代码.
阅读全文