GitHub就是一个免费托管开源代码的远程仓库。但是对于某些视源代码如生命的商业公司来说,既不想公开源代码,又舍不得给GitHub交保护费,那就只能自己搭建一台Git服务器作为私有仓库使用。 搭建Git服务器需要准备一台运行Linux的机器,强烈推荐用Ubuntu或Debian,这样,通过几条简单的 ...
分类:
其他好文 时间:
2019-06-28 15:11:01
阅读次数:
105
题目描述 Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n. 题目大意 计算[0, n]之间的数字中包含多少1 。 ...
分类:
其他好文 时间:
2019-06-27 20:38:30
阅读次数:
152
Given a non-empty array of integers, every element appears three times except for one, which appears exactly once. Find that single one. Given a non-e ...
分类:
其他好文 时间:
2019-06-24 00:38:42
阅读次数:
88
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="iconfont.css"/> <style type="text/css ...
分类:
其他好文 时间:
2019-06-18 15:54:10
阅读次数:
112
我原来一直不用Android的模拟器,因为这东西的多年前的印象真的是很糟糕——启动半个小时,不支持OpenGL。即使后来有了x86镜像,在HAXM的支持下快的飞起,也不想用,因为NDK还要编译x86的。那个时候我一直用网易的MuMu模拟器——只需要编译Armv7的就行了。再后来就是网易的全部Mac ...
分类:
移动开发 时间:
2019-06-18 14:20:20
阅读次数:
149
#blogTitle h1 { font-size: 150%; font-weight: bold; line-height: 1.5em; margin-left: 1em; margin-top: 10px; width: 50%; float: left; display: none; le... ...
分类:
Web程序 时间:
2019-06-13 15:49:33
阅读次数:
120
1 2 3 4 5 6 7 8 Document 9 10 11 44 45 46 47 48 49 50 Id: 51 52 ... ...
分类:
移动开发 时间:
2019-06-10 12:06:53
阅读次数:
92
Share Share Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not alloca ...
分类:
其他好文 时间:
2019-06-03 10:50:44
阅读次数:
127
instr():判断字符串是否包含某指定字符;substr():截取字符串 ...
分类:
数据库 时间:
2019-06-03 00:24:49
阅读次数:
208