一、提交数据 html部分: php部分: 二、提交表单 ...
分类:
Web程序 时间:
2018-04-08 00:15:28
阅读次数:
174
微信支付官方demo下载地址 https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=11_1 我修改后的demo http://download.csdn.net/detail/lhat_7/9821931 官方demo的目录结构如下: ...
分类:
微信 时间:
2018-04-06 10:59:01
阅读次数:
337
每天学习一点点 编程PDF电子书免费下载: http://www.shitanlife.com/code ...
分类:
Web程序 时间:
2018-04-04 21:08:36
阅读次数:
784
<iframe src="html/bai.jsp" frameBorder=0 id=middle name=middle scrolling="yes" style="HEIGHT: 400; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"> </if ...
分类:
Web程序 时间:
2018-04-04 20:53:59
阅读次数:
205
基本选择器: 层次选择器: 属性选择器: 基础过滤器: ...
分类:
Web程序 时间:
2018-04-02 20:15:08
阅读次数:
151
转自https://segmentfault.com/a/1190000006871099 contentType是指http/https发送信息至服务器时的内容编码类型,contentType用于表明发送数据流的类型,服务器根据编码类型使用特定的解析方式,获取数据流中的数据。内容编码类型的作用,有 ...
分类:
其他好文 时间:
2018-04-02 20:03:26
阅读次数:
168
练习题:在购物车的每个商品旁添加按钮,按一下减一个,数量为0删除该商品。先用普通方法再用Ajax支持。 1.自定义方法decrease, 为其设定路径routes.rb。 在resouurces :line_items的块中加put 'decrease', on: :member 2.在contro ...
分类:
Web程序 时间:
2018-04-02 18:09:48
阅读次数:
214
【一】准备工作 (1)创建数据表 表名:sp_doc (2)创建控制器(公文document) 控制器:DocController.class.php 方法:showList add 模板:showList.html add.html 控制器DocController.class.php (3)创建 ...
分类:
Web程序 时间:
2018-04-02 00:11:44
阅读次数:
230
晚上实做第11章Ajax和jquery的练习。 11.2创建基于Ajax的购物车后,不能正确渲染partial,左边栏的局部更新。 后来突然想起来jquery在rails5.1去掉了,然后安装gem 'jquery-rails' ,bundle install,在application.js中加入r ...
分类:
其他好文 时间:
2018-04-01 00:58:16
阅读次数:
154