由于在支付宝最后支付,出现了问题导致未能支付成功,而支付宝已经记录了当前的网站订单号(out_trade_no),所以下次再以同一张订单进行支付时,就必须与之前的金额一致,否则就报上面的错。解决方法就是,更改out_trade_no的值,所以这时你的订单需要有多个唯一标识。
分类:
其他好文 时间:
2014-05-08 22:03:32
阅读次数:
543
我们先写一个简单的脚本,执行以后再解释各个变量的意义# touch variable# vi
variable脚本内容如下:#!/bin/shecho "number:$#"echo "scname:$0"echo "first :$1"echo
"second:$2"echo "argume:$@...
分类:
系统相关 时间:
2014-05-08 21:16:46
阅读次数:
480
因idea13版本与12版本配置兼容性不是很好,许多之前的配置不能用了。故重新学习配置了一遍,将其过程记录下来,作为将来参考使用1.显示行号Settings->Editor->Appearence->Show
Line Number2.修改主题Settings->Appearance->Theme-...
分类:
其他好文 时间:
2014-05-08 20:28:01
阅读次数:
275
using Microsoft.Phone.Shell;ShellToast toast =
new ShellToast();toast.Title = "程序标题"; toast.Content = "内容"; toast.NavigationUri
= new Uri("...
分类:
其他好文 时间:
2014-05-07 19:29:04
阅读次数:
271
转载请注明出处:http://blog.csdn.net/u012860063?viewmode=contents
Problem Description
N(3<=N<=20000) ping pong players live along a west-east street(consider the street as a line segment).
Each playe...
分类:
其他好文 时间:
2014-05-07 08:33:20
阅读次数:
334
1.HTTP的四种交互
GET:查
POST:改
PUT:增
DELETE:删
一般来说只使用GET/POST
2.HTTP头(分为请求头和响应头)
请求头:
格式如下:
request-line>
headers>
blank line>
[request-body>]
请求行(request line):用来说明请求类型...
分类:
编程语言 时间:
2014-05-07 06:09:40
阅读次数:
434
点击details进入后在link点击binary details,进入之后点击右上角reject this binary,然后就可以重新上传了。...
分类:
移动开发 时间:
2014-05-07 03:43:15
阅读次数:
392
For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2.
Input
The first line is an integer T, which is the the...
分类:
其他好文 时间:
2014-05-06 19:21:10
阅读次数:
290
Problem:In the 2020 grid below, four numbers
along a diagonal line have been marked in red.08 02 22 97 38 15 00 40 00 75 04
05 07 78 52 12 50 77 91 08...
分类:
其他好文 时间:
2014-05-06 14:35:55
阅读次数:
460