找程式砍 .DS_Store 很烦,直接让它不要出现吧 其实这问题困扰我很久了,每个目录裡面都会跑出一个 .DS_Store 的档案,我通常都是用 ? find /path/to -name 『.DS_Store』 -delete ? 来砍,不过砍了又会自动再生...
分类:
其他好文 时间:
2014-07-22 09:03:07
阅读次数:
198
错误一: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [spring.xml]; nested exception is java.lang.NoClassDefFou...
分类:
其他好文 时间:
2014-07-21 10:17:14
阅读次数:
212
ubuntu 12.04密码正确登录不进的问题 ? 问题描述: ? 安装完arm-linux-gcc 4.3.3后(准确来说是tar解压完),按照开发文档中说明的去修改/etc/profile文件,在PATH中增加路径,同时又在/etc/environment中修改了...
分类:
其他好文 时间:
2014-07-21 10:15:30
阅读次数:
184
eclipse使用基本上算是小白~~~~明白一点记录一点吧~~~~1.eclipse增加jar包,一般不要直接build path 因为这样到别人的机器上就不能正常运行了,故:一般在工程下建立一个lib,存放jar包 ---------》右键添加的jar包-----》add to bulid pat...
分类:
系统相关 时间:
2014-07-21 10:03:45
阅读次数:
291
http://www.csie.ntnu.edu.tw/~u91029/Matching.html 1 int nx,ny; 2 int mx[N],my[N]; 3 bool vy[N]; 4 bool g[N][N]; 5 6 int decode(int x,int y) {return...
分类:
其他好文 时间:
2014-07-21 09:38:46
阅读次数:
210
如上图所示,需要更新该表中Path字段,如ID=14的Path值:-1,ID=17的Path值:-1.14,ID=20的Path值:-1.14.18.19步骤1、创建函数Create FUNCTION [dbo].[F_Org]( @id int )RETURNS TABLE ASRETUR...
分类:
数据库 时间:
2014-07-21 09:29:07
阅读次数:
352
创建一个新字符串并将其设置为 path 指定的文件的内容,使用字符编码enc,在error上返回错误+ (id)stringWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error;创建...
分类:
移动开发 时间:
2014-07-21 09:18:15
阅读次数:
226
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2014-07-21 09:07:24
阅读次数:
207
在使用最新版ADT 23进行android学习时发现一些问题:1.通过设置intent的action来启动另外一个activity时,会出现No Activity found to handle Intent这个错误仔细查看了源码发现代码错误,思索许久并未找出错误。当查看到工程的build path...
分类:
移动开发 时间:
2014-07-20 21:29:35
阅读次数:
261
RPM包管理器的常用命令和示例:1、安装程序包:rpm[option]/path/to/package_file–i:安装程序包–v:显示安装的过程-h:显示安装进度-vv:显示详细信息-vvv:显示更更详细信息-ivh--nodeps:强制安装程序包(不解决依赖关系情况下强制安装,将不能正常使用)2、卸载程序包rpm[..
分类:
其他好文 时间:
2014-07-20 15:33:21
阅读次数:
428