下面代码是我post按钮下面的代码,里面有我实际项目的一些参数和返回数据,仅供参考。if (Request.QueryString["po"] != "") { strPo = Request.QueryString["po"].ToString(); ...
分类:
Web程序 时间:
2014-07-18 20:28:54
阅读次数:
220
json2.js提供了json的序列化(JSON.stringify)和反序列化方法(JSON.parse);可以将一个Object或Array转换成json字符串,也可以将一个json字符串转换成一个json对象。json2.js的源码地址:https://github.com/douglascr...
分类:
Web程序 时间:
2014-07-18 20:25:36
阅读次数:
271
支付宝接口使用文档说明 支付宝异步通知(notify_url)与return_url.现支付宝的通知有两类。A服务器通知,对应的参数为notify_url,支付宝通知使用POST方式B页面跳转通知,对应的参数为return_url,支付宝通知使用GET方式 (通知地址不需要像以前一样去账户内设置,而...
分类:
其他好文 时间:
2014-07-18 19:25:39
阅读次数:
257
如何post数据//假设我们去post一个表单到http://www.example.com/sendSMS.php//提交内容 一个是电话号码,一个短信内容
分类:
Web程序 时间:
2014-07-18 16:30:22
阅读次数:
204
向服务器ajax传入数据可以:1.利用dom获取表单值传入(f1) 2.利用FormData发送传递ajax数据(f2)(没有form表单,这使用append()方法添加数据参考f3) 用户名: 密码: 邮箱:
分类:
其他好文 时间:
2014-07-18 16:23:24
阅读次数:
233
ICMP:http://blog.csdn.net/tigerjibo/article/details/7356936ARP:http://blog.csdn.net/tigerjibo/article/details/7351992IP分片:http://www.vants.org/?post=1...
分类:
其他好文 时间:
2014-07-18 08:03:11
阅读次数:
198
所需的jar包:1、commons-lang.jar 2、commons-beanutils.jar 3、commons-collections.jar 4、commons-logging.jar 5、ezmorph.jar 6、json-lib-2.2.2-jdk15.jar1. 把java 对象...
分类:
编程语言 时间:
2014-07-17 18:09:57
阅读次数:
213
表单提交数据的两种方式 表单form的提交有两种方式,一种是get的方法,通过超级链接后面的参数提交过来,一种是post,通过Form表单提交过来。post方式: 用户名: 密码: ...
分类:
其他好文 时间:
2014-07-17 18:04:17
阅读次数:
200
Introduction In the post, we will start to deploy two-tier Teamcenter env step by step. We will use the following two Teamcenter installation tools wh...
分类:
系统相关 时间:
2014-07-17 13:09:01
阅读次数:
1536
执行php-5.3.10
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-s...
分类:
其他好文 时间:
2014-07-17 10:33:56
阅读次数:
381