前一阵子下了最新的JavaEE版本的eclipse,导入maven工程之后,pom文件一直报Missing artifact com.sun:tools:jar:1.5.0。很纳闷,tools.jar是jdk自带的jar包。查了一下pom依赖图,原来是struts-core依赖了这个jar包。
试了网上的各种方法,只有把jdk的tools.jar复制到本地仓库,报错才消失。...
分类:
其他好文 时间:
2014-05-10 09:21:34
阅读次数:
449
在gdb调试时segmentation fault问题时,遇到下面的了问题:Program
received signal SIGABRT, Aborted.0x00007ffff73eb925 in raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/...
分类:
数据库 时间:
2014-05-09 11:40:36
阅读次数:
422
1,总是信任---》系统默认,2,missing shot缺少了iPad的 图片,设置 info不是
universal是 iPhone,3,有广告的 ,广告内容全部勾选,4,一个是启动图片,一个是 应用图标,5,如果用黑色的启动图片,那么需要提供
纯黑色的图片,而不是 不添加,
分类:
移动开发 时间:
2014-05-09 11:02:37
阅读次数:
449
官方代码发短息和邮件添加MessageUI.framework 库发送信息-
(IBAction)showSMSPicker:(id)sender{ // You must check that the current device
can send SMS messages before you ...
分类:
移动开发 时间:
2014-05-08 20:26:04
阅读次数:
500
Before Finetuning Train Accuracy: 51.190%After
Finetuning Train Accuracy: 100.000%Before Finetuning Test Accuracy: 46.429%After
Finetuning Test Accura...
分类:
其他好文 时间:
2014-05-08 20:23:18
阅读次数:
440
2014.5.5 获取客户端真实ip地址出现问题,解答如下: When you have NAT
(Network Address Translation) device before your servlet
containerrequest.getRemoteAddr()returns the....
分类:
其他好文 时间:
2014-05-07 19:02:49
阅读次数:
261
#include
#include
/*
英语原文:
In function-like macros, a # operator before an identifier in the replacement-list runs
the identifier through parameter replacement and encloses the r...
分类:
编程语言 时间:
2014-05-06 22:01:02
阅读次数:
378
让我们简单Let’s take a look at three (very basic) ways to get a scoped token from Keystone (theOpenStack Identity
Project). Keep in mind that these are just a few ways you can go about this. Before tryin...
分类:
其他好文 时间:
2014-05-06 19:30:32
阅读次数:
359
After a long and successful day of preparing food for the banquet, it is time to clean up. There is a list of n jobs to do before the kitchen can be closed for the night. These jobs are indexed from 1...
分类:
其他好文 时间:
2014-05-04 18:25:07
阅读次数:
384
#includemain(){ int fork_3; printf("Before:my
pid is %d\n",getpid()); fork_3 = fork(); if(fork_3 ==-1) perror("fork"); else
if(fork_3 ==...
分类:
其他好文 时间:
2014-05-04 10:08:16
阅读次数:
248