搜索结果

找到约 359 项符合 Get 的查询结果

按分类筛选

显示更多分类

电子书籍 The Accredited Symbian Developer (ASD) Examination is fundamentally based on the content of existin

The Accredited Symbian Developer (ASD) Examination is fundamentally based on the content of existing Symbian Press books, with the C++ curriculum deriving from general C++ literature. Arguably, if you own the core Symbian Press titles and a solid C++ reference book, you will have all the information ...
https://www.eeworm.com/dl/cadence/ebook/213799.html
下载: 25
查看: 1046

人物传记/成功经验 In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandl

In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandler helps you create an action plan for living your vision in business and in life. It features 100 proven methods to positively change the way you think and act-methods based on feedback from the hund ...
https://www.eeworm.com/dl/695/214065.html
下载: 97
查看: 1050

系统设计方案 送表单数据的方法

送表单数据的方法,有两种方法“get”"post"。GET是将FORM的输入信息作为字符串附加到action所设定的URL后面,中间用”?“隔开,每个表单域之间用”&“隔开,然后把整个字符串传送到服务器端。 使用GET方法所得到的信息不能很多,一般在4000字符左右,而且不能含有非ASCⅡ码字符,并且在浏览器的地址栏中将以明文的形式 ...
https://www.eeworm.com/dl/678/214907.html
下载: 64
查看: 1027

Delphi控件源码 UtilMind.WinHTTP.v3.2.6.for.Delphi.BCB.Full.Source-SSGWinHTTP是一款基于WinInet的HTTP客户端控件允许你通过HTTP协议POST或者

UtilMind.WinHTTP.v3.2.6.for.Delphi.BCB.Full.Source-SSGWinHTTP是一款基于WinInet的HTTP客户端控件允许你通过HTTP协议POST或者GET数据。通过WinHTTP你可以获取网页、下载文件、取得CGI返回结果,甚至还可以上传文件到CGI。
https://www.eeworm.com/dl/666/215029.html
下载: 65
查看: 2027

Java编程 一个简单的HTTP服务器和HTTP客户端程序 HTTP客户端(即浏览器)只支持显示标准HTML

一个简单的HTTP服务器和HTTP客户端程序 HTTP客户端(即浏览器)只支持显示标准HTML,只支持get命令 HTTP服务器也是如此
https://www.eeworm.com/dl/633/219146.html
下载: 134
查看: 1104

编辑器/阅读器 So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw

So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficien ...
https://www.eeworm.com/dl/626/224445.html
下载: 179
查看: 1043

编辑器/阅读器 So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw

So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficien ...
https://www.eeworm.com/dl/626/224446.html
下载: 101
查看: 1079

其他 This document contains a general overview in the first few sections as well as a more detailed refer

This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclas ...
https://www.eeworm.com/dl/534/230043.html
下载: 142
查看: 1041

网络 在Linux下使用socket方式开发的FTP程序

在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。
https://www.eeworm.com/dl/635/234311.html
下载: 98
查看: 1055

Java编程 post 提交用户输入的方式是隐含提交

post 提交用户输入的方式是隐含提交,在ASP端用request.getform()来获取输入域的值; get 提交用户输入的方式是显式提交,提交时在浏览器的地址栏里可以看见 用户输入的内容(你在Google中输入Java搜索,你按查找后可以在地址栏里看到java), 在ASP端用request.getquery()来获取输入域的值; ...
https://www.eeworm.com/dl/633/234885.html
下载: 116
查看: 1040