graphql 案例

:authority: leetcode.cn
:method: POST
:path: /graphql/
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: zh-CN
cache-control: no-cache
content-length: 198
content-type: application/json
cookie: aliyungf_tc=90fed970748e49a9f50752acc70386f259f837633cd0d89d7e0791240aa7cac0; csrftoken=JDnOEz7TwLUxzRFuc3X1VdwmNdR743aTGAuhbt0rAOfobpvcU6bgprGjdlQACUjW; gr_user_id=a94126d2-a002-42ce-809f-f6baf2e29128; a2873925c34ecbd2_gr_session_id=ea53382b-1e79-41af-a23a-17eb4cc713d4; a2873925c34ecbd2_gr_session_id_ea53382b-1e79-41af-a23a-17eb4cc713d4=true; _bl_uid=tblFs35nd74qXRp0Uob3dsdyIkRe
origin: https://leetcode.cn
pragma: no-cache
referer: https://leetcode.cn/problems/dKk3P7/solution/you-xiao-de-bian-wei-ci-by-leetcode-solu-xzi0/
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3884.400 QQBrowser/10.8.4560.400
x-csrftoken: JDnOEz7TwLUxzRFuc3X1VdwmNdR743aTGAuhbt0rAOfobpvcU6bgprGjdlQACUjW
x-definition-name: topic
x-operation-name: topicCommentCount
x-timezone: Asia/Shanghai

 

{
    "operationName": "topicCommentCount",
    "variables": {
        "topicId": 1151409
    },
    "query": "query topicCommentCount($topicId: Int!) {\n  topic(id: $topicId) {\n    id\n    commentCount\n    __typename\n  }\n}\n"
}

  

{
    "data": {
        "topic": {
            "id": 1151409,
            "commentCount": 14,
            "__typename": "TopicNode"
        }
    }
}

  

 

 

 

:authority: leetcode.cn
:method: POST
:path: /graphql/
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: zh-CN
cache-control: no-cache
content-length: 343
content-type: application/json
cookie: aliyungf_tc=90fed970748e49a9f50752acc70386f259f837633cd0d89d7e0791240aa7cac0; csrftoken=JDnOEz7TwLUxzRFuc3X1VdwmNdR743aTGAuhbt0rAOfobpvcU6bgprGjdlQACUjW; gr_user_id=a94126d2-a002-42ce-809f-f6baf2e29128; a2873925c34ecbd2_gr_session_id=ea53382b-1e79-41af-a23a-17eb4cc713d4; a2873925c34ecbd2_gr_session_id_ea53382b-1e79-41af-a23a-17eb4cc713d4=true; _bl_uid=tblFs35nd74qXRp0Uob3dsdyIkRe
origin: https://leetcode.cn
pragma: no-cache
referer: https://leetcode.cn/problems/dKk3P7/solution/you-xiao-de-bian-wei-ci-by-leetcode-solu-xzi0/
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3884.400 QQBrowser/10.8.4560.400
x-csrftoken: JDnOEz7TwLUxzRFuc3X1VdwmNdR743aTGAuhbt0rAOfobpvcU6bgprGjdlQACUjW
x-definition-name: reputationUserReputations
x-operation-name: reputationUserReputations
x-timezone: Asia/Shanghai

  

{
    "operationName": "reputationUserReputations",
    "variables": {
        "userSlugs": [
            "shime-shi-guang-pie",
            "xin-you-ling-xi-h"
        ]
    },
    "query": "query reputationUserReputations($userSlugs: [String!]!) {\n  reputationUserReputations(userSlugs: $userSlugs) {\n    level\n    reputation\n    user {\n      userSlug\n      __typename\n    }\n    __typename\n  }\n}\n"
}

  

{
    "data": {
        "reputationUserReputations": [
            {
                "level": 1,
                "reputation": 18,
                "user": {
                    "userSlug": "shime-shi-guang-pie",
                    "__typename": "BriefUserNode"
                },
                "__typename": "UserReputationNode"
            },
            {
                "level": 1,
                "reputation": 35,
                "user": {
                    "userSlug": "xin-you-ling-xi-h",
                    "__typename": "BriefUserNode"
                },
                "__typename": "UserReputationNode"
            }
        ]
    }
}

  

 

