搜索:Retrieve
找到约 17 项符合「Retrieve」的查询结果
结果 17
按分类筛选
https://www.eeworm.com/dl/685/452927.html
JavaScript
a programming that retrieve the server time
a programming that retrieve the server time
https://www.eeworm.com/dl/684/236266.html
软件设计/软件工程
One Web Retrieve Core Technology Solution.
One Web Retrieve Core Technology Solution.
https://www.eeworm.com/dl/684/236540.html
软件设计/软件工程
AI Technology used in Data Retrieve and Search Engine.
AI Technology used in Data Retrieve and Search Engine.
https://www.eeworm.com/dl/693/375283.html
GPS编程
GPS read and write,retrieve time,loction from gps
GPS read and write,retrieve time,loction from gps
https://www.eeworm.com/dl/620/103975.html
Internet/网络编程
MultiUse COM object that can be used to administer, send and retrieve mail by Shawn Anderson
MultiUse COM object that can be used to administer, send and retrieve mail by Shawn Anderson
https://www.eeworm.com/dl/620/450869.html
Internet/网络编程
This articles shows how to retrieve a list of PCs on the local network which are running MS SQL Serv
This articles shows how to retrieve a list of PCs on the local network which are running MS SQL Server, and gets information about the instances, such as server name, instance name, version, and databases.
https://www.eeworm.com/dl/634/152284.html
Applet
An open-source WWW discussion Forum based on JSP/Servlets which uses JDBC to store and retrieve mess
An open-source WWW discussion Forum based on JSP/Servlets which uses JDBC to store and retrieve messages from a database
https://www.eeworm.com/dl/534/103476.html
其他
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sen
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the ema ...
https://www.eeworm.com/dl/635/147009.html
网络
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If res ...