240 发简信
IP属地:天津
  • LeetCode刷题系列之Median of Two Sorted Arrays

    Description There are two sorted arrays nums1 and nums2 of size m and n ...

  • LeetCode刷题系列之Longest Substring Without Repeating Characters

    Description 原文:Given a string, find the length of the longest substring ...

  • LeetCode刷题系列之Add Two Numbers

    Description You are given two non-empty linked lists representing two no...

  • LeetCode刷题系列之【Two Sum】

    Description Given an array of integers, return indices of the two number...

  • javascript学习笔记之使用for循环遍历数组

    背景 写了点前端测试程序,用到javascript。 问题描述 定义了一个都是json对象的数据,做遍历的时候使用了for..in,希望拿到每个...

  • Android学习笔记之java GC管理

    背景 在写一个小程序的时候,发现Android Monitor中一直提示MediaPlayer finalized without being ...

  • Android学习笔记之程序图标

    背景 做了一个安卓广告机的APK,但是默认图标都是小机器人,很不好看,要变更图标。 解决方啊 APK默认都是那个机器人的小图标,如果要改的话,需...

  • android开发日记之missing INTERNET permission

    背景描述 在写一个安卓的广告机demo,工程中url的访问,发现出现missing INTERNET permission的错误提示。 问题分析...

  • Resize,w 360,h 240
    Android studio中的布局编辑器

    背景描述 最近公司有项目要搞了安卓开发,没有走常规先熟悉语法->再看教材的路线,暴力直接,啥也不说就是干啊,搭好了开发环境,用的是Android...