码迷,mamicode.com
首页 >  
搜索关键字:setting repository plugin.sync failed prolem    ( 16125个结果
主攻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
FAILED TO DO DATA ASSOCIATION FOR OES DOMAIN(ORA_01017)
Error log:Problem Description-------------------1.Prepare DatabaseRun the RCU utilityCreate Prefix: DEVSelect:IdentityManagement->Oracle Adaptive Acce...
分类:其他好文   时间:2014-05-16 21:18:44    阅读次数:426
[转]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
configure: error: mysql configure failed. Please check config.log for more information.
configure: error: mysql configure failed. Please check config.log for more information....
分类:数据库   时间:2014-05-15 05:15:02    阅读次数:318
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
ubuntu14.04启动提示set_sw_state failed
安装上ubuntu14.04时,系统启动时一直出现一个问题 kernel: [ 16.465893] [drm:rv770_dpm_set_power_state] *ERROR* rv770_set_sw_state failed 显卡是ATI4330,google了一下,网上也有类似的问题,看了一些,决定升级一下内核试一下。 原有的内核是3.13的,从ubuntu 内核网站上看到最新...
分类:其他好文   时间:2014-05-13 23:26:01    阅读次数:331
Unity 3D本地发布WebPlayer版时"Failed to download data file"解决方案
Unity 3D本地发布WebPlayer版时"Failed to download data file"解决方案...
分类:Web程序   时间:2014-05-13 15:12:03    阅读次数:850
0501-APP-launcher-shortcut
判断shutcut是否安装 "com.android.launcher.permission.READ_SETTINGS"/> 这段代码在模拟器上运行没有问题,但是在htc s510e运行报异常Failed to find provider info for com.android.launcher2.settings 通过但因htc所有包发现htc中的launcher被定制了改名为co...
分类:移动开发   时间:2014-05-12 23:58:28    阅读次数:625
菜鸟调错(四)——Spring与DWR集成,配置文件报错
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document;  2)...
分类:编程语言   时间:2014-05-12 22:55:47    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!