搜索结果
找到约 87 项符合
post 的查询结果
按分类筛选
- 全部分类
- Internet/网络编程 (10)
- Java编程 (10)
- 其他书籍 (5)
- 网络 (5)
- Delphi控件源码 (5)
- 其他 (4)
- 教程资料 (2)
- 可编程逻辑 (2)
- 数学计算 (2)
- Java书籍 (2)
- Windows CE (2)
- 通讯/手机编程 (2)
- Symbian (2)
- 单片机开发 (2)
- Ajax (2)
- 书籍 (2)
- 学术论文 (1)
- 电源技术 (1)
- 单片机编程 (1)
- Linux/Unix编程 (1)
- *行业应用 (1)
- 手机短信编程 (1)
- 人工智能/神经网络 (1)
- 系统设计方案 (1)
- 手机WAP编程 (1)
- 其他数据库 (1)
- Jsp/Servlet (1)
- 数值算法/人工智能 (1)
- 文件格式 (1)
- J2ME (1)
- 压缩解压 (1)
- 软件设计/软件工程 (1)
- DSP编程 (1)
- 书籍源码 (1)
- 技术管理 (1)
- FlashMX/Flex源码 (1)
- 行业发展研究 (1)
- 电子书籍 (1)
- 软件测试 (1)
- 微处理器开发 (1)
- android开发 (1)
- 源码 (1)
- 软件 (1)
- 技术资料 (1)
Symbian symbian c++的HTTP联网
symbian c++的HTTP联网,里面包括简单的get和post请求
其他书籍 Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I
Contents at a Glance
Introduction 1
PART I INSTALLATION AND CONFIGURATION 5
Hour 1 Preparing to Install Linux 7
2 Installing Linux 23
3 Post-Installation Issues 41
PART II LEARNING LINUX BASICS 67
Hour 4 Reading and Navigation Commands 69
5 Manipulation and Searching Commands 93
6 Using the Shell 11 ...
Internet/网络编程 HTTP客户端例子程序 用HTTP协议与WEB网站通信
HTTP客户端例子程序
用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。
主要功能:
GET 网站上的页面、下载JPG文件等
POST 表单,包括上传文件。
分析部分常用的返回信息
主要用途:
实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。
主要函数都没有用MFC,可以轻松移植到嵌入式系统。 ...
其他 A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to De
A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post analys ...
Internet/网络编程 This package provides a complete http client library. It currently implements most of the relevant p
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included ...
通讯/手机编程 利用网通的网关平台收(群)发手机短信
利用网通的网关平台收(群)发手机短信,群发手机短信。
主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 ...
其他 This assessment creates an initial version of the auction project that allows user to register, logi
This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.
Delphi控件源码 一个自动投票的作弊工具。 近日单位服务明星投票
一个自动投票的作弊工具。
近日单位服务明星投票,没办法,一个IP只能投两次。
本程序自动修改IP地址,并实现idhttp数据的POST自动提交,实现2次投票。1小时可以投200票左右。
大家可以修改一下,继续完善
其他数据库 本程序运用access数据库
本程序运用access数据库,如要用sqlserver2000,需还原back下的数据库,数据库名为“图书馆管理系统“
并在服务器端重建连接
1先运行接口程序scktsrvr.exe,用本程序提供广域网的连接
2运行server.exe
3最后运行客户端和管理的应用程序
为了数据不被册除,本程序只提供在数据集的post方法,不提供Tclientdataset的appliupdate ...
Jsp/Servlet java上传文件的源代码
java上传文件的源代码,通过htm页面Post给jsp或者servlet.