Tag:Key word
-
Time:2021-3-1
1、 Summary of common rejection reasons on IOS The app contains the function of distribution and download (guide users to download app, etc.). The provided test account cannot view the actual function The Boolean value returned by the interface is used to judge whether the app is upgraded or not, but the interface does not […]
-
Time:2021-2-25
Django + werobot realize automatic reply As everyone knows, I have a WeChat official account, and then provide a function, that is, you write the key words, I reply to your key word corresponding to the content, so today I would like to talk about how this function is achieved. 1、 Install and configure Django […]
-
Time:2021-2-19
Fuzzy search artifact FZF Fuzzy finder What is fuzzy search?In a broad sense, fuzzy search means that there is a certain difference between the information to be searched and the question to be asked. This difference is the meaning of “fuzzy” in search. For example, when you look up the name Smith, you will find […]
-
Time:2021-2-19
Give two stringssandt, write a function to judgetIs itsThe letter of heterotopic words. demo01 Input: S =’anagram ‘, t =’nagaram’ Output: true demo02 Input: S = “rat”, t = “car” Output: false explain:You can assume that the string contains only lowercase letters. Explanation of the problem Key words: Map First, judge whether the length of […]
-
Time:2021-2-18
This article is published on personal website:https://wintc.top/article/59, reprint please indicate A long time ago, I wrote a Vue component, which can match the keyword highlight in the text content, similar to the browser Ctrl + F search results. The implementation scheme is to search the keywords in the text string, then use special tags (such […]
-
Time:2021-2-12
Tiktok video API, tiktok crawler, tiktok de watermarking, tiktok video download, TikTok Video Parsing Titodata: professional short video data acquisition and processing platform. For more information, please contact:TiToDataMassive data collectionCollect 500 million pieces of data for customers every dayTiktok Kwai: covering the mainstream platform: TikTok, Zynn, YouTube, jitter, fast, 1688, little red book, lots of […]
-
Time:2021-2-9
Based on koa1, koa2 provides a better asynchronous process control scheme, await async. Await async enables asynchronous logic to be written synchronously, as shown in the following example: function getSyncTime() { return new Promise((resolve, reject) => { try { let startTime = new Date().getTime() setTimeout(() => { let endTime = new Date().getTime() let data = […]
-
Time:2021-1-20
Gosearch is based on godoc.org Provides API development tools for quick search / installation of golang packages Installation method go get github.com/clearcodecn/gosearch Usage Gosearch [package name…]For example: gosearch gin logrus websocket characteristic It supports local caching, establishes indexes of keywords and search results, and reads the next search directly from the cache. If you need […]
-
Time:2020-12-23
Using in LinuxShellWrite a command to display the directory structure to quickly find the directory structure. 1. Code #!/usr/bin/env bash #This command is used to display the file structure of the specified path or current path, and supports search #TF displays the file structure of the current directory #TF search current directory by keyword #TF directory […]
-
Time:2020-11-18
Abstract:The boss said that the user demand insight report I finished with keyword extraction API was better than that of market research professionals. In recent half a month’s lunch, it’s quite good. The market leader invites meals every day, either going out to a restaurant or taking dumplings from home. Thank you for saving 200000 […]
-
Time:2020-11-17
Django + werobot realizes automatic reply As everyone knows, I have a WeChat official account, and then provide a function, that is, you write the key words, I reply to your key word corresponding to the content, so today I would like to talk about how this function is achieved. 1、 Install and configure Django […]
-
Time:2020-11-6
[about. Net framework 4.0 installation failure]————-Scheme 1:http://www.win7xtzj.com/win10jiaocheng/39834.htmlkey word:————-Scheme 2:https://blog.csdn.net/xdhyqd/article/details/44745897Keywords: rename the following files before installingC:\Windows\System32\msvcr100_clr0400.dllC:\Windows\SysWOW64\msvcr100_clr0400.dll ————-Scheme 3. If there is app.config If v4.0 is set in sku, adjust it )Note:Direct installation of 4.5, because. Net 4.5 is highly compatible with 4.0.. 360, computer housekeeper hasIf it still doesn’t work, add the setting of scheme 3 […]