1.如何在Eclipse开一个已存在的android工程?其打开操作是:File->Import->General->Existing Projects into Workspace,然后选择工程所在根目录(Select root directory),按“Finish”按钮即可注意:要是在work...
分类:
移动开发 时间:
2014-09-30 23:48:50
阅读次数:
205
本文英语版本来自:http://www.ghacks.net/2009/04/04/get-to-know-linux-the-etcinitd-directory/ 以下内容是作者自己的翻译版本,如需转载到CSDN外其他网站,请注明本文链接。一、关于/etc/init.d 如果你使用过linux系...
分类:
系统相关 时间:
2014-09-30 16:56:49
阅读次数:
4989
文章转自:http://blog.csdn.net/hguisu/article/details/79559851. 搜索引擎的分类搜索引擎按其工作方式主要可分为三种:分别是全文搜索引擎(Full Text Search Engine)目录索引类搜索引擎(Search Index/Directory...
分类:
其他好文 时间:
2014-09-30 13:06:09
阅读次数:
242
最近修改了几个python文件,发现在linux上只能用python file来执行,直接./file提示错误“no such file or directory”,而脚本是用“#!/usr/bin/env python”开头的,应该是可以直接执行的。 一般情况下,这个错误是由于没有权限导致的。但是...
分类:
编程语言 时间:
2014-09-29 13:14:50
阅读次数:
173
通过make编译mochiweb项目出现了/usr/bin/env:escript:Nosuchfileordirectory问题。由于escrpt是erlang的一种高级特性,于是想到是否erlang安装不成功?重装了几次erlang并没有发现什么异常。于是去到erlang的安装目录下查找escr...
分类:
系统相关 时间:
2014-09-29 12:10:40
阅读次数:
2947
简单的示例Shell程序示例1.#!/bin/bash
#This is to show what a shell script looks like
echo "Our first example"
echo # This inserts an empty line in output.
echo "We are currently in the following directory."
/b...
分类:
其他好文 时间:
2014-09-28 20:05:46
阅读次数:
266
通过查看android源码目录下的build/envsetup.sh文件,可知:- m: Makes from the top of the tree.- mm: Builds all of the modules in the current directory.- mmm: Builds all...
分类:
移动开发 时间:
2014-09-28 19:33:54
阅读次数:
194
今天做项目的时候svn突然提更新不了,但是能提交,我以为是IDE自带的svn出问题,但是使用了其他的svn客户端还是不能更新代码,很是诡异!错误出现:svn:Can‘tfindatemporarydirectory解决办法:网上搜了搜说一般这种情况出现在服务器端,磁盘慢了的情况;我的svn服务器为Centos..
分类:
其他好文 时间:
2014-09-28 18:49:46
阅读次数:
986
当我们在给我们项目中的一些文件转移位置存放的时候,经常性的会遇到no such file or directory这个错误,也就是说是在路径下找不到相关的文件,这里介绍一种方法,解决这个曾经纠结我好久的问题,也希望对大家能够有所帮助!1.这是经常遇到的一个错误,如图:2.在你的项目中找到发生错...
分类:
其他好文 时间:
2014-09-28 15:03:02
阅读次数:
119
No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system. 最近接手了一个新的JAVA项目,在IDEA中配置好了Deb...
分类:
其他好文 时间:
2014-09-27 23:25:10
阅读次数:
2609