搜索结果
找到约 359 项符合
Get 的查询结果
按分类筛选
- 全部分类
- Java编程 (26)
- 其他 (25)
- 其他书籍 (24)
- Linux/Unix编程 (14)
- VC书籍 (12)
- 技术资料 (12)
- Delphi控件源码 (11)
- 网络 (11)
- 单片机开发 (11)
- 书籍 (11)
- Internet/网络编程 (10)
- 汇编语言 (9)
- 软件设计/软件工程 (9)
- 单片机编程 (9)
- matlab例程 (8)
- 电子书籍 (8)
- Java书籍 (7)
- 人工智能/神经网络 (5)
- 文件格式 (5)
- 可编程逻辑 (4)
- 操作系统开发 (4)
- JavaScript (4)
- 嵌入式/单片机编程 (4)
- 软件 (4)
- 源码 (4)
- 嵌入式综合 (3)
- 文章/文档 (3)
- 驱动编程 (3)
- 微处理器开发 (3)
- 其他行业 (3)
- 数值算法/人工智能 (3)
- Delphi/CppBuilder (3)
- 书籍源码 (3)
- 嵌入式Linux (3)
- Windows CE (3)
- 其他嵌入式/单片机内容 (3)
- 系统设计方案 (3)
- 软件工程 (3)
- VHDL/FPGA/Verilog (3)
- 编辑器/阅读器 (3)
- 数据结构 (3)
- 电源技术 (2)
- 压缩解压 (2)
- Windows Mobile (2)
- 游戏 (2)
- 通讯/手机编程 (2)
- 人物传记/成功经验 (2)
- DSP编程 (2)
- 其他数据库 (2)
- Jsp/Servlet (2)
- Symbian (2)
- 数据库系统 (2)
- USB编程 (2)
- Ajax (2)
- 多国语言处理 (2)
- 通讯编程文档 (2)
- 技术教程 (1)
- 学术论文 (1)
- 图形图像 (1)
- Genesis (1)
- Mentor (1)
- 教程资料 (1)
- 通信网络 (1)
- 无线通信 (1)
- 教程资料 (1)
- C/C++语言编程 (1)
- 编译器/解释器 (1)
- 手机WAP编程 (1)
- 金融证券系统 (1)
- Modem编程 (1)
- 并行计算 (1)
- SQL Server (1)
- 电子政务应用 (1)
- 邮电通讯系统 (1)
- TAPI编程 (1)
- 家庭/个人应用 (1)
- 传真(Fax)编程 (1)
- *行业应用 (1)
- 教育系统应用 (1)
- 加密解密 (1)
- 磁盘编程 (1)
- J2ME (1)
- Windows编程 (1)
- 手册 (1)
- 教程 (1)
- 论文 (1)
电子书籍 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 ...
人物传记/成功经验 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 ...
系统设计方案 送表单数据的方法
送表单数据的方法,有两种方法“get”"post"。GET是将FORM的输入信息作为字符串附加到action所设定的URL后面,中间用”?“隔开,每个表单域之间用”&“隔开,然后把整个字符串传送到服务器端。 使用GET方法所得到的信息不能很多,一般在4000字符左右,而且不能含有非ASCⅡ码字符,并且在浏览器的地址栏中将以明文的形式 ...
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。
Java编程 一个简单的HTTP服务器和HTTP客户端程序 HTTP客户端(即浏览器)只支持显示标准HTML
一个简单的HTTP服务器和HTTP客户端程序
HTTP客户端(即浏览器)只支持显示标准HTML,只支持get命令
HTTP服务器也是如此
编辑器/阅读器 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 ...
编辑器/阅读器 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 ...
其他 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 ...
网络 在Linux下使用socket方式开发的FTP程序
在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。
Java编程 post 提交用户输入的方式是隐含提交
post 提交用户输入的方式是隐含提交,在ASP端用request.getform()来获取输入域的值;
get 提交用户输入的方式是显式提交,提交时在浏览器的地址栏里可以看见
用户输入的内容(你在Google中输入Java搜索,你按查找后可以在地址栏里看到java),
在ASP端用request.getquery()来获取输入域的值; ...