自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

DAo_1990的博客

思想的膨胀

  • 博客(8)
  • 资源 (6)
  • 收藏
  • 关注

原创 小学数学学习网站

视频网站http://www.lspjy.com/forum.php?mod=viewthread&tid=602733http://www.sp910.com/shipin/shuxue/6nj/http://www.shiyi910.com/list-1449.html学而思网校的奥数一至六年级奥数高清视频课程。免费资源,大家觉得好,麻烦点个赞。一年级奥数 链接:...

2020-03-11 20:07:02 246 1

原创 合并学校荣誉册原始数据

帮老婆合并学校荣誉册原始数据#coding=utf-8import xlrdimport xlwtimport osimport collectionsfrom xlutils.copy import copydef saveCSV(saveFileName,sheetIndex,rowValues,timeFormatCols): tem_excel=xlrd....

2020-03-11 19:24:37 199

原创 爬取Fiverr网站 关于爬虫相关的工作和图片

爬取Fiverr网站 关于爬虫相关的工作和图片#coding=utf-8import reimport requestsimport queueimport threadingclass MyThread(threading.Thread): def __init__(self,func,**kwargs): super().__init__...

2020-03-11 19:21:12 608

原创 android 开机时间检测

基于SPRD平台,根据关键字检查开机耗时#coding=utf-8__author__="ao.deng"import ctypes, sys,osimport reSTD_INPUT_HANDLE = -10STD_OUTPUT_HANDLE = -11STD_ERROR_HANDLE = -12# 字体颜色定义 text colorsFOREGROUND_BLUE = ...

2020-03-11 19:18:05 447

原创 android 联机,在线分析频繁打印日志问题

#coding=utf-8import threadingimport subprocessimport sysfrom queue import Queueimport reimport time__author__='ao.deng''''该工具主要用于在线分析频繁打印日志问题主要的衡量指标是一秒钟和一分钟相同tag打印的次数'''ADB_STDOU...

2020-03-11 19:16:18 418

原创 获取android 原始权限说明(python)

build_csv_file.py#coding=utf-8import csvdef build_csv_file(fileName,dataList): with open(fileName,'a',newline='',encoding='utf_8_sig') as csvfile: ww=csv.writer(csvfile, dialect='exce...

2020-03-11 18:36:02 506

原创 扫描手机应用SDK版本(python)

扫描手机应用SDK版本# coding=utf-8# author =ao.dengimport reimport subprocessimport sysimport timeBuild_VERSION_CODES_O = 26outputFileName = ''SECTION_SEPARATOR = "-------------------------------...

2020-03-11 18:15:36 340

原创 google performace 测试用python实现

便于在windows上进行google performance测试,提前发现问题。# coding=utf-8# author = ao.dengimport subprocessimport timeimport reimport sysONE_KB = 1024ONE_GB = 1048576FIVE_TWELVE_MB = 524288PASS = "PASS"...

2020-03-11 18:13:13 268

视频压缩,批量视频压缩处理.rar

视频压缩,免费使用工具,且支持批量压缩,压缩效果很明显,而且压缩后的画质很好

2021-09-01

VideoToolkitv1.0.1.rar

透明视频格式转换和音视频合并小工具

2021-07-09

fcntl.py.zip

############################################## 下载后, 放入python27/lib/下即可; #############################################

2018-01-29

一键获取shell python版 v3.0

一键获取shell python版 v3.0 1) 输出报表 2)可以ctr+c终止 3)自定义过滤条件,以逗号隔开 4)可以自定义多个关键字,以逗号隔开 5)送指纹录入工具 6)带一句话验证功能

2016-11-18

cocos2dx 学习资料

菜单创建(包括文字显示)、使用+基本的事件处理(触摸)+音效、标签实现 (中文的使用)

2015-08-26

cocos2d-x 3.4 中文乱码解决 iconv库

cocos2d-x 3.4 中文乱码解决 iconv库,使用简单,只需要应用头文件,同时调用code_convert_init();初始化指针,就可以随心所欲使用啦

2015-07-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除