Linux command ls basically use the file /etc/DIR_COLORS or /etc/DIR_COLORS.xterm to define the colors used, in terms of different types of terminal wi...
分类:
系统相关 时间:
2014-11-19 18:05:43
阅读次数:
298
升级系统和XCode后,在IOS8上编译之前的项目会报如下错误:
Undefined symbols for architecture x86_64:
"_opendir$INODE64", referenced from:
_OPENSSL_DIR_read in libcocos2dx iOS.a(o_dir.o)
"_readdir$INODE64", referenc...
分类:
其他好文 时间:
2014-11-19 12:42:26
阅读次数:
208
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-11-19 12:35:17
阅读次数:
106
Lastly,I have been found what significance is life and I try my best to work out it.But after a suffering during of such pursuit,I ask :"what I want t...
分类:
其他好文 时间:
2014-11-19 10:50:04
阅读次数:
147
概述: 关于Google Chrome命令行参数(英文叫Google Chrome Command line switches),是Chrome为了实现实验性功能、方便调试、延伸选项而做的特殊功能,虽然很多软件都提供了命令行参数的使用方法,但是像Chrome这样有近千条参数的还未曾见过。从2008年...
分类:
其他好文 时间:
2014-11-19 10:48:59
阅读次数:
184
【解释器启动方式】 第一种启动解释器的方式和启动Unix Shell的方式差不多,当解释器以与之连接的TTY设备的标准输入流启动时,它交互式读取和执行每一条命令;当解释器以文件名或者标准的文件输入流启动时,它会从文件中读取和执行脚本。 第二种启动解释器的方式是输入 python –c command...
分类:
编程语言 时间:
2014-11-19 07:14:27
阅读次数:
220
apache需要apr,编译中间的时候出现libtool:line990:g++:commandnotfound,执行yum-yinstallgcc+gcc-c++编译重新安装gcc就ok了
分类:
其他好文 时间:
2014-11-19 02:18:08
阅读次数:
178
一:Multiple annotations found at this line:Undefined
actionName parameter Undefined
actionnamespace parameter
这个红色叉叉报错:
Multiple annotations found at this line:
- Undefined actionName
p...
分类:
其他好文 时间:
2014-11-19 02:00:36
阅读次数:
330
解决在使用 oh-my-zsh 中的 sublime 插件时,遇到的 zsh: command not found: sublime 问题。
分类:
其他好文 时间:
2014-11-19 00:25:14
阅读次数:
257
一、选择Visual Studio Package模板建立插件项目由于此功能需要在右键菜单上添加命令,所以选择Visual Studio Package模板,根据模板向导步骤插件项目,在Select VSPackage Options步骤的时候选择Menu Command选项,如图-1所示:图-1接...
分类:
其他好文 时间:
2014-11-19 00:06:31
阅读次数:
336