~ 我的home目录/ 系统根目录进入home目录:cd \进入跟目录:cd /显示IP信息:ifconfig显示文件列表:ll -h -h统计大小Maven编译:mvn clean deploy -U -Dmaven.test.skip=true dependency:copy-dependen....
分类:
系统相关 时间:
2014-10-27 21:13:43
阅读次数:
268
随着Android,IOS手机,平板等各种App的不断扩增,加上对过去传统HTML的的各种不完善,例如视频依靠Flash,对手机和桌面的不兼容等等。HTML5来了,来解决这些问题了。 Html5是W3C(World Wide Web Consortium,万维网联盟)与WHATWG(Web Hypertext Application Technology Working Grou...
分类:
Web程序 时间:
2014-10-27 19:33:08
阅读次数:
235
IntroductionGo's slice type provides a convenient and efficient means of working with sequences of typed data. Slices are analogous to arrays in other...
分类:
其他好文 时间:
2014-10-27 06:50:33
阅读次数:
264
1. 新建hello world总是不成功,提示The container 'Android Dependencies' references non existing library网上查资料有的说 clean 项目,然后 fix 之类的,各种不管用。又有人说 appcompat_v7是googl...
分类:
其他好文 时间:
2014-10-25 18:44:44
阅读次数:
363
Ubuntu may stop working after a Chrome OS update. If that's the case, update all the installed targets using the following command (in Chrome OS, open...
分类:
其他好文 时间:
2014-10-25 17:06:23
阅读次数:
128
以下流程参考rebar的wiki,亲测rebar的版本一定要注意,高版本对于下面两个指令有bugrebar generate-appupsrebar generate-upgrade经过一个个版本的测试,2.2.0版本可用,但是这个版本的clean和compile指令不支持-r参数例子: 用reba...
分类:
其他好文 时间:
2014-10-24 20:23:43
阅读次数:
253
1、使用gradle clean war 命令将项目打成war包,这一过程gradle没有提示报错。
2、将得到的myapp.war拷贝到tomcat下webapps(部署war包)
3、启动tomcat的时候,发现加载myapp.war失败,错误信息如下:
java.lang.IllegalArgumentException: MALFORMED
at java.util....
分类:
其他好文 时间:
2014-10-24 18:58:38
阅读次数:
449
由于eclipse的编译是基于时间戳的判断机制的。因此当你按buildall的时候有些eclipse认为时间戳没有改变的类不会被编译。因此你可以先clean一下再编译。这个时候eclipse会将所有的以前编译信息清除然后编译。eclipse--->project----->clean...选项将工程...
分类:
系统相关 时间:
2014-10-24 18:48:35
阅读次数:
283
pwd :print working directory。打印工作目录即当前目录。
cd :change directory。切换目录。/是linux的根目录,eg.
cd/home
ls :list 列出文件或子目录的信息。三个参数-a-i -l。linux用颜色来区分文件类别:
默认:蓝色--目录,绿色--可执行文件,红色--压缩文件,浅蓝色--连接文件,灰色--其他文件
dat...
分类:
系统相关 时间:
2014-10-24 14:38:36
阅读次数:
246
1、恢复被禁用邮箱:常规下在Exchange2010控制台恢复时没有提示报错,但从web界面打开时却提示邮箱被禁用。后来在Exchangemanagementshell下使用clean-mailboxdatabasedatabasename解决。实际操作截图如下::2、删除边缘传输服务器:先在Exchange2010shell下执行:Remove-Edge..
分类:
其他好文 时间:
2014-10-23 21:01:05
阅读次数:
142