摘要: //DBUtils package com.mhys.utils; import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.ResultSet 阅读全文
posted @ 2019-03-08 19:09 葵儿啊 阅读(143) 评论(0) 推荐(0) 编辑
摘要: import reimport requestsimport jsonclass Search: def __init__(self, song): ''' self.vkey_url > 获取vkey的url self.search_url > 获取歌曲列表的url self.lyric_url 阅读全文
posted @ 2019-03-08 08:55 葵儿啊 阅读(539) 评论(0) 推荐(0) 编辑
摘要: import requestsimport jsonclass KuGou: def __init__(self, search_kw): ''' self.search_url --> 搜索URL self.hash_url > 传入hash获得歌曲url与歌词 :param search_kw: 阅读全文
posted @ 2019-03-08 08:54 葵儿啊 阅读(350) 评论(0) 推荐(0) 编辑
摘要: import base64import randomfrom binascii import hexlifyfrom Crypto.Cipher import AESimport jsonimport requestsclass GetMusic: def __init__(self): self. 阅读全文
posted @ 2019-03-08 08:53 葵儿啊 阅读(531) 评论(0) 推荐(0) 编辑
/*粒子线条,鼠标移动会以鼠标为中心吸附的特效*/