:authority: leetcode.cn
:method: POST
:path: /graphql/
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: zh-CN
cache-control: no-cache
content-length: 1354
content-type: application/json
cookie: aliyungf_tc=90fed970748e49a9f50752acc70386f259f837633cd0d89d7e0791240aa7cac0; csrftoken=JDnOEz7TwLUxzRFuc3X1VdwmNdR743aTGAuhbt0rAOfobpvcU6bgprGjdlQACUjW; gr_user_id=a94126d2-a002-42ce-809f-f6baf2e29128; a2873925c34ecbd2_gr_session_id=ea53382b-1e79-41af-a23a-17eb4cc713d4; a2873925c34ecbd2_gr_session_id_ea53382b-1e79-41af-a23a-17eb4cc713d4=true; _bl_uid=tblFs35nd74qXRp0Uob3dsdyIkRe
origin: https://leetcode.cn
pragma: no-cache
referer: https://leetcode.cn/problems/dKk3P7/solution/you-xiao-de-bian-wei-ci-by-leetcode-solu-xzi0/
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3884.400 QQBrowser/10.8.4560.400
x-csrftoken: JDnOEz7TwLUxzRFuc3X1VdwmNdR743aTGAuhbt0rAOfobpvcU6bgprGjdlQACUjW
x-definition-name: questionSolutionArticles
x-operation-name: questionSolutionArticles
x-timezone: Asia/Shanghai

  

{
    "operationName": "questionSolutionArticles",
    "variables": {
        "questionSlug": "dKk3P7",
        "first": 10,
        "skip": 10,
        "orderBy": "DEFAULT"
    },
    "query": "query questionSolutionArticles($questionSlug: String!, $skip: Int, $first: Int, $orderBy: SolutionArticleOrderBy, $userInput: String, $tagSlugs: [String!]) {\n  questionSolutionArticles(questionSlug: $questionSlug, skip: $skip, first: $first, orderBy: $orderBy, userInput: $userInput, tagSlugs: $tagSlugs) {\n    totalNum\n    edges {\n      node {\n        ...solutionArticle\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}\n\nfragment solutionArticle on SolutionArticleNode {\n  rewardEnabled\n  canEditReward\n  uuid\n  title\n  slug\n  sunk\n  chargeType\n  status\n  identifier\n  canEdit\n  canSee\n  reactionType\n  reactionsV2 {\n    count\n    reactionType\n    __typename\n  }\n  tags {\n    name\n    nameTranslated\n    slug\n    tagType\n    __typename\n  }\n  createdAt\n  thumbnail\n  author {\n    username\n    profile {\n      userAvatar\n      userSlug\n      realName\n      __typename\n    }\n    __typename\n  }\n  summary\n  topic {\n    id\n    commentCount\n    viewCount\n    __typename\n  }\n  byLeetcode\n  isMyFavorite\n  isMostPopular\n  isEditorsPick\n  hitCount\n  videosInfo {\n    videoId\n    coverUrl\n    duration\n    __typename\n  }\n  __typename\n}\n"
}

  

