240 发简信
IP属地:福建
  • 优惠客一键淘客助手使用方法

    说明已经更新,请大家访问http://www.jianshu.com/p/d2bd4ded4047查看最新使用说明书

  • 125. Valid Palindrome

    题目 Given a string, determine if it is a palindrome, considering only alp...

  • 153. Find Minimum in Rotated Sorted Array

    题目 Suppose a sorted array is rotated at some pivot unknown to you before...

  • 19. Remove Nth Node From End of List

    题目 Given a linked list, remove the nthnode from the end of list and retu...

  • 345. Reverse Vowels of a String

    题目 Write a function that takes a string as input and reverse only the vo...

  • java反射reflect

    Class类 java中类是谁的对象? 类是对象,类是java.lang.Class类的实例对象(there is a class named ...

  • mysql建立数据库数据表时设定字符集为utf-8

    数据库设置 CREATE DATABASE dbname DEFAULT CHARSET utf8 COLLATE utf8_general_c...

  • 正则表达式

    正则表达式中具有特殊含义的字符称之为元字符,常用的元字符有: \ 一般用于转义字符 \d 匹配数字 \s匹配任意的空白符——空格,制表符(Tab...

  • 80. Remove Duplicates from Sorted Array II

    题目 Follow up for "Remove Duplicates":What if duplicates are allowed at m...