吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 13501|回复: 58
收起左侧

[原创工具] [C#]网易云音乐歌单匹配交集工具(已更新)

[复制链接]
XhyEax 发表于 2018-7-10 11:18
本帖最后由 XhyEax 于 2018-10-21 17:00 编辑

// 更新内容
2018/8/6 10:20 由于网易云关闭http查询接口,程序运行出错。已全部修改为https协议

2018/7/11 7:11 System.InvalidOperationException: 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。


该错误是因为系统的组策略安全设置开启了FIPS导致无法使用md5算法.(FIPS(Federal Information Processing Standards 即(美国)联邦信息处理标准)) 建议自行修改组策略或注册表。解决方案链接:https://www.cnblogs.com/simendancer/p/6748061.html (或者重新下载本帖附件 已更新自动检测FIPS机制)
@梦西关丶聆听


关于点击获取歌曲名空指针问题:能看清楚使用说明吗....先要点击匹配才能获取歌曲名啊。。。(我加了空指针验证,麻烦更新下)@fooshine

无聊之作,纯粹练手,但为博君一点评分
注:
在客户端右键分享歌单 复制链接后,点击文本框将自动读取剪切板数据


软件介绍(支持1000+歌曲歌单):


TIM截图20180710110208.png

取两歌单交集并查询相同歌曲名,看看你跟TA的听歌品味相似度有多高

歌单id形如(也可在客户端右键分享歌单 复制链接,点击文本框自动读取):

下载地址:
163PM.zip (255.66 KB, 下载次数: 203)

免费评分

参与人数 13吾爱币 +20 热心值 +11 收起 理由
Coxxs + 5 + 1 用心讨论,共获提升!
FFFire_ice + 1 + 1 感谢发布原创作品,吾爱破解论坛因你更精彩!
flyrae + 1 热心回复!
wlallon + 1 鼓励转贴优秀软件安全工具和文档!
ccccccc444 + 1 + 1 我很赞同!
huoxingshueva + 1 + 1 热心回复!
世俗红尘 + 1 + 1 谢谢
soul24517 + 1 用心讨论,共获提升!
chaosjr + 1 + 1 谢谢@Thanks!
梦多 + 1 + 1 曾经有过类似想法,感谢有人实现
baobao107 + 1 用心讨论,共获提升!
云在天 + 6 + 1 感谢发布原创作品,吾爱破解论坛因你更精彩!
蛋挞sama + 1 + 1 谢谢@Thanks!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

fooshine 发表于 2018-7-10 22:13

************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
   在 _163PlaylistMatch.Form1.button2_Click(Object sender, EventArgs e)
   在 System.Windows.Forms.Control.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
   在 System.Windows.Forms.Button.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本:4.0.0.0
    Win32 版本:4.7.3110.0 built by: NET472REL1LAST_C
    基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
163PlaylistMatch
    程序集版本:1.0.0.0
    Win32 版本:1.0.0.0
    基本代码:file:///C:/Users/chu/Desktop/163PlaylistMatch.exe
----------------------------------------
System.Windows.Forms
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    程序集版本:4.0.0.0
    Win32 版本:4.7.3110.0 built by: NET472REL1LAST_C
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    程序集版本:4.0.0.0
    Win32 版本:4.7.3056.0 built by: NET472REL1
    基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试程序,
而不是由此对话框处理。

点评

不看使用说明??先点匹配,再点获取歌曲名  发表于 2018-7-11 06:58
梦西关丶聆听 发表于 2018-7-10 20:23
回收那句话 亲测 无效

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.InvalidOperationException: 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。
   在 System.Security.Cryptography.RijndaelManaged..ctor()
   在 _163PlaylistMatch.Form1.aesEncode(String plaintext, String key, String iv)
   在 _163PlaylistMatch.Form1.doPost(String url, String parms)
   在 _163PlaylistMatch.Form1.SetListFromID(String lid, List`1 list)
   在 _163PlaylistMatch.Form1.button1_Click(Object sender, EventArgs e)
   在 System.Windows.Forms.Control.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
   在 System.Windows.Forms.Button.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本:4.0.0.0
    Win32 版本:4.7.2117.0 built by: NET47REL1LAST
    基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
163PlaylistMatch
    程序集版本:1.0.0.0
    Win32 版本:1.0.0.0

点评

win7系统默认开启 FIPS 验证,请先关闭。(连md5都用不了)  发表于 2018-7-11 07:11
thliubin 发表于 2018-7-10 11:24 来自手机
muzidoudou 发表于 2018-7-10 11:34
网易云现在这个版权问题太糟心了...
lucka 发表于 2018-7-10 11:35
网易云现在这个版权问题太糟心了...
王佳琪 发表于 2018-7-10 11:37
网易云现在这个版权问题太糟心了...
头像被屏蔽
w5645060 发表于 2018-7-10 11:39
提示: 作者被禁止或删除 内容自动屏蔽
LjeA 发表于 2018-7-10 11:43
这能用,支持一下
ningyuv 发表于 2018-7-10 11:44
棒棒什么时候能想你们这么厉害啊
努力的笨蛋 发表于 2018-7-10 12:25
列表灰完了
kelvinwck 发表于 2018-7-10 12:33
谢谢分享, 来试试
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 提醒:禁止复制他人回复等『恶意灌水』行为,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-4-20 10:29

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表