搜索结果
找到约 307 项符合
FORM 的查询结果
按分类筛选
- 全部分类
- Delphi控件源码 (27)
- 其他 (24)
- 书籍 (19)
- Java编程 (17)
- 其他书籍 (17)
- matlab例程 (12)
- 单片机编程 (8)
- 数值算法/人工智能 (8)
- 单片机开发 (7)
- 人工智能/神经网络 (7)
- 电子书籍 (6)
- Linux/Unix编程 (6)
- 数学计算 (5)
- FlashMX/Flex源码 (5)
- 软件设计/软件工程 (5)
- Jsp/Servlet (5)
- 技术资料 (5)
- 电源技术 (4)
- 可编程逻辑 (4)
- 文章/文档 (4)
- 压缩解压 (4)
- 数据库系统 (4)
- 数据结构 (4)
- 技术管理 (4)
- 编译器/解释器 (4)
- 教程资料 (3)
- 无线通信 (3)
- 编辑器/阅读器 (3)
- 串口编程 (3)
- 书籍源码 (3)
- VC书籍 (3)
- SQL Server (3)
- 软件工程 (3)
- 通讯编程文档 (3)
- Internet/网络编程 (3)
- 其他行业 (3)
- 通讯/手机编程 (3)
- Java书籍 (3)
- 源码 (3)
- 模拟电子 (2)
- 汇编语言 (2)
- J2ME (2)
- RFID编程 (2)
- 微处理器开发 (2)
- 系统设计方案 (2)
- MySQL数据库 (2)
- 加密解密 (2)
- Delphi/CppBuilder (2)
- C/C++语言编程 (2)
- 多媒体处理 (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 测试测量 (1)
- 电子元器件应用 (1)
- 多国语言处理 (1)
- DSP编程 (1)
- VHDL/FPGA/Verilog (1)
- GPS编程 (1)
- 语音压缩 (1)
- 文件格式 (1)
- BREW编程 (1)
- 其他嵌入式/单片机内容 (1)
- 中间件编程 (1)
- SCSI/ASPI (1)
- 其他数据库 (1)
- 驱动编程 (1)
- 交通/航空行业 (1)
- STL (1)
- 网络 (1)
- Oracle数据库 (1)
- 行业发展研究 (1)
- Applet (1)
- Ajax (1)
- JavaScript (1)
- *行业应用 (1)
- 手机WAP编程 (1)
- 酒店行业 (1)
- 接口技术 (1)
系统设计方案 送表单数据的方法
送表单数据的方法,有两种方法“get”"post"。GET是将FORM的输入信息作为字符串附加到action所设定的URL后面,中间用”?“隔开,每个表单域之间用”&“隔开,然后把整个字符串传送到服务器端。 使用GET方法所得到的信息不能很多,一般在4000字符左右,而且不能含有非ASCⅡ码字符,并且在浏览器的地址栏中将以明文的形式 ...
Delphi控件源码 VCLSkin是delphi的控件
VCLSkin是delphi的控件,使你的delphi程序具有skin(换皮肤)功能。特点:
1. 自动换肤,不用修改form,把控件放到form上即可
2. 大量高质量的皮肤
RFID编程 rfid iso15693协议
rfid iso15693协议,ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission)
form the specialized system for worldwide standardization.
电子书籍 你可以用focus属性来生成JavaScript
你可以用focus属性来生成JavaScript,它会“定焦”(focus)到该form所包含的一个元素上。
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.create
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sqltext="select * from RegUser where UserId= " & request.form("uid") & " "
rs.open sqltext,co
软件设计/软件工程 Student result management system Use the C language realization system 2, the data structure mak
Student result management system
Use the C language realization system
2, the data structure making use of the structure body several realization student s result design
3, the system have increment, search, insert, row preface etc. basic function
4, the each function mold piece request of syste ...
Delphi控件源码 SUISkin 是为Delphi和C++Builder开发的最易用的界面增强VCL组件包。它能完全自动的为您的应用程序添加支持换肤功能
SUISkin 是为Delphi和C++Builder开发的最易用的界面增强VCL组件包。它能完全自动的为您的应用程序添加支持换肤功能,甚至不需要更改您的设计好的Form以及添加一行代码!您也不再需要花费很多时间来使得自己的应用程序更漂亮。
电子书籍 C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the con
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked ...
其他 BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and config
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures.
The DFU Tools are a suite of programs that enable firmware and persistent ...
其他 FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explic
FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operators).