使用SDK Manager更新时出现问题Failed to fetch URL
https://dl-ssl.google.com/android/repository/repository-6.xml, reason:
Connection to https://dl-ssl.google.com...
分类:
移动开发 时间:
2014-05-18 20:25:14
阅读次数:
405
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
@Component :标注一个普通的Spring Bean类。@Controller:
标注一个控制器组件类。@Service:标注一个业务逻辑组件类。@Repository:标注一个DAO组件类。首先要使用注解需要配置Spring自动扫描的包
将ScheduleDaoImp类注入在Spring....
分类:
编程语言 时间:
2014-05-18 02:24:39
阅读次数:
367
安装完Linux
Mint后,发现系统中竟没有中文输入法,语言支持之后自动更新过程中有些安装包下载失败。可以采取下面的方法安装上中文输入法。1. 安装iBus:sudo
add-apt-repository ppa:shawn-p-huang/ppasudo apt-get updatesudo a...
分类:
系统相关 时间:
2014-05-17 23:12:51
阅读次数:
441
今天给nginx 升级的时候碰到一个问题通过执行 add-apt-repository
命令来添加nginx 的ppa的时候发现 命令找不到root@ubuntu:~# sudo
add-apt-repositoryppa:nginx/stablesudo: add-apt-repository: ...
分类:
其他好文 时间:
2014-05-17 22:10:10
阅读次数:
336
效果图和json格式Controllers代码using HR.Models;using
HR.Models.Repository;/***********************************************************************************...
分类:
Web程序 时间:
2014-05-17 02:48:12
阅读次数:
1011
一. AWR说明Oracle
10g之前对数据库做性能检测使用statspack工具。关于statspack的说明,参考我的Blog:statspack安装使用和report分析http://space.itpub.net/28673746/viewspace-757339Oracle
Databa...
分类:
数据库 时间:
2014-05-16 20:34:39
阅读次数:
610
AWR(Automatic Workload
Repository)报告是我们进行日常数据库性能评定、问题SQL发现的重要手段。熟练掌握AWR报告,是做好开发、运维DBA工作的重要基本功。AWR报告的原理是基于Oracle数据库的定时镜像功能。默认情况下,Oracle数据库后台进程会以一定间隔(一小...
分类:
数据库 时间:
2014-05-15 17:13:37
阅读次数:
418
Launch Eclipse and click Help > Install New Software....
Click Add.... In the Add Repository dialog, set the Name to "Force.com IDE" and the
Location to "http://media.developerforce.com/...
分类:
系统相关 时间:
2014-05-15 02:51:11
阅读次数:
480
#include
#include
#include
#include
#include
#include
using namespace std;
struct ssss
{
ssss *c[26];
int n,v;
}*s;
void insert(char *str,int v)
{
int i,j,k,l;
ssss *p,*q;
p=...
分类:
其他好文 时间:
2014-05-14 15:06:54
阅读次数:
357