代码搜索:STMP
找到约 561 项符合「STMP」的源代码
代码结果 561
www.eeworm.com/read/158925/10720343
bas modmain.bas
Attribute VB_Name = "modMain"
'这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
Dim start As Date
'手机短信的接收,将UNICODE转换中文
Public Function Unicode2AscII(ByVal s As String)
On Error Resume Next
www.eeworm.com/read/272064/10971890
bas datatools.bas
Attribute VB_Name = "moddata"
Option Explicit
'>>>>>>>>>>>>>>>>>>>>>>>>
'各种信息提示
Const MSG2 = "正在关闭记录集"
Const MSG3 = "表已经存在,删除吗?"
Const MSG4 = "输入新表名称:"
Const MSG5 = "待命"
Const MSG6 = ",请等待..."
www.eeworm.com/read/147807/5720091
js popcalendar.js
// written by Tan Ling Wee on 2 Dec 2001
// last updated 20 June 2003
// email : fuushikaden@yahoo.com
//
// Modified to use the MyFaces lib resources
var jscalendarFixedX = -1 // x position (-1 if
www.eeworm.com/read/401356/11558725
bas modmain.bas
Attribute VB_Name = "modMain"
'这个函数主要应用到VB自带的一个格式转换函数:ChrW()将中文转换为Unicode码。
Dim start As Date
'手机短信的接收,将UNICODE转换中文
Public Function Unicode2AscII(ByVal s As String)
On Error Resume Next