一、安装 1、在Linux上安装Git 你可以试着输入git,看看系统有没有安装Git: sudo apt-get install git 2、在Windows上安装Git 从 https://git-for-windows.github.io下载直接安装 安装完成后,在开始菜单里找到“Git”-> ...
分类:
其他好文 时间:
2017-06-29 20:31:22
阅读次数:
257
SPHERE 官方下载地址 https://www.nist.gov/itl/iad/mig/tools 1 按照指示说明,采用了推荐平台之一cygwin This version of SPHERE has been tested on the following platforms: Mac O ...
CSS input type="number"出现上下箭头时解决方案 ...
分类:
Web程序 时间:
2017-06-26 17:16:09
阅读次数:
395
Ubuntu 安装显卡驱动 查看显卡硬件信息 lspci | grep -i Nvidia lspci | grep -i vga 查看驱动版本信息 nvidia-smi P1: You appear to be running an X server; please exit X before i ...
分类:
系统相关 时间:
2017-06-25 10:05:20
阅读次数:
346
I、Given a sorted linked list, delete all duplicates such that each element appear only once. For example,Given1->1->2, return1->2.Given1->1->2->3->3, ...
分类:
其他好文 时间:
2017-06-23 23:52:40
阅读次数:
422
MDN上有一段关于li元素的说明: The HTML <li> element is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>), an u ...
分类:
其他好文 时间:
2017-06-23 21:05:20
阅读次数:
177
If your tax calculation is based on a problematic configuration, the following warnings appear: Warning. Tax discount configuration might result in di ...
分类:
其他好文 时间:
2017-06-23 12:56:04
阅读次数:
192
效果例如以下: 步骤: 1、假设你的Eclipse没有Marketplace的话,你自己装一个即可了:Help–>Install New Software–>add location:http://eclipse-color-theme.github.com/update 2、安装好之后重新启动ec ...
分类:
系统相关 时间:
2017-06-19 19:38:46
阅读次数:
302
3888: [Usaco2015 Jan]Stampede Description Farmer John's N cows (1 <= N <= 50,000) appear to be stampeding along the road at the front of FJ's farm, bu ...
分类:
其他好文 时间:
2017-06-19 15:55:33
阅读次数:
137
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
其他好文 时间:
2017-06-19 09:50:15
阅读次数:
159