码迷,mamicode.com
首页 >  
搜索关键字:find file    ( 74561个结果
转:eclipse里面显示中文乱码
显示中文会变成乱码解决方案:Windows- >Pereferences- >General->Workspace- >Text File Encoding 选项下选择other,然后输入"GBK"即可当然你系统安装了东亚字体的支持才行,控制面板-区域选项里安装。
分类:系统相关   时间:2014-05-10 10:12:30    阅读次数:358
LeetCode OJ - Minimum && Maximum Depth of Binary Tree
这两道题用递归的解法都很简单,只是稍有不同。下面是AC代码: 1 /** 2 * Given a binary tree, find its minimum depth. 3 * the minimum depth is the number of nodes along th...
分类:其他好文   时间:2014-05-10 08:47:32    阅读次数:271
2014第18周日
今天大部分时间静下来编码,处理了另外两位同事敦促的接口问题,而没有真心按照自己的规划解决我认为的项目中可能会存在的各种问题,并明确出优先级来解决掉。总是找各种借口和一些琐事来填满正常的上班时间,然后不能全身心投入解决真正重要的事,解决掉这些该做的事的困难进而让自己更强大。或许天性都是逃避困难,此时刻...
分类:其他好文   时间:2014-05-10 02:01:01    阅读次数:241
rpm常用命令
1.列出包中有哪些文件: rpm -ql 2.查询文件属于哪一个RPM包: rpm -qf
分类:其他好文   时间:2014-05-10 01:53:25    阅读次数:230
Webstorm less watcher 配置
file > sttings > File watchers > 添加LESS watcher配置如图:
分类:Web程序   时间:2014-05-10 01:45:58    阅读次数:399
linux 小技巧总结
(1)linux判断文件是否存在if [ -f filename]; then 。。。。。。#要执行的语句fi具体例子:file=/usr/local/oracle/oradata/archived_log/file.txtif [ -f $file ];then #判断文件是否存在,存在就追加 e...
分类:系统相关   时间:2014-05-10 01:43:38    阅读次数:355
hdu 1599 find the mincost route
http://acm.hdu.edu.cn/showproblem.php?pid=1599floyd找最小环。 1 #include 2 #include 3 #include 4 #define maxn 200 5 using namespace std; 6 const int inf...
分类:其他好文   时间:2014-05-05 10:52:15    阅读次数:315
解决eclipse: Resource is out of sync with the file system 报错问题
eclipse版本:4.3在eclipse中搜索时,搜索完之后有时候会弹出错误对话框,错误摘录如下:Resource is out of sync with the file system......分析:这个问题是由于eclipse中文件不同步引起的。在eclipse中,工程文件是由eclipse...
分类:系统相关   时间:2014-05-05 10:51:16    阅读次数:443
oracle 解决backspace和上下键使用出现乱码
在bash提示符下,使用Del键或者Backspace键都能删除光标左右的字符,但是一旦进入sqlplus之后,只能使用Del键来删除光标左侧的字符,使用Backspace键则显示^H,使用ctrl+H也能删除字符。如果要在sqlplus下仅仅使用Backspace来删除字符,那么有两种方法: .....
分类:数据库   时间:2014-05-05 10:05:33    阅读次数:388
QT环境搭建常见的bug解决 -->ld: cannot find –lbootstrap 错误
常见错误列表一、编译arm环境的时候:./configure -prefix $HOME/Qtenv/arm -embedded arm-nomake docs -nomake demo -nomake examples1、configure完成之后,make出现问题:/usr/bin/ld: ca...
分类:其他好文   时间:2014-05-05 09:32:27    阅读次数:1967
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!