using FtpLib; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.IO; using System.Linq; using System.ServiceProcess; using System.Text; using System.Threading; using
一.背景 项目开发中,AS(Android Studio)经常会用到通过关键字在项目空间下搜索对应结果.最经常用到的Find in Path.例如打开Find in Path后,可以选中Scope tab,选择All Places范围去搜索对应的关键字,下方会自动显示对应的搜索结果. Find in Path搜索时,可选的tab有In Project.Module.Directory和Scope.同时Scope下又细分了很多选项,即对应的选择条件,例如All Places.Project Fil
今天在IDEA更新项目目录时,发现报错“Error:svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted” 从字面意思上看应该是之前有些操作没完成就被中断了,导致svn无法正常工作,网上查了下资料,这种情况需要clean up一下,不过给出的方法都比较麻烦,现在有个比较简单的方法可供大家参考: 右键项目目录,在TortoiseSVN项选择Clean up,把弹出框的这三项勾上再
在Erlang In Anger第二章中讲到使用rebar来创建一个Erlang项目(Application或Project) 但美中不足的只是给出了指引,但没有给出详细的步骤. 下面我们就使用rebar一步步来创建一个典型的Application. 但在此之前,最好先理解下Erlang In Anger中第二章节所讲关于application结构的部分:http://zhongwencool.gitbooks.io/erlang_in_anger/ 通过本小节,你可以了解使用rebar加入