240 发简信
IP属地:浙江
  • 120
    iOS 程序员效率提升利器之 AppleScript

    这篇文章和大家分享我平时工作时,用来提升效率的神器之一:AppleScript。 AppleScript 虽然是一种脚本语言,但在我看来是最接近自然语言和最不具备计算机特质的...

  • 120
    iOS 常见耗电量检测方案调研

    iOS 常见耗电量检测方案调研 本文对应 Demo 以及 Markdown 文件在 GitHub 仓库中,文中的错误可以提 PR 到这个文件,我会及时更改。 前言 如果我们...

  • iOS TextField 关于中文字数限制包含表情

    TextField 限制字数的方法 代理限制字数-(BOOL)textField:(UITextField *)textField shouldChangeCharacter...

  • 120
    理解UIButton的各种EdgeInsets

    这篇文章整理了一下UIButton的各种EdgeInsets都咋用,有啥效果。留着自己以后对此迷糊时再看一看,也希望能对你有所帮助喔😜。 达成共识 如果没有给UIButton...

  • 120
    iOS开发技巧系列---详解KVC(我告诉你KVC的一切)

    KVC(Key-value coding)键值编码,单看这个名字可能不太好理解。其实翻译一下就很简单了,就是指iOS的开发中,可以允许开发者通过Key名直接访问对象的属性,或...

  • 6.ZigZag Conversion

    The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows li...

  • 5. Longest Palindromic Substring

    Given a string s, find the longest palindromic substring in s. You may assume that the ...

  • 3.Longest Substring Without Repeating Characters

    Given a string, find the length of the longest substring without repeating characters. ...

  • 2. Add Two Numbers

    You are given two non-empty linked lists representing two non-negative integers. The di...

  • 1. Two Sum

    Given an array of integers, return indices of the two numbers such that they add up to ...