本文主要介绍Sublime Text如何开启debug模式,以及分析一些使用过程中常见错误的解决方法。情形一Package Control:There are no packages available for installation。情形二:Package Control:Unableto download Emmet.Please view the console for more details. Error while loading PyV8 binary:exit code 3 …情形三:无法...
分类:
其他好文 时间:
2015-03-14 18:34:13
阅读次数:
2177
win7系统,在python中调用ChromeDriver 一直报错“selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path....
分类:
编程语言 时间:
2015-03-13 16:16:51
阅读次数:
138
Java Code Convention Rules Rules available in this category: Avoid_assignment_in_if Always_declare_a_class_having_only_private_constructors_as_final Replace_enumeration_with_iterator Combine_if_sta...
分类:
编程语言 时间:
2015-03-13 09:27:34
阅读次数:
247
在测试中需要在两台虚拟机之间传递文件,首先想到的是scp命令,结果提示:-bash: scp: command not found想当然用yum install scp命令安装,结果提示:No package scp available.后来发现scp这东西应该属于openssh-clients这个...
分类:
其他好文 时间:
2015-03-12 16:40:35
阅读次数:
133
解决方法有两种:
1.通过修改android系统的源码,开放SD卡的读写权限,详细的修改方法和说明,可以参考网上资料http://www.ifeegoo.com/android-debug-static-storage-paths-are-not-available-from-aid-system-error-analysis-and-solution.html
2.在应用中把android:...
分类:
移动开发 时间:
2015-03-12 15:10:32
阅读次数:
953
1.Model实体/// /// 课程编号 /// [MaxLength(50)] [Remote("IsUnique_Available", "Course")] [Required(ErrorMessageResource...
分类:
Web程序 时间:
2015-03-12 14:42:48
阅读次数:
187
Ubuntu下sudo pip install pil安装PIL可能会出现问题,例如安装完成时显示JPEG support not available或者ZLIB (PNG/ZIP) support not available1. 安装过PIL的先卸载sudo pip uninstall PIL2....
分类:
编程语言 时间:
2015-03-12 08:32:58
阅读次数:
727
步骤Eclipse -> Help -> Install New Software...在出现的窗口点击Available Software Sites链接将所有URL中的"download.eclipse.org",都替换为"http://mirror.bit.edu.cn/eclipse/",点...
分类:
系统相关 时间:
2015-03-12 00:58:11
阅读次数:
9167
API documentation is available atCocoaDocs - SDWebImageUsing UIImageView+WebCache category with UITableViewJust #import the UIImageView+WebCache.h hea...
分类:
Web程序 时间:
2015-03-11 19:31:03
阅读次数:
3628
一、问题描述由于namenode 是HDFS的大脑,而这个大脑又是单点,如果大脑出现故障,则整个分布式存储系统就瘫痪了。HA(High Available)机制就是用来解决这样一个问题的。碰到这么个问题,首先本能的想到的就是冗余备份,备份的方式有很多种,前辈们设计的有元数据备份方案,secondar...
分类:
其他好文 时间:
2015-03-11 00:35:32
阅读次数:
211