自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

微笑的黄捷

asp.net 资料收集

  • 博客(127)
  • 收藏
  • 关注

原创 知名端口大解析

0=Reserved 1=tcpmux 2=compressnet 3=compressnet 4=Unassigned 5=Remote Job Entr 6=Unassigned 7=Echo 8=Unassigned 9=Discard 10=Unassigned 11=Active Users 12=Unassigned 13=Daytime 14=Unassigned 15=Unassi

2004-07-21 10:19:00 1866

原创 将货币的小写转换为大写,例如:肆佰陆拾贰圆捌角柒分

将货币的小写转换为大写,例如:肆佰陆拾贰圆捌角柒分 Public Function Num2Chi(ByVal txtJE As Double) As String     Dim i, K As Integer     Dim NC, nd, ka, chrNum, strZheng As String     Dim c1, c2, c3 As String     Dim K1 As In

2004-07-21 10:16:00 2526

原创 返回8位小写字母数字混合随机密码

返回8位小写字母数字混合随机密码 Function GetRandomPassword() As String     Dim s As String() = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n"

2004-07-21 10:14:00 1755

原创 对称加密解密模块

Imports System.Text Imports System.Security.Cryptography   Module ModSecurity     Function EnText(ByVal Text As String, ByVal sKey As String) As String         Text = Text.ToLower         Dim des As N

2004-07-21 10:13:00 1100

原创 POP3

asp.net实现pop功能 asp.net实现pop功能 pop.aspx   protected void Page_Load(Object Src, EventArgs E){    String user="doufu";       //邮箱用户代码    String pass="asp888.net";  //邮箱用户密码    String popserver="loc

2004-07-21 10:12:00 947

原创 操作SQL Server完全模块

Module ModSql     Function GetIntByStr(ByVal FieldName As String, ByVal TableName As String, ByVal ParaName As String, ByVal ParaValue As String) As Integer           Dim sqlConnection As New SqlClien

2004-07-21 10:11:00 802

原创 Connection大全

1.Sqlserver  A.ODBC    I.Standard Security:      "Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;"     II.Trusted connection:      "Driver={SQL Server};Server=Aron1;Database=pubs;   

2004-07-21 10:10:00 959

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除