在Mac下安装Eclipse插件svnEclipse插件后,每次打开Eclipse都会弹出如下弹出框:提示你本机缺少JavaHL Library。选择Eclipse→偏好设置(preference)→Team→SVN,可以看到SVN接口Client的定义如下:这说明当前系统中缺少JavaHL,需要我...
分类:
编程语言 时间:
2015-07-15 18:19:17
阅读次数:
287
解决方案1:
开机时长按option键,进入系统选择界面:
用左右方向键选择到你要设置为默认启动的盘,然后同时按下ctrl+enter键,即可将其设置为默认启动的系统。
解决方案2:
选择mac系统进入后,
点击 系统偏好设置----->启动磁盘----->进入如下图界面:
首先点击最下面的锁图片,然后再进行更改,
选择你要设置为默认启动的系统后,点击...
分类:
系统相关 时间:
2015-07-15 17:08:02
阅读次数:
275
Mac下安装配置Mysql下载安装去官网下载Community版本的mysql安装文件,我的是:mysql-5.6.25-osx10.9-x86_64.dmg
双击dmg安装,出现一个pkg文件,双击pkg文件,一直继续即安装完成。系统偏好启动停止服务在系统偏好设置中找到mysql选项,点击可以进行mysql的服务的启动和停止。设置密码。在命令行中输入:/usr/local/mysql/bin/m...
分类:
数据库 时间:
2015-07-11 18:27:49
阅读次数:
157
一 su:临时切换用户身份1. su用法 su [OPTION选项参数] [用户]2. root用户在os X中默认处于停用状态 开启方法:OS X Lion (10.7) 和更高版本从 Apple 菜单中选取“系统偏好设置”。从“显示”菜单中选取“用户与群组”。点按锁图标并使用管理员帐户进行...
分类:
其他好文 时间:
2015-07-11 12:04:13
阅读次数:
98
IOS应用数据存储常用方式- XML属性列表(plist)归档- Preference(偏好设置)- NSKeyedArchiver归档(NSCoding)- SQLite3 - Core Data应用程序沙盒每个应用程序都有自己的应用沙盒(应用沙盒就是文件系统目录)与其它文件系统隔离。应用必须呆在...
分类:
移动开发 时间:
2015-07-10 23:36:04
阅读次数:
202
// Documents只能保存应用程序本身由用户生成的文件,不能把网络下载的文件放在此文件夹中 // Cache:重新启动不会丢失 // Tmp:重新启动会清空 //偏好设置:会备份
分类:
其他好文 时间:
2015-07-08 10:52:49
阅读次数:
112
Building a Custom PreferenceThe Android framework includes a variety ofPreferencesubclasses that allow you to build a UI for several different types o...
分类:
移动开发 时间:
2015-07-05 00:52:26
阅读次数:
283
Reading PreferencesBy default, all your app's preferences are saved to a file that's accessible from anywhere within your application by calling the s...
分类:
移动开发 时间:
2015-07-04 20:59:25
阅读次数:
240
Using Preference HeadersIn rare cases, you might want to design your settings such that the first screen displays only a list ofsubscreens(such as in ...
分类:
移动开发 时间:
2015-07-04 19:42:42
阅读次数:
583
Setting Default ValuesThe preferences you create probably define some important behaviors for your application, so it's necessary that you initialize ...
分类:
移动开发 时间:
2015-07-04 19:41:00
阅读次数:
197