会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
逆火狂飙I
此博侧重Math、Canvas、Java和Oracle
首页
新随笔
联系
订阅
管理
上一页
1
···
133
134
135
136
137
138
139
140
141
···
203
下一页
2018年5月15日
【Python】安装geocoder
摘要: C:\Users\horn1\Desktop\python\49-geo>pip install geocoder Collecting geocoder Downloading https://files.pythonhosted.org/packages/4f/6b/13166c909ad2f2
阅读全文
posted @ 2018-05-15 09:50 逆火狂飙
阅读(690)
评论(0)
推荐(0)
2018年5月14日
【Python】使用内置base64模块进行编解码
摘要: 代码: import hashlib import base64 hash = hashlib.md5() hash.update('逆火Tu22m'.encode('utf-8')) print(hash.hexdigest()) hash = hashlib.sha1() hash.update
阅读全文
posted @ 2018-05-14 08:18 逆火狂飙
阅读(1216)
评论(0)
推荐(0)
转载:Unicode和Utf-8有何区别 转载自知乎 原文作者不详
摘要: 作者:于洋链接:https://www.zhihu.com/question/23374078/answer/69732605来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 很久很久以前,有一群人,他们决定用8个可以开合的晶体管来组合成不同的状态,以表示世界上的万物。
阅读全文
posted @ 2018-05-14 06:43 逆火狂飙
阅读(206)
评论(0)
推荐(0)
2018年5月13日
【Python】使用hashlib进行MD5和sha1摘要计算
摘要: 代码: import hashlib hash = hashlib.md5() hash.update('http://www.cnblogs.com/xiandedanteng'.encode('utf-8')) print(hash.hexdigest()) hash = hashlib.sha
阅读全文
posted @ 2018-05-13 22:44 逆火狂飙
阅读(418)
评论(0)
推荐(0)
【Python】torrentParser1.04 增加获得磁力链URI功能
摘要: 代码: # # torrentParser1.04,用于解析torrent文件 # 增加了函数getMegnet,能将种子文件转磁力链 # 2018年5月13日 # from bencode import bdecode,bencode import time import hashlib impo
阅读全文
posted @ 2018-05-13 16:29 逆火狂飙
阅读(6684)
评论(0)
推荐(0)
【Python】将对象存成json文件及从json取出对象
摘要: 常用代码,单拎出来以备查。 对象存json文件: import json obj={'name':'张有财','age':39,'arr':[2,34,5,6,7,88,'李有钱']} with open('./obj.json','w',encoding='utf-8') as fObj: jso
阅读全文
posted @ 2018-05-13 14:43 逆火狂飙
阅读(1437)
评论(0)
推荐(0)
【Python】列表(数组)的引用和拷贝
摘要: # Python里对象赋值传递的引用 arr=[1,2,3,4,5] newArr=arr arr[1]=9 print('arr='+str(arr)) print('newArr='+str(newArr)) print('这里可以看出newArr实际是arr的引用') # 要拷贝需要用copy
阅读全文
posted @ 2018-05-13 12:04 逆火狂飙
阅读(634)
评论(0)
推荐(0)
【高中数学/函数/幂函数、指数函数】已知:a=2^4/3,b=4^2/5,c=25^1/3,求:a,b,c三者的大小关系?(2023年全国III卷)
摘要: 使用幂函数和指数函数的知识解决问题:“已知:a=2^4/3,b=4^2/5,c=25^1/3,求:a,b,c三者的大小关系”,并用Canvas绘图验证之。
阅读全文
posted @ 2018-05-13 11:03 逆火狂飙
阅读(161)
评论(0)
推荐(0)
2018年5月10日
从网易云音乐网页版无登陆下载MP3的办法
摘要: 用chrome浏览器就能办到 现在,你还为下载不到满意的音乐而苦恼吗?
阅读全文
posted @ 2018-05-10 21:25 逆火狂飙
阅读(417)
评论(0)
推荐(0)
放入MP3的文件夹显示一些没用的标题,艺术家,唱片集怎么办?
摘要: 原来的文件大小,类型,修改日期,创建日线都没了,怎么办? 右键点击名称,标题,艺术家那一行,在右键菜单中,去掉没用的,勾选有用的,如下图:
阅读全文
posted @ 2018-05-10 14:41 逆火狂飙
阅读(1892)
评论(0)
推荐(0)
上一页
1
···
133
134
135
136
137
138
139
140
141
···
203
下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东