码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Jade报错:Invalid indentation,you can use tabs or spaces but not both问题
现象:通过html生成jade文件之后,更改jade文件时,语句没什么问题的情况下,jade文件编译不通过,报错:Invalid indentation,you can use tabs or spaces but not both。原因:错误信息上已经写得很清楚了,是因为jade文件里出现了多余的...
分类:其他好文   时间:2015-11-06 01:32:18    阅读次数:216
Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2015-11-05 23:58:27    阅读次数:336
git安装
一、安装依赖的包yum install -y zlib-devel openssl-devel perl cpio expat-devel gettext-devel autoconf curl-develcentos6.5下编译提示 Can't locate ExtUtils/MakeMaker....
分类:其他好文   时间:2015-11-05 20:36:56    阅读次数:152
Banking Rounding for Decimal rounding off on Linux
Hi All,After I investigated ccr below, I found an rounding issue. The issue is that we can get different resultbetween Linux and Windows platform when...
分类:系统相关   时间:2015-11-05 18:47:40    阅读次数:361
python---连接MySQL第五页
Connector/Python Connection ArgumentsA connection with the MySQL server can be established using either the mysql.connector.connect() function or the ...
分类:数据库   时间:2015-11-05 13:30:29    阅读次数:455
ULK --- Chap3 Processes: Identifying a Process
As a general rule, each execution context that can be independently scheduled must have its ownprocess descriptor; therefore, even lightweight process...
分类:其他好文   时间:2015-11-05 07:36:28    阅读次数:197
Swift的结构体,枚举,可选Optional,可选链
//: Playground - noun: a place where people can playimport Cocoavar str0 = "Hello, playground"//类是引用类型,结构体与枚举是值类型//*****************结构体***************...
分类:编程语言   时间:2015-11-04 22:55:17    阅读次数:332
LeetCode OJ:Linked List Cycle(链表循环)
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?判断一个链表是否存在环,维护快慢指针就可以,如果有环那么快指针一定会追上慢指针,代码...
分类:其他好文   时间:2015-11-04 00:32:06    阅读次数:212
LeetCode——Serialize and Deserialize Binary Tree
Description:Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory...
分类:其他好文   时间:2015-11-03 20:51:35    阅读次数:278
github视频录制播放相关功能-参考
lookingstars/JZVideoDemo视频播放器Updated on 11 AugObjective-C1510caoguoqing/VideoEditDemoiOS video cut ,also can add blackgroundmusic iOS 视频剪辑,视频添加背景音乐Upd...
分类:其他好文   时间:2015-11-03 19:20:50    阅读次数:594
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!