1、新建Parent项目,MavenProject 2、新建子模块项目,MavenProject 右击项目名 --> NEW --> other 结果,在parent上运行会打出两个包,一个是jar包, 一个是war包,下面是结果日志:
分类:
其他好文 时间:
2016-03-04 10:29:29
阅读次数:
106
This morning, I got a spare machine from of of the labmates. The OS is ubuntu 12.04. I could not log into the system because it is under other person'
分类:
系统相关 时间:
2016-03-04 07:06:48
阅读次数:
225
题目描述: /*Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two e
分类:
其他好文 时间:
2016-03-03 01:42:53
阅读次数:
185
Malformed lock file found: /var/cache/dnf/metadata_lock.pid.Ensure no other dnf process is running and remove the lock file manually or run systemd-tm
分类:
Web程序 时间:
2016-03-02 19:48:30
阅读次数:
321
<iOS>关于Xcode上的Other linker flags Targets选项下有Other linker flags的设置,用来填写XCode的链接器参数,如:-ObjC -all_load -force_load等。还记得我们在学习C程序的时候,从C代码到可执行文件经历的步骤是:源代码 >
分类:
移动开发 时间:
2016-03-02 00:22:35
阅读次数:
151
选中Solution,新建Project,类型为:other project Types – setup and Deployment- Smart Device CAB Project, Name为SmartSetUP 选中File System on Target Machine,点右键—》Ad
Immutable.js provides several methods to iterate over an Immutable.Map(). These also apply to the other immutable structures found within the Immutabl
分类:
Web程序 时间:
2016-03-01 06:21:17
阅读次数:
286
Swift iOS项目集成阿里云和百度地图SDK时,archive操作会报下面的错误,原因是缺了相关的bitcode,详见参考文章。解决办法是在编译脚本增加配置 xcodebuild OTHER_CFLAGS="-fembed-bitcode" -target XXXX buildld: bitcode bundle could not be generated because '/Users/z...
分类:
移动开发 时间:
2016-02-29 16:44:37
阅读次数:
170
Cha 11. Sorting and Searching Summary Problems 11.1 merge B into A in sorted order 11.2 sort string array so anagrams next to each other 11.3 find num
分类:
其他好文 时间:
2016-02-28 06:28:23
阅读次数:
204
Targets选项下有Other linker flags的设置,用来填写XCode的链接器参数,如:-ObjC -all_load -force_load -allod等。 下面逐个介绍3个常用参数:-ObjC:加了这个参数后,链接器就会把静态库中所有的Objective-C类和分类都加载到最后的
分类:
其他好文 时间:
2016-02-26 09:15:47
阅读次数:
113