现象:通过html生成jade文件之后,更改jade文件时,语句没什么问题的情况下,jade文件编译不通过,报错:Invalid indentation,you can use tabs or spaces but not both。原因:错误信息上已经写得很清楚了,是因为jade文件里出现了多余的...
分类:
其他好文 时间:
2015-11-06 01:32:18
阅读次数:
216
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
一、安装依赖的包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
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
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
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
//: Playground - noun: a place where people can playimport Cocoavar str0 = "Hello, playground"//类是引用类型,结构体与枚举是值类型//*****************结构体***************...
分类:
编程语言 时间:
2015-11-04 22:55:17
阅读次数:
332
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
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
lookingstars/JZVideoDemo视频播放器Updated on 11 AugObjective-C1510caoguoqing/VideoEditDemoiOS video cut ,also can add blackgroundmusic iOS 视频剪辑,视频添加背景音乐Upd...
分类:
其他好文 时间:
2015-11-03 19:20:50
阅读次数:
594