码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
Android SDK更新以及ADT更新出现问题的解决办法
使用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
Spring零配置
@Component :标注一个普通的Spring Bean类。@Controller: 标注一个控制器组件类。@Service:标注一个业务逻辑组件类。@Repository:标注一个DAO组件类。首先要使用注解需要配置Spring自动扫描的包 将ScheduleDaoImp类注入在Spring....
分类:编程语言   时间:2014-05-18 02:24:39    阅读次数:367
add-apt-repository: command not found .
今天给nginx 升级的时候碰到一个问题通过执行 add-apt-repository 命令来添加nginx 的ppa的时候发现 命令找不到root@ubuntu:~# sudo add-apt-repositoryppa:nginx/stablesudo: add-apt-repository: ...
分类:其他好文   时间:2014-05-17 22:10:10    阅读次数:336
主攻ASP.NET.4.5.1 MVC5.0之重生:在项目中使用zTree jQuery 树插件
效果图和json格式Controllers代码using HR.Models;using HR.Models.Repository;/***********************************************************************************...
分类:Web程序   时间:2014-05-17 02:48:12    阅读次数:1011
[转]Oracle AWR(Automatic Workload Repository)使用解析
一. AWR说明Oracle 10g之前对数据库做性能检测使用statspack工具。关于statspack的说明,参考我的Blog:statspack安装使用和report分析http://space.itpub.net/28673746/viewspace-757339Oracle Databa...
分类:数据库   时间:2014-05-16 20:34:39    阅读次数:610
oracle手工生成AWR报告方法记录
AWR(Automatic Workload Repository)报告是我们进行日常数据库性能评定、问题SQL发现的重要手段。熟练掌握AWR报告,是做好开发、运维DBA工作的重要基本功。AWR报告的原理是基于Oracle数据库的定时镜像功能。默认情况下,Oracle数据库后台进程会以一定间隔(一小...
分类:数据库   时间:2014-05-15 17:13:37    阅读次数:418
eclipse 搭建salesforce开发环境
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
HDU--2846--Repository--字典树
#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
SVN基本介绍
SVN是一种项目合作开发的软件,参与项目的人员可以在不同的地方实现文件和目录的超时空共享。 两个重要的概念: 1、配置库(Repository) SVN的核心是配置库,储存所有的数据,配置库按照文件树形式储存数据-包括文件和目录,任意数量的客户端可以连接到配置库,读写这些文件。通过写数据,这些信息就会共享,别人可以看到这些信息;通过读数据,可以看到别人的修改。...
分类:其他好文   时间:2014-05-14 00:54:13    阅读次数:342
配置基于httpd的yum本地库的注意事项
首先,这里有篇博文,讲的非常透彻,不再赘述http://www.idimmu.net/2009/10/20/creating-a-local-and-http-redhat-yum-repository/在准备好本地的rpm的repo之后,通过httpd提供服务时,通常会遇到403的异常错误。通过调研发现,这基本上是由于SELinux服务所致,解决的办法就是..
分类:其他好文   时间:2014-05-12 04:03:24    阅读次数:367
4190条   上一页 1 ... 415 416 417 418 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!