Create library with Cocopads

Install Cocoapods https://cocoapods.org/ Create Lib ```shell $ pod spec create Peanut $ edit Peanut.podspec $…

1 minute read

肥猪送金

!肥猪送金

1 minute read

emberjs and electron

ember-electron https://github.com/felixrieseberg/ember-electron Very simple way to create electron app for desktop with emberjs Create ember…

1 minute read

vuejs and electron

vuejs electron https://github.com/SimulatedGREG/electron-vue This is for vuejs Electron http://www.nodeclass.com/articles/114051 ```javascript wx.requestPayment({ appId: xxx <= 文档完全没有提到,但是不传报签名错误。…

1 minute read

微信小程序支付的坑们

小程序的appid 和 商户ID 绑定商户ID方式:不能使用开放平台开通的商户ID,这个帮了也支付不了。最后是绑定到了公众号(服务号)开通的支付商户ID 回传签名 特别注意签名是使用 appId,不是 appid。不知道微信团队是如何处理的,估计PM祭天了。 调起支付 http://www.nodeclass.com/articles/114051 ```javascript wx.requestPayment({ appId: xxx <=…

1 minute read