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... 阅读全文
posted @ 2019-02-26 11:38 凉城 阅读(4697) 评论(1) 推荐(0) 编辑
摘要:如下: InputStream in = new URL("http://www.updown/thumbnail.jpg).openStream(); Path temp = Paths.get("temp.png"); Files.copy(in,temp,StandardCopyOption. 阅读全文
posted @ 2019-02-23 11:45 凉城 阅读(883) 评论(0) 推荐(0) 编辑
摘要:1、使用pip install Pyinstaller 命令安装 2、使用命令 pyinstaller -F *.py打包成exe 3、在\dist文件夹下找到exe; 一、pyinstaller相关参数 -F, –onefile 打包一个单个文件,如果你的代码都写在一个.py文件的话,可以用这个, 阅读全文
posted @ 2019-02-18 14:05 凉城 阅读(1943) 评论(0) 推荐(0) 编辑
摘要:添加依赖: apply plugin: 'org.springframework.boot'apply plugin: 'io.spring.dependency-management' springBoot { executable = true mainClass = 'com.test.App 阅读全文
posted @ 2019-02-16 14:52 凉城 阅读(1526) 评论(0) 推荐(0) 编辑
摘要:1、下载golang安装包: 下载地址:https://golang.google.cn/dl/ 2、安装Eclipse 下载goclipse 插件 3、配置 Go 的编译器 4、写代码. 阅读全文
posted @ 2019-02-16 14:06 凉城 阅读(170) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示