240 发简信
IP属地:江苏
  • (转)UIScrollView 的 contentoffset和contentinset

    Take a look at the image bellow. The content view is marked using ‘#’ wh...

  • 贪心算法 活动安排问题

    问你如何用一个教室安排尽量多的活动?链接按结束时间排序活动,然后尝试安排即可 问你至少需要几个教室才能安排全部的活动? 把所有结束时间开始时间放...

  • 阿里 数组四等分问题

    数组四等分问题

  • STL-String tips

    1. 构造函数 substring constructorCopies the portion of str that begins at th...

  • main之前执行哪些操作

    main函数执行之前,主要就是初始化系统相关资源: 1.设置栈指针 2.初始化static静态和global全局变量,即data段的内容 3.将...

  • NSURLSession

    地址 The behavior of the tasks in a session depends on three things: the t...

  • 关于alpha

    当alpha < 0, 完全透明 当alpha > 0 && < 1, 从透明慢慢过渡到不透明 当alpha > 1, 不透明

  • STL

    STL 简单总结