The rules for the patterns you can put in the.gitignorefile are as follows:Blank lines or lines starting with#are ignored.Standard glob patterns work....
分类:
其他好文 时间:
2015-05-24 18:39:12
阅读次数:
182
Find all possible combinations ofknumbers that add up to a numbern, given that only numbers from 1 to 9 can be used and each combination should be a u...
分类:
其他好文 时间:
2015-05-24 12:54:55
阅读次数:
152
Windows Only:Open a command prompt with administration permission and typenetsh interface tcp set global autotuninglevel=disabledRestart Your windows....
分类:
移动开发 时间:
2015-05-24 12:47:54
阅读次数:
165
Ititle:Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?思路:使用两个指针slow,fast。两个指针都从表头开始走,slow...
分类:
其他好文 时间:
2015-05-24 11:25:59
阅读次数:
148
// Copyright (c) // All rights reserved.////Describe : Only can run single program.//Author : Qing//Date : 2014-08-14#ifndef __SINGLE_PROGRAM_H_...
分类:
系统相关 时间:
2015-05-24 10:06:25
阅读次数:
197
原文地址:https://www.quora.com/As-a-computer-science-student-what-can-I-learn-right-now-in-just-10-minutes-that-could-be-useful-for-the-rest-of-my-life问:作...
分类:
其他好文 时间:
2015-05-23 22:41:17
阅读次数:
149
Building and Installing ACE on UNIX
As of ACE 6.0.6, you can building ACE on UNIX with:Traditional ACE/GNU Make Configuration
The build process for Windows is different from the UNIX methods.
Using t...
分类:
其他好文 时间:
2015-05-23 18:26:52
阅读次数:
189
1. 有时候我们需要在使用ADT命令的adb安卓外部命令的时候出现下面的问题 出现上面的问题,其实是我们的apk方的文件不对,具体是什么问题怎么改路径我就没有深入研究了,。我查阅了好多资料才发现并不是我们没有把安装文件放到platform-tools文件夹里面我们可以用div命令看看我们的adb安装...
分类:
移动开发 时间:
2015-05-23 14:10:00
阅读次数:
288
How to parse dns request and response ? Scapy is a powerful tool, and it can help us for dns detail.#!/usr/bin/env python
# -*- coding: utf8 -*-"""
execte demo py with root privilege, and finish double...
分类:
其他好文 时间:
2015-05-23 13:00:37
阅读次数:
330
在分析Android消息机制之前,我们先来看一段代码:[html]view plaincopyprint?publicclassMainActivityextendsActivityimplementsView.OnClickListener{privateTextViewstateText;pri...
分类:
移动开发 时间:
2015-05-23 12:50:09
阅读次数:
152