David
David
按照文档的步骤操作,一个视频没试完就这样了。 ``` time="2021-03-08T01:58:34Z" level=warning msg="avc end sequence" time="2021-03-08T01:58:34Z" level=warning msg="send packet error: closed" 2021/03/08 01:58:35 http: panic serving 172.17.0.1:61166: runtime error: invalid memory address or nil pointer dereference goroutine 116...
微信支付回调问题
[微信支付的回调接口文档](https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_2_5.shtml) 关键字 trade_state 在你的代码里没有任何体现,你是怎么判断支付成功的? 交易状态 | trade_state | string[1,32] | 是 | 交易状态,枚举值:SUCCESS:支付成功REFUND:转入退款NOTPAY:未支付CLOSED:已关闭REVOKED:已撤销(付款码支付)USERPAYING:用户支付中(付款码支付)PAYERROR:支付失败(其他原因,如银行返回失败)示例值:SUCCESS -- | -- | -- | -- | --
below is log from another simple http proxy, as you see the hostname is ::ffff:111.30.131.122 It seems polipo cloud not treat this case, instead it will proxy a request with...
``` #$ go get github.com/inconshreveable/gonative # github.com/inconshreveable/gonative ../go/src/github.com/inconshreveable/gonative/gonative.go:67: cannot use "" (type string) as type bool in field value ../go/src/github.com/inconshreveable/gonative/gonative.go:67: cannot use nil as type string in field value ../go/src/github.com/inconshreveable/gonative/gonative.go:67:...
``` customer tunnelScript '/usr/local/etc/vpnc-script' exited abnormally (1) Failed to open tun device: No such file or directory Set up tun device failed ``` How to fix it?
I run up with docker with `stable-9111` ### in the jicofo and if the user up to 20 in the room , this will occur. Not every time, but if...
After run with below command ``` zsign -c ./pem.pem -k ./key key.key -m ./x.mobileprovision -o ./out.ipa -z 9 ./ipa.ipa ``` After sign it , the app could open, and ui...