ccc125l87l92l206cad32
fy53999
飞快的心情fy53999
摘要: VB.net 带Cookie POST 调用方法 CookiePost(POST网址,POST地址,Cookie) Public Function CookiePost(ByVal Post_Url As String, ByVal Post_Data As String, ByVal PostCo 阅读全文
posted @ 2019-11-05 23:12 fy53999 阅读(78) 评论(0) 推荐(0) 编辑
摘要: VB.net GET网站并获取Cookie 调用方法 Get_html(Get网址,编码类型) Public Function Get_Html(ByVal Html_url As String, ByVal IsGb2312 As Boolean) On Error Resume Next Dim 阅读全文
posted @ 2019-11-05 23:11 fy53999 阅读(180) 评论(0) 推荐(0) 编辑
摘要: ****************************使用方法********************************** Dim pubkey_n As String = "Modulus" Dim pubkey_e As String = "Exponent" dim hdata as 阅读全文
posted @ 2019-11-05 23:08 fy53999 阅读(147) 评论(0) 推荐(0) 编辑
摘要: ************************使用方法****************************** Dim encBytes() As Byte = encryptAesECB(Encoding.UTF8.GetBytes(“加密数据”), Encoding.UTF8.GetByt 阅读全文
posted @ 2019-11-05 23:07 fy53999 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Imports System.TextImports System.Runtime.InteropServices Public Class Form1 ' 相关API函数声明,注释掉的这里没用到,但是也比较常用吧,这些函数的功能都能搜到。 Private Declare Function Find 阅读全文
posted @ 2019-11-05 23:06 fy53999 阅读(2269) 评论(0) 推荐(0) 编辑