码迷,mamicode.com
首页 >  
搜索关键字:setting repository plugin.sync failed prolem    ( 16125个结果
错误提示:Apple Mach-O Linker Error
错误提示:Apple Mach-O Linker Error 红色提示: Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1 这种提示往往让我们不知道哪儿出错了,给出的提示不是很明显。 发生这种错误的原因通常是因为两个子工程中存在同名类造...
分类:移动开发   时间:2014-07-22 23:05:33    阅读次数:469
三分钟教你学Git (一)之模型
Git是版本控制工具,类似于SVN的作用。这里就忽略掉怎么安装之类的,只讲解Git最重要的思维模型。这三个概念一定要清楚: 1 工作区(Working Area) 2 暂存区(Stage) 3 版本库(repository, 本地仓库和远程仓库) 工作区很简单,就是你修改代码时会立即体现的地方。 暂存区是Git的特色之一,这个概念不好理解,这里举一个例子说明。如我们领到了...
分类:其他好文   时间:2014-07-22 23:01:54    阅读次数:381
javafx并发初步
javafx.concurrency并发包是为方便javafx Application Thread也就是javafx的UI线程与后台线程安全交互的工具包。 接口:Worker. Worker接口封装了Worker.State枚举作为Worker的状态:READY,SCHEDULED,RUNNING,SUCCEDED,FAILED,CANCELLED. Worker拥有下面这些只读prope...
分类:编程语言   时间:2014-05-01 21:51:52    阅读次数:691
搭建Debian源基础知识记录
文档一:https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro 文档二:http://blog.jonliv.es/2011/04/26/creating-your-own-signed-apt-repository-and-debian-packages/...
分类:其他好文   时间:2014-05-01 18:19:21    阅读次数:270
Everpad: 在linux(ubuntu)上最好的Evernote客户端,不再为linux没Evernote而苦恼
安装Everpad sudo add-apt-repository ppa:nvbn-rm/ppa sudo apt-get update sudo apt-get install everpad...
分类:系统相关   时间:2014-05-01 17:35:52    阅读次数:490
Ubuntu 14.04 Sublime text 2 集成 Git
Reference[1]Associating text editors with Git[2]Git 教學(1) : Git 的基本使用[3]Sublime Text 2: git plugin[4]Git: Setting Sublime Text as the Default Editor f...
分类:其他好文   时间:2014-05-01 02:57:22    阅读次数:249
50 在Ubuntu下挂载exfat格式的移动硬盘/U盘
exfat文件格式是唯一一个在OSX、win7和ubuntu系统下都能使用的文件格式,其能被osx和win7原生支持,并且支持4G以上的文件,但是ubuntu由于版权问题没法直接支持exfat,所以当插入该格式移动硬盘的时候会提示无法挂载,此时可以通过如下方法解决: sudo add-apt-repository ppa:relan/exfat 加入新的PPA s...
分类:移动开发   时间:2014-04-29 13:37:21    阅读次数:425
gradle测试出现IllegalArgumentException
今天clone了一份代码,跑gradle test时出现failed,从report上来看是这个错误:IllegalArgumentException,具体如下: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.(Unknown Source) at org.objectweb.asm.ClassRead...
分类:其他好文   时间:2014-04-29 13:27:21    阅读次数:359
mysql--Failed toopen log--datadir物理迁移报错
mysql5.6, [ERROR] Failed toopen log ,datadir物理迁移报错,log-bin-index,log-bin配置...
分类:数据库   时间:2014-04-29 13:27:20    阅读次数:512
创建Hive/hbase相关联的表异常
FAILED: Error in metadata: java.lang.RuntimeException: MetaException(message:org.apache.hadoop.hive.serde2.SerDeException org.apache.hadoop.hive.hbase.HBaseSerDe: columns has 3 elements while hbase.columns.mapping has 4 elements (counting the key if implic...
分类:其他好文   时间:2014-04-29 13:17:21    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!