sass文件编译时候使用ruby环境,无论是界面化的koala工具还是命令行模式的都无法通过,真是令人烦恼。容易出现中文注释时候无法编译通过,或者出现乱码,找了几天的解决方法终于解决了。这个问题的奇葩之处在于在xp环境中没有任何问题,只是在windows7环境中才出现的这个。sass编译时候出现如下...
分类:
其他好文 时间:
2014-08-10 01:38:39
阅读次数:
719
Sudoku SolverWrite a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that the...
分类:
其他好文 时间:
2014-08-09 23:00:09
阅读次数:
269
Search in Rotated Sorted ArraySuppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2)....
分类:
其他好文 时间:
2014-08-09 18:27:48
阅读次数:
148
UVA - 11374
Airport Express
Time Limit:1000MS
Memory Limit:Unknown
64bit IO Format:%lld & %llu
[Submit] [Go Back] [Status]
Description
ProblemD: Ai...
分类:
其他好文 时间:
2014-08-09 11:48:37
阅读次数:
261
Regular Expression MatchingImplement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more o...
分类:
其他好文 时间:
2014-08-08 17:59:16
阅读次数:
173
DB2数据库的内置数据类型主要分成数值型(numeric)、字符串型(character string)、图形字符串(graphic string)、二进制字符串型(binary string)或日期时间型(datetime)。还有一种叫做 DATALINK 的特殊数据类型。DATALINK 值包含...
分类:
数据库 时间:
2014-08-08 17:22:26
阅读次数:
346
lampp下的mysql配置文件路径: /opt/lampp/etc/my.cnf 1 配置默认字符集 於mysqld项下添加 character-set-server=utf-8 init_connect =‘SET NAMES utf8‘ 於client项下添加 default-character-set =utf8 酱紫就ok了...
分类:
数据库 时间:
2014-08-08 16:39:46
阅读次数:
319
//1、学习到字符输入//2、判断字符#includeusing namespace std;int main(){ char a; cout>a; if(a>'0'&&a<'9') { cout<<"it's a numerical character!"<<...
分类:
其他好文 时间:
2014-08-08 12:29:45
阅读次数:
191
python3 print输出unicode字符时出现以下错误:UnicodeEncodeError: 'gbk' codec can't encode character '\u30fb解决方法:sys.stdout = io.TextIOWrapper(sys.stdout.buffer, er...
分类:
编程语言 时间:
2014-08-08 12:21:35
阅读次数:
431
一:问题 targets中证书的设置1.项目支持多设备(Xcode5.1.1支持低版本)2.真机测试要确保Code Siging 设置没问题支持的最低版本二 :问题:image not foundLibrary not loaded: /System/Library/Frameworks/AdSup...
分类:
其他好文 时间:
2014-08-07 18:31:40
阅读次数:
271