Algorithem_Sort
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 >>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 >>Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If target exists, then return its index. Otherwise, return -1.
You must write an algorithm with O(log n) runtime complexity.
more >>我住在上海青浦,想记录一下这次的经历。从来没想过有一天需要担心的事情:今天吃什么,家里东西够不够,今天哪里能买到菜。
由于公司在浦东,浦东街道分批排查疫情的缘故,03🈷24号开始居家办公,并没有感觉到疫情对青浦这边的影响。而后的突然通知公司里有个无症状感染者,虽然和我不在同一楼层,但公司受到影响,所以仍继续居家办公,彼时只是稍微感觉有些紧迫,但并未太在意。再接下来,就是收到浦东4天(2022年03月28日——2022年04月01日)、浦西4天(2022年04月01日——2022年04月05日)的通知,这时还在感叹终于舍得封闭了,由于还是居家办公,所以打算等浦西封闭前一天去买菜。
但是
more >>买早餐的时候会遇到,支付宝和微信的二维码贴在一起,然后扫码的时候两个二维码一起被识别出来的情况。之前的处理可能是:APP内部判断 是自己的 Scheme 的时,自动跳转;后来发现变成了识别到多个二维码时,弹出二维码选择页,用户选择具体二维码后,再跳转。
公司的项目一直没有做这个功能,最近有时间,就来整理添加到项目中,这里分享记录一下实现的过程。
more >>网上搜到的关于SDWebImage 添加 token,亦或者 SDWebImage add header的方法,都是直接使用SDWebImageDownloader
中的setValue:forHTTPHeaderField:
方法来设置。但是设置了之后笔者这边图片还是出不来,仔细研究后发现笔者这边的图片显示是先经过一次302跳转,然后跳转后才是真正的图片链接,第二次的这个链接是需要 token 的。
下载链接: 挑战 24 点-益智休闲
开发这个是因为,龙卡信用卡每天签到,有时候会出现挑战 24 点的任务,感觉挺有意思的,就想着自己做成一个 APP ,上下班路上可以自己耍。
龙卡信用卡界面如下:
《水印相机-简单好用》的起源,是v2论坛有人询问ios 上有没有好用的可添加时间位置水印的相机,而恰好我使用 OC开发一个的水印相机,功能只有地点和时间水印;
于是便萌发了开发一个 Swift 版的,但是要开发一个 APP 上线,里面的功能要有那些,界面要怎么样?这些从哪里来呢?
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