This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 深入浅出 Greasemonkey | |
| 版权 © 2005 Mark Pilgrimi | |
| [sebug](http://sebug.net/appdir/) [paper](http://sebug.net/paper/) | |
| 这本书、及其样例代码和视频文件都是自由软件。在“GNU 通用公共许可证(自由软件基金会)(版本2以及更新版本)”许可下,您可以随意的再分发和/或修改它们。我们发行这本书、及其样例代码和视频文件,希望它能对您有所帮助。但是我们并没有提供任何担保!请查阅[GNU 通用公共许可证](http://www.ttlsa.com/docs/greasemonkey/#license)获取更多细节。 | |
| **目录** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "accepted_calculation_modes": [ | |
| "SOURCE_AMOUNT", | |
| "DESTINATION_AMOUNT" | |
| ], | |
| "availability_zones": [ | |
| "INTERNATIONAL" | |
| ], | |
| "benefits": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.NoSuchMethodError: 'java.lang.StringBuffer org.eclipse.jdt.internal.compiler.ast.Expression.print(int, java.lang.StringBuffer)' | |
| at lombok.eclipse.handlers.EclipseHandlerUtil.createAnnotation(EclipseHandlerUtil.java:1335) | |
| at lombok.eclipse.HandlerLibrary$AnnotationHandlerContainer.handle(HandlerLibrary.java:105) | |
| at lombok.eclipse.HandlerLibrary.handleAnnotation(HandlerLibrary.java:237) | |
| at lombok.eclipse.TransformEclipseAST$AnnotationVisitor.visitAnnotationOnType(TransformEclipseAST.java:265) | |
| at lombok.eclipse.EclipseNode.traverse(EclipseNode.java:107) | |
| at lombok.eclipse.EclipseAST.traverseChildren(EclipseAST.java:231) | |
| at lombok.eclipse.EclipseNode.traverse(EclipseNode.java:74) | |
| at lombok.eclipse.EclipseAST.traverseChildren(EclipseAST.java:231) | |
| at lombok.eclipse.EclipseNode.traverse(EclipseNode.java:69) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "errCode": "", | |
| "errMessage": "", | |
| "data": { | |
| "productList": [ | |
| { | |
| "productCode": "64d8593755c580fb28e5741a", | |
| "supplierPCode": "eSIM -SB500M-01", | |
| "productName": "日本softbank(按天500MB)- 1天", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "services": [ | |
| { | |
| "id": "et-100-mb-daily-data-pack", | |
| "name": "100 MB Daily Data Pack", | |
| "promo_name": "", | |
| "amount_min": "5.25", | |
| "amount_max": "5.25", | |
| "active": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "code": 0, | |
| "msg": "ok", | |
| "data": [ | |
| 825102, | |
| 1114386, | |
| 609546, | |
| 1114389, | |
| 1114388, | |
| 1114391, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "code": 0, | |
| "msg": "ok", | |
| "data": [ | |
| { | |
| "bizCode": "retail_single", | |
| "children": [ | |
| { | |
| "bizCode": "retail_single", | |
| "children": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Country | Alpha-2 code | Alpha-3 code | Numeric code | Latitude (average) | Longitude (average) | |
|---|---|---|---|---|---|---|
| Afghanistan | AF | AFG | 4 | 33 | 65 | |
| Albania | AL | ALB | 8 | 41 | 20 | |
| Algeria | DZ | DZA | 12 | 28 | 3 | |
| American Samoa | AS | ASM | 16 | -14.3333 | -170 | |
| Andorra | AD | AND | 20 | 42.5 | 1.6 | |
| Angola | AO | AGO | 24 | -12.5 | 18.5 | |
| Anguilla | AI | AIA | 660 | 18.25 | -63.1667 | |
| Antarctica | AQ | ATA | 10 | -90 | 0 | |
| Antigua and Barbuda | AG | ATG | 28 | 17.05 | -61.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.aws.dynamodb; | |
| import java.math.BigDecimal; | |
| import java.time.Instant; | |
| import java.util.ArrayList; | |
| import java.util.HashSet; | |
| import java.util.List; | |
| import java.util.Map; | |
| import java.util.Set; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": 1, | |
| "msg": "ok", | |
| "row": { | |
| "id": "5b0ae69cd3ff54033cacb4fa", | |
| "createTime": "05-28 01:10:52", | |
| "updateTime": "05-28 01:10:52", | |
| "siteCode": "US", | |
| "configStatus": 1, | |
| "recommendations": [ |
NewerOlder