摘要:
VB.net 带Cookie POST 调用方法 CookiePost(POST网址,POST地址,Cookie) Public Function CookiePost(ByVal Post_Url As String, ByVal Post_Data As String, ByVal PostCo 阅读全文
摘要:
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 阅读全文
摘要:
****************************使用方法********************************** Dim pubkey_n As String = "Modulus" Dim pubkey_e As String = "Exponent" dim hdata as 阅读全文
摘要:
************************使用方法****************************** Dim encBytes() As Byte = encryptAesECB(Encoding.UTF8.GetBytes(“加密数据”), Encoding.UTF8.GetByt 阅读全文
摘要:
Imports System.TextImports System.Runtime.InteropServices Public Class Form1 ' 相关API函数声明,注释掉的这里没用到,但是也比较常用吧,这些函数的功能都能搜到。 Private Declare Function Find 阅读全文