Integrated PayPal in Laravel

Recently, I'm writing a mall project for foreign buyers. Since it's for foreign buyers, PayPal will be used as a payment platform. Because some problems and time have been spent in docking PayPal, I write down the docking process and hope to help my friends who use PayPal. I integrated paypal/rest-api-sdk-php. PayPal's API has v1 and v2 versi ...

Posted by sidsel on Thu, 18 Apr 2019 18:18:33 -0700

MACOS 10.11 Disk Array

background No backup, no security. Especially those old hard drives that don't know how many years they've been using, have some bad ways, they can't be repaired, and the data in them can't be copied. It's a real ghost. disk array MAC OS 10.11 and later systems, disk arrays in disk tools have disappeared, I wipe. Explain the disk arra ...

Posted by justinede on Wed, 17 Apr 2019 13:30:33 -0700

Fragment II: Basic Usage

Catalog (?)[-] A Static Add Fragment Two Dynamic Addition Fragment s Foreword: There is still no foreword... The article is written too fast, the life has too many rules and regulations, the preface does not know what to write... Related articles: 1,One of the Detailed Explanations of Fragment - Overview 2,Fragment Detaile ...

Posted by classix16 on Wed, 17 Apr 2019 13:00:35 -0700

Release REST services (jax-RS) using Spring + CXF

Today we focus on REST, another widely used Web service after SOAP. Unlike SOAP, REST does not have the concept of WSDL or what is called an "envelope", because REST advocates a simple and crude way to express data, which can be in JSON format or XML format. It's entirely up to you to decide. The full name of REST is Representational ...

Posted by hours12 on Wed, 17 Apr 2019 09:09:34 -0700

GYM 101128 B.Black Vienna (and collection)

Description There are 26 cards A~Z. Now three cards are drawn from them and the remaining 23 cards are divided into players 1 and 2. Now there are n queries. Each time a player is asked if there are two cards and the player's answer is to say that he has several cards in the two cards and to ask how many of the three cards can satisfy these n ...

Posted by dethron on Tue, 16 Apr 2019 09:24:33 -0700

Front-end rookie code snippets

Code snippets summarized in this article (1) Most need to introduce jquery Last updated March 10, 2017 1. Enter trigger code $(function(){ $('#username').focus(); //Carriage return query document.onkeydown = function(event) { var e = event || window.event || arguments.callee.caller.arguments[0]; ...

Posted by petrb on Sun, 14 Apr 2019 23:30:34 -0700

logstash configuration file details

Detailed application configuration of Logstash background The business purpose is to analyze the daily logs generated by nginx and apache, monitor the url, ip, rest interface and other information, and send the data to the elastic search service. config input Getting information from log files file { path => "/home/keepgostu ...

Posted by don_s on Sun, 14 Apr 2019 17:27:31 -0700

DexDiff/DexPatch for Tinker Source Analysis

This article has been launched in my public number, Hongyang Android. For reprinting, please indicate the source: http://blog.csdn.net/lmj623565791/article/details/60874334 This article is from Zhang Hongyang's Blog In the last article, we introduced Android Hot Repair Tinker Access and Source Code Analysis It contains some backgr ...

Posted by mospeed on Sun, 14 Apr 2019 10:21:34 -0700

Start-up process analysis of transplanting uboot (2) _uboot from 0

After the configuration of the previous article, we can compile a uboot.bin by making, but this is not enough. First of all, the uboot at this time does not meet the format requirements of the bootloader for Samsung chips. At the same time, uboot.bin is not configured with our development board, and can not be used. The prerequisite for such pe ...

Posted by rab on Thu, 11 Apr 2019 00:54:31 -0700

Sliding back to SwipeBackActivity

Sliding back to SwipeBackActivity Careful students can find that the sliding return of Wechat is actually a little more detailed than the normal sliding return. The returned Activity will show a part of it, and then follow the linkage, which used to be a direct two-connected sliding. This article talks about how to simulate the sliding return ...

Posted by jeff_lawik on Wed, 10 Apr 2019 17:06:32 -0700