一、前言 经过两三天的琢磨总算完成了微信扫码支付功能,不得不感叹几句: DEMO地址:https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=11_1 .NET版DEMO中的Lib文件夹是关键,直接复制到自己的代码里,或者打成dll随个人意 ...
分类:
微信 时间:
2017-10-12 13:06:09
阅读次数:
287
感觉data structure的话不如刷题 所以就先看后面的吧 knowledge based Chapter 14 1.Difference between interface and abstract class: All methods in interface should be abst ...
分类:
其他好文 时间:
2017-10-10 14:36:39
阅读次数:
170
前端接口也许几句话就解决了。 但是后端计算的快吐血了。 所以这边还是推荐微信的官方文档 https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7 这边还在IOS上遇到了一个click失效的问题 解决方法 1、?将 click 事件直接绑 ...
分类:
微信 时间:
2017-10-05 23:13:23
阅读次数:
383
安装MySQL 下载mysql到/usr/local/src/ cd /usr/local/src/ wget http://mirrors.sohu.com/mysql/MySQL-5.1/mysql-5.1.72-linux-x86_64-glibc23.tar.gz 解压 [root@loca ...
分类:
其他好文 时间:
2017-10-02 19:46:51
阅读次数:
178
The TCP/IP Guide (2005) Chapter 1 The TCP/IP Guide: Introduction and "Guide to The Guide" | 第1章 概述和导言 Chances are pretty good that even before you sta ...
分类:
其他好文 时间:
2017-10-02 13:05:42
阅读次数:
214
ref : Chapter 2 Motion Detection in Static Backgrounds. [ Github :…… ] 静态背景下的运动检测 运动检测在任何物体跟踪或视频监控算法中起着重要作用,几乎所有这些算法都以运动检测开始的。实际上,运动中潜在前景物体的可靠性可以被识别到, ...
分类:
其他好文 时间:
2017-10-01 13:09:47
阅读次数:
257
官方下载demo 1:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=11_1 开发步骤 : https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_3 退款结果通知:ht ...
分类:
微信 时间:
2017-09-30 15:17:45
阅读次数:
314
From:http://simonstechblog.blogspot.sg/2013/01/implementing-voxel-cone-tracing.html [Updated on 25-2-2013: added a paragraph about lowering the voxel ...
分类:
其他好文 时间:
2017-09-30 15:01:26
阅读次数:
178
In this chapter we will look at a seemingly trivial detail - our shell.This examination will reveal some of the inner working of the shell and the ter ...
分类:
系统相关 时间:
2017-09-27 13:09:57
阅读次数:
256
本章内容绕不开一个名词:RTTI(Run-time Type Identification) 运行时期的类型识别 知乎上有人推断作者是从C++中引入这个概念的,反正也无所谓,理解并能串联本章知识才是最重要的 本章的内容其实都是为类型信息服务的,主要内容有 一.Class对象 问题: 1.Class对 ...
分类:
编程语言 时间:
2017-09-27 10:21:37
阅读次数:
282