我们直接import项目的时候,因为有的git项目是没有.project和.classpath文件的,所以直接import已有项目肯定不行。
以下是解决方案:
1. new Android Project里面换一个选项create project from existing code
(new->project->Android / Android Project from Exis...
                            
                            
                                分类:
移动开发   时间:
2014-07-18 17:00:16   
                                阅读次数:
222
                             
                    
                        
                            
                            
                                I went through the EE445M and found it’s interesting since the goal of this class is to build a working RTOS. The first lec note mentioned how to make...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 16:27:54   
                                阅读次数:
175
                             
                    
                        
                            
                            
                                C:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 16:26:38   
                                阅读次数:
185
                             
                    
                        
                            
                            
                                通过简单的command(命令)模式,理解apply, call, 作用域 (function(){ var carManager = { requestInfo:function(model,id){ return 'the inf...
                            
                            
                                分类:
其他好文   时间:
2014-07-18 16:09:42   
                                阅读次数:
183
                             
                    
                        
                            
                            
                                假设一个应用抛出大量的Classnot found信息,一般你会怀疑包冲突。但是tomcat的webappclassloader却有这种问题:假设一个应用公布出现故障, webappclassloader的started属性被设为false.然后其他线程假设继续使用webappclassloader...
                            
                            
                                分类:
移动开发   时间:
2014-07-18 09:22:56   
                                阅读次数:
190
                             
                    
                        
                            
                            
                                用例:f = os.popen("%s %s %s" % ("pkg-config", " ".join(args), mod))popen(...) popen(command [, mode='r' [, bufsize]]) -> pipe Open a pipe to/from a com....
                            
                            
                                分类:
编程语言   时间:
2014-07-18 00:00:03   
                                阅读次数:
392
                             
                    
                        
                            
                            
                                from distutils.core import setup, Extension, Commandfrom distutils.command.build import buildfrom distutils.command.clean import cleanfrom distutils.c...
                            
                            
                                分类:
编程语言   时间:
2014-07-17 21:23:17   
                                阅读次数:
911
                             
                    
                        
                            
                            
                                无赖右方向键→和End键都在键盘的另一边,每次输入完一个函数,光标在各种括号中间,有什么更好的方式将光标移出来呢?在Sublime Text 2中,我们可以自己设置快捷键: { "keys": ["ctrl+alt+space"], "command": "move", "args": {"by":...
                            
                            
                                分类:
其他好文   时间:
2014-07-17 17:28:58   
                                阅读次数:
228
                             
                    
                        
                            
                            
                                当系统中有一个命令的时候,通过rpm-qf/path/to/command可以查到这个命令是由哪个软件包安装的。但是,如果说需要用的这个命令不存在呢,该如何找到能提供这个命令的软件包。通过yum能够解决这个问题#yumhelp|grepprovides
providesFindwhatpackageprovidesthegivenvalue比如,..
                            
                            
                                分类:
其他好文   时间:
2014-07-17 16:35:46   
                                阅读次数:
237
                             
                    
                        
                            
                            
                                html5:语义化的结构标签,"非革命性的发展"html5的Doctype声明:<!doctypehtml><!doctypehtmlsystem"about:legacy-compat">html5指定文件中的字符编码<metacharset="utf-8">html5可以省略标记的元素:1>不允许写结束标记的元素有:area,base,br,col,command,e..
                            
                            
                                分类:
Web程序   时间:
2014-07-17 16:09:53   
                                阅读次数:
367