码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
TextView使用SpannableString设置复合文本
TextView通常用来显示普通文本,但是有时候需要对其中某些文本进行样式、事件方面的设置。Android系统通过SpannableString类来对指定文本进行相关处理,具体有以下功能:1、BackgroundColorSpan 背景色2、ClickableSpan 文本可点击,有点击事件3、Fo...
分类:其他好文   时间:2015-12-09 11:35:18    阅读次数:228
[LeetCode]101. Trapping Rain Water收集雨水
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2015-12-08 22:02:27    阅读次数:391
[string]Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-12-07 20:30:10    阅读次数:183
在windows7中使用计划任务命令SCHTASKS查询计划任务失败的解决方案
造成这种原因是因为编码问题: 因此需要修改编码:chcp schtasks.exe /query 会报错 错误: 无法加载列资源。 修改编码为936为436就可以允许啦,但是中文不不能显示啦。 使用命令行查看任务的属性和历史记录的步骤 键入: Schtasks /Query /FO LIST /V ...
分类:Windows程序   时间:2015-12-06 22:41:16    阅读次数:354
1043. Is It a Binary Search Tree (25)
时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, Yue(二叉树建立方法)A Binary Search Tree (BST) is recursively defined as a binary tree which has the fo...
分类:其他好文   时间:2015-12-06 11:20:07    阅读次数:371
267. Palindrome Permutation II
题目:Given a strings, return all the palindromic permutations (without duplicates) of it. Return an empty list if no palindromic permutation could be fo...
分类:其他好文   时间:2015-12-06 01:49:57    阅读次数:200
Python Snippet (一)
//注意Linux主机//删除指定目录中文件名以 .tmp 为后缀的文件 1 #!/usr/bin/python 2 import os , glob 3 dirname = '/tmp' 4 allpy = glob.glob(os.path.join(dirname,'*')) 5 fo...
分类:编程语言   时间:2015-12-05 17:44:15    阅读次数:227
ASP.NET 5 and .NET Core RC Ready for Production
Microsoft recently released .NET Core and ASP.NET 5 Release Candidate, supported on Windows, OS X and Linux. Microsoft states this release is ready fo...
分类:Web程序   时间:2015-12-04 18:03:53    阅读次数:180
Python argparse
http://songpengfei.iteye.com/blog/1440158https://docs.python.org/2/library/argparse.htmlhttp://stackoverflow.com/questions/15753701/argparse-option-fo...
分类:编程语言   时间:2015-12-02 12:14:14    阅读次数:155
pcduino 无法打开usb摄像头。
1.sudo ./demon http://www.oschina.net/question/994181_1180982.usb camera interfarce switch :http://linksprite.com/wiki/index.php5?title=Mini_Webcam_fo...
分类:其他好文   时间:2015-12-02 00:54:28    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!