240 发简信
IP属地:浙江
  • 6.ZigZag Conversion

    The string "PAYPALISHIRING" is written in a zigzag pattern on a given nu...

  • 5. Longest Palindromic Substring

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

  • 3.Longest Substring Without Repeating Characters

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

  • 2. Add Two Numbers

    You are given two non-empty linked lists representing two non-negative i...

  • 1. Two Sum

    Given an array of integers, return indices of the two numbers such that ...

  • Autorelease的对象

    我们先来看一个经典的性能问题: 按照C语言局部变量的定义,image超出了作用域就会被释放,可是在测试的时候发现这里内存一直在增加,这是为什么呢...

  • Resize,w 360,h 240
    创建属于自己的Xcode文件模板

    我们在创建部分Cocoa Touch Class的时候,例如UIViewController、UITableViewCell等子类,Xcode会...