maven官方 http://repo1.maven.org/maven2/? 或 http://repo2.maven.org/maven2/ (延迟低一些) osc 本家 http://maven.oschina.net/content/groups/public/ jboss http://repository.jboss.org/nexus/content/...
分类:
其他好文 时间:
2015-07-27 01:59:14
阅读次数:
934
当拖拽资源进入项目时候 会提示的选项框1.Destination Copy iTems if needs 将资源copy进自己项目,不过不勾选的话文件就还是自己的源文件,在项目中的操作直接影响源文件2.added field 1. Create groups 创建一个分组,不是一个真实文件夹,文件夹...
分类:
其他好文 时间:
2015-07-27 00:12:36
阅读次数:
229
React.js Conf 2015会议上,Facebook发布了React Native,可以基于目前大热的开源JavaScript库React.js来开发iOS和Android原生App。而且React Native已经用于生产环境——Facebook Groups iOS应用就是基于它开发的。...
分类:
移动开发 时间:
2015-07-26 14:05:14
阅读次数:
218
--maven笔记
1.maven命令
2.archetype插件:用于创建符合maven规定的目录骨架
命令: mvn archetype:generate
3.
坐标:构件
仓库: 本地仓库和远程仓库
镜像仓库 :http://maven.net.cn/content/groups/public
更改本地仓库位置
4.maven生命周期:
...
分类:
其他好文 时间:
2015-07-23 17:52:34
阅读次数:
117
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less t...
分类:
其他好文 时间:
2015-07-20 22:45:56
阅读次数:
118
cd命令:changedir[root@wangchao~]#cd//进入当前用户家目录[root@wangchao~]#whoami//查看当前用户是谁root[root@wangchao~]#id//当前用户iduid=0(root)gid=0(root)groups=0(root)context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023[root@wangchao~]#echo$HOME//..
分类:
系统相关 时间:
2015-07-19 23:49:10
阅读次数:
202
502.A database is running In ARCHIVBXXMS mode. It has two online redo log groups and each group
has one member.
A LGWR Input/output (I/O) fells due to permanent media failure that has resulted In th...
分类:
其他好文 时间:
2015-07-19 11:53:41
阅读次数:
140
用户身份 在1.0.4这个版本的Hadoop中,客户端用户身份是通过宿主操作系统给出。对类Unix系统来说, 用户名等于`whoami`; 组列表等于`bash -c groups`。 将来会增加其他的方式来确定用户身份(比如Kerberos、LDA...
分类:
其他好文 时间:
2015-07-16 20:13:09
阅读次数:
355
题目:
Given an array of strings, return all groups of strings that are anagrams.
Note: All inputs will be in lower-case.
题意:
给定一个字符串数组,返回所有的易位构词组合。
注意:所有的输入都是小写。
算法分析:
易位构词其实也很好理解,就是两个单...
分类:
编程语言 时间:
2015-07-14 22:41:56
阅读次数:
149
我们可以在iPhone和Apple Watch间通过app groups来共享数据。方法如下: 首先要在dev center添加一个新的 app group: ? 接下来创建一个新的single view application,名字就叫SharingDataDemo: ? 添加三个控件...
分类:
移动开发 时间:
2015-07-14 18:27:58
阅读次数:
191