{
    "data": {
        "questionSolutionArticles": {
            "totalNum": 158,
            "edges": [
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "HZitwx",
                        "title": "[python3] list\u8bb0\u5f55\u5b57\u7b26",
                        "slug": "python3-listji-lu-zi-fu-by-accsrd-8n1g",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "HZitwx",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 2,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Python",
                                "nameTranslated": "",
                                "slug": "python",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Python3",
                                "nameTranslated": "",
                                "slug": "python3",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2022-02-22T08:02:09.735757+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "accsrd",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/accsrd/avatar_1644484609.png",
                                "userSlug": "accsrd",
                                "realName": "AccSrd",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u89e3\u9898\u601d\u8def\n\u4f7f\u7528\u957f\u5ea6\u4e3a26\u7684list\u8bb0\u5f55\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\u3002\ns\u5b57\u7b26\u51fa\u73b0\u65f6+1\uff0ct\u5b57\u7b26\u51fa\u73b0\u65f6-1\uff0c\u6700\u540e\u68c0\u67e5\u662f\u5426\u5168\u90e8\u4e3a0\u5373\u53ef\u3002\n \u4ee3\u7801\n\u300c\u4ee3\u7801\u5757\u300d",
                        "topic": {
                            "id": 1283685,
                            "commentCount": 0,
                            "viewCount": 176,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 200,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "ocNhUq",
                        "title": "II-032. \u6709\u6548\u7684\u53d8\u4f4d\u8bcd-Python-\u54c8\u5e0c\u8868",
                        "slug": "ii-032-you-xiao-de-bian-wei-ci-python-ha-1wif",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "ocNhUq",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 2,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Python",
                                "nameTranslated": "",
                                "slug": "python",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Python3",
                                "nameTranslated": "",
                                "slug": "python3",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2022-02-21T09:47:35.336847+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "bluegreenred",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/bluegreenred/avatar_1651810293.png",
                                "userSlug": "bluegreenred",
                                "realName": "BlueGreenRed",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u6839\u636e\u4e24\u4e2a\u6761\u4ef6\u5224\u65ad\u5c31\u884c\n\u300c\u4ee3\u7801\u5757\u300d",
                        "topic": {
                            "id": 1281736,
                            "commentCount": 0,
                            "viewCount": 131,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 146,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "aMviJ5",
                        "title": "js\u4e00\u884c\u4ee3\u7801\u98d8\u8fc7",
                        "slug": "jsyi-xing-dai-ma-piao-guo-by-slow_sheep-hcbl",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "aMviJ5",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 1,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Sorting",
                                "nameTranslated": "\u6392\u5e8f",
                                "slug": "sorting",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "JavaScript",
                                "nameTranslated": "",
                                "slug": "javascript",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2022-03-10T01:22:36.104145+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "Slow_sheep",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/prefixa/avatar_1641904225.png",
                                "userSlug": "slow_sheep",
                                "realName": "To be slowed.",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u601d\u8def\uff1a\u5224\u65ad\u539f\u5b57\u7b26\u4e32\u662f\u5426\u76f8\u540c=>\u5224\u65ad\u6392\u5e8f\u4e4b\u540e\u7684\u5b57\u7b26\u4e32\u662f\u5426\u76f8\u540c\n\u300c\u4ee3\u7801\u5757\u300d",
                        "topic": {
                            "id": 1324897,
                            "commentCount": 0,
                            "viewCount": 72,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 79,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "OPyIrc",
                        "title": "CSAPP-\u7a0b\u5e8f\u6027\u80fd\u4f18\u5316\u7684\u8fd0\u7528-\u6709\u6548\u7684\u53d8\u4f4d\u8bcd",
                        "slug": "you-xiao-bian-wei-ci-dai-ma-zhong-de-xin-bznc",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "OPyIrc",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 1,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Hash Table",
                                "nameTranslated": "\u54c8\u5e0c\u8868",
                                "slug": "hash-table",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Java",
                                "nameTranslated": "",
                                "slug": "java",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "\u6027\u80fd\u4f18\u5316",
                                "nameTranslated": "",
                                "slug": "xing-neng-you-hua",
                                "tagType": "ADDITIONAL_TOPIC",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2022-03-07T07:04:03.816647+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "you-yi-mu-bi",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/you-yi-mu-bi/avatar_1646014529.png",
                                "userSlug": "you-yi-mu-bi",
                                "realName": "\u60a0\u4e00\u6728\u78a7",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u539f\u9898\n\u7ed9\u5b9a\u4e24\u4e2a\u5b57\u7b26\u4e32 s \u548c t \uff0c\u7f16\u5199\u4e00\u4e2a\u51fd\u6570\u6765\u5224\u65ad\u5b83\u4eec\u662f\u4e0d\u662f\u4e00\u7ec4\u53d8\u4f4d\u8bcd\uff08\u5b57\u6bcd\u5f02\u4f4d\u8bcd\uff09\u3002\n\u6ce8\u610f\uff1a\u82e5 *s* \u548c *t* \u4e2d\u6bcf\u4e2a\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\u90fd\u76f8\u540c\u4e14\u5b57\u7b26\u987a\u5e8f\u4e0d\u5b8c\u5168\u76f8\u540c\uff0c\u5219\u79f0 *s* \u548c *t* \u4e92\u4e3a\u53d8\u4f4d\u8bcd\uff08\u5b57\u6bcd\u5f02\u4f4d\u8bcd\uff09\u3002\n\n1 <= s.length, t.length <= 5 * 104\ns and t \u4ec5\u5305\u542b",
                        "topic": {
                            "id": 1317867,
                            "commentCount": 0,
                            "viewCount": 46,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 53,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "PS1yIm",
                        "title": "\ud83d\ude04 Python3\u3001Java\u3001C++\u3001Go \u6570\u7ec4\u6216\u54c8\u5e0c\u8868\u5b9e\u73b0\u3002",
                        "slug": "python3-java-c-go-shu-zu-huo-ha-xi-biao-mjusg",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "PS1yIm",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 5,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            },
                            {
                                "count": 2,
                                "reactionType": "AWESOME",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Array",
                                "nameTranslated": "\u6570\u7ec4",
                                "slug": "array",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "C++",
                                "nameTranslated": "",
                                "slug": "cpp",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Go",
                                "nameTranslated": "",
                                "slug": "golang",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Java",
                                "nameTranslated": "",
                                "slug": "java",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Python3",
                                "nameTranslated": "",
                                "slug": "python3",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "\u5b57\u7b26\u4e32\u54c8\u5e0c",
                                "nameTranslated": "",
                                "slug": "zi-fu-chuan-ha-xi",
                                "tagType": "ADDITIONAL_TOPIC",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2021-08-15T03:51:14.908507+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "lcbin",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/bingooo/avatar_1522649477.png",
                                "userSlug": "lcbin",
                                "realName": "ylb",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u6570\u7ec4\u6216\u54c8\u5e0c\u8868\u7d2f\u52a0 s \u4e2d\u6bcf\u4e2a\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\uff0c\u518d\u51cf\u53bb t \u4e2d\u5bf9\u5e94\u7684\u6bcf\u4e2a\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\u3002\u904d\u5386\u7ed3\u675f\u540e\uff0c\u82e5\u5b57\u7b26\u4e2d\u51fa\u73b0\u6b21\u6570\u4e0d\u4e3a 0 \u7684\u60c5\u51b5\uff0c\u8fd4\u56de false\uff0c\u5426\u5219\u8fd4\u56de true\u3002\nPython3\nJava\nC++\nGo",
                        "topic": {
                            "id": 936582,
                            "commentCount": 0,
                            "viewCount": 656,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 735,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "frjfqz",
                        "title": "\u5224\u65ad",
                        "slug": "pan-duan-by-paltis-aaej",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "frjfqz",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 1,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Python",
                                "nameTranslated": "",
                                "slug": "python",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Python3",
                                "nameTranslated": "",
                                "slug": "python3",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2022-02-24T06:11:45.143538+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "Paltis",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/default_avatar.png",
                                "userSlug": "paltis",
                                "realName": "Paltis",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u89e3\u9898\u601d\u8def\n\u901a\u8fc7\uff1a\n\u300c\u4ee3\u7801\u5757\u300d\n\u4e0d\u901a\u8fc7\uff1a\n\u300c\u4ee3\u7801\u5757\u300d\nchar_list \u7eaa\u5f55\u68c0\u67e5\u8fc7\u54ea\u4e9b\u5b57\u6bcd\uff0c\u5c31\u4e0d\u7528\u518d\u68c0\u67e5\u4e00\u6b21\u4e86\u3002\n \u4ee3\u7801\n\u300c\u4ee3\u7801\u5757\u300d",
                        "topic": {
                            "id": 1288709,
                            "commentCount": 0,
                            "viewCount": 28,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 31,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "dh90uw",
                        "title": "\u3010\u82b1\u843d&\u6708\u7f3a\u3011\u5173\u4e8e\u5f02\u4f4d\u8bcd\uff0c\u5df2\u7ecf\u61d2\u5f97\u8bf4\u4ec0\u4e48\u4e86(\u00b4\uff65\u1d17\uff65`)",
                        "slug": "hua-luo-yue-que-guan-yu-yi-wei-ci-yi-jin-jrof",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "dh90uw",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 1,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Hash Table",
                                "nameTranslated": "\u54c8\u5e0c\u8868",
                                "slug": "hash-table",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Java",
                                "nameTranslated": "",
                                "slug": "java",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2022-02-13T10:28:34.419646+00:00",
                        "thumbnail": "https://pic.leetcode-cn.com/1644748083-YiasYw-2054199.jpg",
                        "author": {
                            "username": "huaLuoYueQue",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/hua-luo-yue-que/avatar_1606123111.png",
                                "userSlug": "hualuoyueque",
                                "realName": "\u82b1\u843d&\u6708\u7f3a",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "[\u03c6(>\u03c9<*)\u8be5\u7528\u6237\u8d85\u7ea7\u8d85\u7ea7\u61d2\uff0c\u53ea\u4e0a\u4f20\u4e86\u4e00\u6bb5\u4ee3\u7801\u2026\u2026]\n\n\u4e24\u4e2a\u672c\u8d28\u5dee\u4e0d\u591a\u7684\u89e3\u6cd5\uff0c\u4e0d\u8fc7\u4e5f\u7b97\u662f\u4e24\u79cd\u60f3\u6cd5\u5427( \u2022 \u0300\u03c9\u2022\u0301 )\u2727",
                        "topic": {
                            "id": 1263614,
                            "commentCount": 0,
                            "viewCount": 65,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 67,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": true,
                        "canEditReward": false,
                        "uuid": "mfEGxz",
                        "title": "\u5251\u6307 Offer II 032. \u6709\u6548\u7684\u53d8\u4f4d\u8bcd",
                        "slug": "jian-zhi-offer-ii-032-you-xiao-de-bian-w-44gf",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "mfEGxz",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 2,
                                "reactionType": "AWESOME",
                                "__typename": "ReactionCountNode"
                            },
                            {
                                "count": 1,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "C",
                                "nameTranslated": "",
                                "slug": "c",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "C++",
                                "nameTranslated": "",
                                "slug": "cpp",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Java",
                                "nameTranslated": "",
                                "slug": "java",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Hash Table",
                                "nameTranslated": "\u54c8\u5e0c\u8868",
                                "slug": "hash-table",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "String",
                                "nameTranslated": "\u5b57\u7b26\u4e32",
                                "slug": "string",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2021-10-21T06:41:07.918828+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "Dine",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/dine/avatar_1626888489.png",
                                "userSlug": "dine",
                                "realName": "\u7a0b\u5e8f\u5458\u5c0f\u718a",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u89e3\u9898\u601d\u8def\n\u6839\u636e\u9898\u76ee\u8981\u6c42\uff0c\u4e24\u4e2a\u5b57\u7b26\u4e32\u4e92\u4e3a\u53d8\u4f4d\u8bcd/\u5b57\u6bcd\u5f02\u4f4d\u8bcd\uff0c\u5fc5\u987b\u6ee1\u8db3\u5982\u4e0b\u6761\u4ef6\uff1a\n\n\n\u4e24\u5b57\u7b26\u4e32\u7684\u957f\u5ea6\u76f8\u7b49\uff1b\n\n\n\u4e24\u5b57\u7b26\u4e32\u4e0d\u76f8\u7b49\uff08\u5b57\u7b26\u987a\u5e8f\u4e0d\u5b8c\u5168\u76f8\u540c\uff09\u3002\n\n\n\u56e0\u6b64\u53ef\u4ee5\u8003\u8651\u7528\u54c8\u5e0c\u8868\u53bb\u6c42\u89e3\uff0c\u672c\u9898\u91c7\u7528\u6570\u7ec4\u6a21\u62df\u54c8\u5e0c\u8868\u3002\n\u7531\u4e8e\u4e24\u4e2a\u5b57\u7b26\u4e32\u4ec5\u5305\u542b\u5c0f\u5199\u5b57\u6bcd\uff0c\u56e0\u6b64\u53ef\u7528\u957f\u5ea6\u4e3a 26 \u7684\u6574\u578b\u6570\u7ec4\u6765\u8bb0\u5f55\u5b57\u7b26\u4e32\u4e2d\u6bcf\u4e2a\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\u3002\n\u5b57\u7b26\u4e32\u4e2d\u6bcf\u4e2a\u5b57\u7b26",
                        "topic": {
                            "id": 1059137,
                            "commentCount": 0,
                            "viewCount": 195,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 224,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "uYrM7u",
                        "title": " \u300a\u5251\u6307offer 2 \u9762\u8bd5\u989832\u300b \u4e66\u4e2d\u7b97\u6cd5C++\u5b9e\u73b0",
                        "slug": "jian-zhi-offer-2-mian-shi-ti-32-shu-zhon-5w03",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "uYrM7u",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 3,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            },
                            {
                                "count": 1,
                                "reactionType": "AWESOME",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "C++",
                                "nameTranslated": "",
                                "slug": "cpp",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2021-08-18T03:52:07.963860+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "master_xue",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/wo-shi-xie-wu-rui-la-wang-chai/avatar_1618042786.png",
                                "userSlug": "master_xue",
                                "realName": "\u9017\u6bd4\u514b\u661f",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u54c8\u5e0c\u8868\n\u56e0\u4e3a\u53d8\u4f4d\u8bcd\u548c\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\u6709\u5173\uff0c\u56e0\u6b64\u53ef\u4ee5\u4f7f\u7528\u4e00\u4e2a\u54c8\u5e0c\u8868\u6765\u8bb0\u5f55\u5404\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570\uff0c\u540c\u65f6\u56e0\u4e3a\u53ea\u5b58\u5728\u5c0f\u5199\u5b57\u6bcd\uff0c\u6240\u4ee5\u53ef\u7528\u957f\u5ea6\u4e3a 26 \u7684\u6570\u7ec4\u6a21\u62df\u54c8\u5e0c\u8868\u3002\n\u9996\u5148\u5224\u65ad\u82e5\u5b57\u7b26\u4e32 s \u548c\u5b57\u7b26\u4e32 t \u7684\u957f\u5ea6\u662f\u5426\u76f8\u540c\uff0c\u6216\u8005\u4e24\u5b57\u7b26\u662f\u5426\u76f8\u540c\uff0c\u76f8\u540c\u5219\u8fd4\u56de fasle\u3002\u5728\u7b26\u5408\u8981\u6c42\u540e\uff0c\u7528\u54c8\u5e0c\u8868\u8bb0\u5f55\u5b57\u7b26\u4e32 s \u4e2d\u5404\u5b57\u7b26\u7684\u6b21\u6570\u3002\u63a5\u7740\u904d\u5386\u5b57\u7b26\u4e32 t",
                        "topic": {
                            "id": 943010,
                            "commentCount": 0,
                            "viewCount": 310,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 342,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                },
                {
                    "node": {
                        "rewardEnabled": null,
                        "canEditReward": false,
                        "uuid": "cf2e3j",
                        "title": "\u5251\u6307 Offer II 032\uff0cGolang\uff0c\u6570\u7ec4\uff0c\u8ba1\u6570",
                        "slug": "golangshu-zu-ji-shu-by-flash500-e7br",
                        "sunk": false,
                        "chargeType": "FREE",
                        "status": "PUBLISHED",
                        "identifier": "cf2e3j",
                        "canEdit": false,
                        "canSee": true,
                        "reactionType": null,
                        "reactionsV2": [
                            {
                                "count": 2,
                                "reactionType": "UPVOTE",
                                "__typename": "ReactionCountNode"
                            },
                            {
                                "count": 1,
                                "reactionType": "AWESOME",
                                "__typename": "ReactionCountNode"
                            }
                        ],
                        "tags": [
                            {
                                "name": "Array",
                                "nameTranslated": "\u6570\u7ec4",
                                "slug": "array",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Counting",
                                "nameTranslated": "\u8ba1\u6570",
                                "slug": "counting",
                                "tagType": "TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Go",
                                "nameTranslated": "",
                                "slug": "golang",
                                "tagType": "LANGUAGE",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "Golang",
                                "nameTranslated": "",
                                "slug": "golang-2",
                                "tagType": "ADDITIONAL_TOPIC",
                                "__typename": "CommonTagNode"
                            },
                            {
                                "name": "go",
                                "nameTranslated": "",
                                "slug": "go-3",
                                "tagType": "ADDITIONAL_TOPIC",
                                "__typename": "CommonTagNode"
                            }
                        ],
                        "createdAt": "2021-09-13T16:04:55.296783+00:00",
                        "thumbnail": "",
                        "author": {
                            "username": "flash500",
                            "profile": {
                                "userAvatar": "https://assets.leetcode.cn/aliyun-lc-upload/users/wang-xu/avatar_1531443842.png",
                                "userSlug": "flash500",
                                "realName": "Flash500",
                                "__typename": "UserProfileNode"
                            },
                            "__typename": "UserNode"
                        },
                        "summary": "\u89e3\u9898\u601d\u8def\n\u6b64\u5904\u64b0\u5199\u89e3\u9898\u601d\u8def\n\u4ee3\u7801",
                        "topic": {
                            "id": 996120,
                            "commentCount": 0,
                            "viewCount": 80,
                            "__typename": "TopicNode"
                        },
                        "byLeetcode": false,
                        "isMyFavorite": false,
                        "isMostPopular": false,
                        "isEditorsPick": false,
                        "hitCount": 93,
                        "videosInfo": [],
                        "__typename": "SolutionArticleNode"
                    },
                    "__typename": "SolutionArticleEdge"
                }
            ],
            "__typename": "SolutionArticleConnection"
        }
    }
}

  

 

posted @ 2022-05-20 08:50  papering  阅读(64)  评论(0编辑  收藏  举报