下载文件def down_kms(autho_details_id, headers): url = '?' res = s.get(headers=headers, url=url) with open('kms_mips.kms', 'wb') as f: f.write(res.content ...
分类:
编程语言 时间:
2020-07-21 22:45:42
阅读次数:
163
Record the process of Leetcode by issue Weekly Contest Date Weekly Contest 162 11/10/2019 BiWeekly Contest 13 11/16/2019 Weekly Contest 163 11/17/2019 ...
分类:
其他好文 时间:
2020-07-21 14:05:16
阅读次数:
84
html5 有哪些新特性? 语义化标签(header,nav,footer,figure>figcaption,aside,article,section,) 音视频标签(audio video) 智能表单(url,emaile,number,date...) 表单属性(max,min,placeh ...
分类:
Web程序 时间:
2020-07-21 11:42:16
阅读次数:
97
空间一记录结构主要为以下几个字段: .矢量记录参数字段VRID(Vector Record Identifier field) .矢量一记录属性字段ATTV(Vector Record Attribute field) .矢量记录指针控制字段VRPC ( Vector Record Pointer ...
分类:
其他好文 时间:
2020-07-20 10:18:42
阅读次数:
66
This section describes lock types used by InnoDB. 翻译:本节描述了InnoDB使用的锁类型。 Shared and Exclusive Locks(共享锁和排他锁) Intention Locks(意向锁) Record Locks(记录锁) Gap ...
分类:
数据库 时间:
2020-07-18 22:25:46
阅读次数:
107
play_record表设计 DROP TABLE IF EXISTS `play_record`; CREATE TABLE `play_record` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) DEFAULT NULL, ...
分类:
其他好文 时间:
2020-07-17 16:06:01
阅读次数:
74
转载网址:https://blog.yupaits.com/blog/record/linux-confluence.html#%E5%AE%89%E8%A3%85%E6%AD%A5%E9%AA%A4 Confluence简介 Confluence是一个专业的企业知识管理与协同软件,也可以用于构建企 ...
分类:
系统相关 时间:
2020-07-16 18:31:50
阅读次数:
91
#coding=utf-8 import sys,os ,shutil import struct import glob import time import subprocess def process_audio(file_name,to_file): command='ffmpeg -i { ...
分类:
其他好文 时间:
2020-07-16 00:27:27
阅读次数:
119
问题 :最近在项目论坛中,因为要上传自定义图片,在做好上传的前端处理后,在后台使用move_uploaded_file函数,移动文件的时候,一直返回的是 false; :因为对于这类新加的前端加后台一起写的功能,一般是先在本地建一个demo实现,然后在加入到项目中。就在这里,居然出现一个问题,在前端 ...
分类:
移动开发 时间:
2020-07-15 23:34:07
阅读次数:
91
絮叨 很久都没打开编译器了,代码也生疏了,好在我会面向百度,哈哈,前前后后也搞了四五天总算是搞差不多了。 主要功能就是文字合成语音,语音转换为文字。支持安卓端,支持音频下载。 项目演示截图 下面就开始我的开发过程。 注册讯飞开放平台账号 注册之后,会送你一万次接口使用次数,感觉还不错哦! 先参考此处 ...
分类:
编程语言 时间:
2020-07-14 19:58:32
阅读次数:
153