码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Git 笔记 - .gitignore
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
[LeetCode] Combination Sum III
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
Android: ADB not responding. You can wait more, or kill “adb.exe”
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
LeetCode: Linked List Cycle I && II
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
[每周翻译]作为一个计算鸡领域相关的学生狗,有毛东西可以让我花10分钟学习然后享受一生的?
原文地址: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
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
android使用adb installapk出现can't find **.apk to install
1. 有时候我们需要在使用ADT命令的adb安卓外部命令的时候出现下面的问题 出现上面的问题,其实是我们的apk方的文件不对,具体是什么问题怎么改路径我就没有深入研究了,。我查阅了好多资料才发现并不是我们没有把安装文件放到platform-tools文件夹里面我们可以用div命令看看我们的adb安装...
分类:移动开发   时间:2015-05-23 14:10:00    阅读次数:288
scapy - dns sniffer
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中的消息机制-解决:Only the original thread that created a view hierarchy can touch its views.
在分析Android消息机制之前,我们先来看一段代码:[html]view plaincopyprint?publicclassMainActivityextendsActivityimplementsView.OnClickListener{privateTextViewstateText;pri...
分类:移动开发   时间:2015-05-23 12:50:09    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!