iOS长截图
背景
Twitter 上看到TaioApp的作者说,iOS 系统有支持长截图的API——UIScreenshotService,从 iOS 13开始就可以使用,下午的时候就在自己的 APP 中体验了一下。
more >>You are given an m x n binary matrix grid. An island is a group of 1’s (representing land) connected 4-directionally (horizontal or vertical.) You may assume all four edges of the grid are surrounded by water.
more >>An image is represented by an m x n integer grid image where image[i][j] represents the pixel value of the image.
more >>Given a string s, find the length of the longest substring without repeating characters.
more >>Given the head of a singly linked list, return the middle node of the linked list.
If there are two middle nodes, return the second middle node.
more >>Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
more >>Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length.
Return the indices of the two numbers, index1 and index2, added by one as an integer array [index1, index2] of length 2.
The tests are generated such that there is exactly one solution. You may not use the same element twice.
Your solution must use only constant extra space.
more >>Given an integer array nums, move all 0’s to the end of it while maintaining the relative order of the non-zero elements.
Note that you must do this in-place without making a copy of the array.
more >>Given an array, rotate the array to the right by k steps, where k is non-negative.
more >>Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order.
more >>
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true