代码改变世界

安装PHP 测试外网访问

2018-06-05 16:10 by FingalZhu, 108 阅读, 0 推荐, 收藏, 编辑
摘要:在阿里云管理控制台ecs开启80端口,同时centos 7 添加80端口查看已经开放的端口:firewall-cmd --list-portsfirewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)开启端口 firewall-cmd --zone=public --add-port=80/tcp --permanent命令含义:–z... 阅读全文

mvc webapi 授权demo

2018-03-31 16:39 by FingalZhu, 240 阅读, 0 推荐, 收藏, 编辑
摘要:参考资料https://www.cnblogs.com/Leo_wl/p/4919783.htmlhttps://msdn.microsoft.com/zh-cn/library/microsoft.aspnet.identity.entityframework(v=vs.111).aspxhttps://www.cnblogs.com/xsj1989/p/5287375.html --> ... 阅读全文

"Xamarin Live Player 1.5.174 (674)" for iOS is now available totest

2018-03-17 18:29 by FingalZhu, 711 阅读, 0 推荐, 收藏, 编辑
摘要:先安装苹果的TestFlight ,TestFlight里的app应用有过期时间限制。打开TestFlight 看到Xamarin Live Player 更新版本 通过TestFlight发布测试版本安装到客户手机上Xamarin Live Player 1.5.174 (674) for iOS is ready to test What To Test:- Fix for F# based ... 阅读全文

7支付宝支付基础

2018-03-17 17:31 by FingalZhu, 220 阅读, 0 推荐, 收藏, 编辑
摘要:mvc 网关地址 http://xxxxxx.com/return_url 回调地址 http://xxxxxxx/alipay/notify_url https://docs.open.alipay.com 手机网站支付可以调起支付宝客户端支付,若无法唤起则自动进入网页支付流程 支付流程 http 阅读全文

6支付宝资源

2018-03-09 23:48 by FingalZhu, 118 阅读, 0 推荐, 收藏, 编辑
摘要:https://docs.open.alipay.com/54/103419 https://docs.open.alipay.com/66/104511 https://github.com/stulzq/Alipay.AopSdk.Core https://github.com/blrchen/ 阅读全文

4支付宝notify_url return_url

2018-03-09 23:46 by FingalZhu, 115 阅读, 0 推荐, 收藏, 编辑
摘要:notify_url 异步通知更新付款 return_url get付款完成后跳转到我们的网站支付完成页面 mvc 网关地址 http://xxxxxx.com/return_url 回调地址 http://xxxxxxx/alipay/notify_url 花生壳调试 参考http://www.b 阅读全文

3手机网站支付流程

2018-03-09 23:45 by FingalZhu, 128 阅读, 0 推荐, 收藏, 编辑
摘要:APP跳转支付宝手机网页支付完成支付 https://docs.open.alipay.com/203 阅读全文

2支付宝手机网站两个接口对应的demo 密钥工具说明

2018-03-09 23:43 by FingalZhu, 248 阅读, 0 推荐, 收藏, 编辑
摘要:https://openapi.alipaydev.com/gateway.do 这个接口对应demohttps://docs.open.alipay.com/54/103419 以下工具用于开放平台 openapi接口 RSA工具下载地址https://docs.open.alipay.com/5 阅读全文

1RSA私钥及公钥生成

2018-03-09 23:41 by FingalZhu, 1900 阅读, 1 推荐, 收藏, 编辑
摘要:2.选择密钥长度,新建应用请务必使用2048位。 (目前已使用1024位密钥长度的应用仍然可以正常调用接口,详情请见开放平台接口签名方式升级公告。) TIPS:除了使用支付宝提供的一键生成密钥工具外,也可以使用OpenSSL工具命令生成密钥。教程 https://docs.open.alipay.c 阅读全文

xamarin live player IOS真机调试

2018-01-29 01:43 by FingalZhu, 834 阅读, 0 推荐, 收藏, 编辑
摘要:未能找到类型或命名空间名“App”(是否缺少 using 指令或程序集引用?) 支持.net standard 预览 Check that both the device and computer are on the same WiFi network. The network may be ti 阅读全文