Xcode所有的插件都安装在目录~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz(用于管理xcode插件、管理Xcode工程模版以及颜色配置的功能)Quick Start:1 mkdir -p ~/Libra...
分类:
其他好文 时间:
2014-07-07 10:53:19
阅读次数:
201
fragment是3.0以后的东西,为了在低版本中使用fragment就要用到android-support-v4.jar兼容包,而fragmentActivity就是这个兼容包里面的,它提供了操作fragment的一些方法,其功能跟3.0及以后的版本的Activity的功能一样。下面是API中的原...
分类:
其他好文 时间:
2014-07-03 00:27:38
阅读次数:
351
本章讲:Starting and Exiting RMAN Specifying the Location of RMAN Output 指定RMAN输出位置Setting Globalization Support Environment Variables for RMAN 设置RMAN全局变量...
分类:
其他好文 时间:
2014-07-02 20:53:46
阅读次数:
300
1.创建项目后环境配置:附加文件夹:加入$(EngineRoot)$(EngineRoot)cocos$(EngineRoot)cocos\editor-support$(EngineRoot)build\Debug.win32..\proj.win32通用属性加入(先从 cocos2d-x-3.0...
分类:
其他好文 时间:
2014-07-02 17:59:40
阅读次数:
175
用sublime text2 打开.c, .h,.txt等文件会自动追加一个.dump后缀,這样在打开.c,.h等文件时无法正常识别,从而无法正常进行语法着色,网上说是因为安装了GBK Encoding Support 插件的问题,于是就删除这个插件,发现再打开不会自动加.dump后缀了,但是遇到中...
分类:
其他好文 时间:
2014-07-02 10:32:11
阅读次数:
216
RecyclerView 是 android-support-v7-21 版本中新增的一个 Widgets, 还有一个 CardView 会在下次介绍使用。官方介绍 RecyclerView 是 ListView 的升级版本,更加先进和灵活。我们写一个简单的实例例,来看一下究竟有多先进和灵活。
build.gradle 配置
android {
compileSdkVersion '...
分类:
其他好文 时间:
2014-07-02 07:00:44
阅读次数:
230
通过Spring的jdbcTemplate调用Mysql的存储过程,出现下面的问题(以前也使用过,并没有出现下面的问题,折腾大半天,郁闷):开始报下面的错误:[INFO]2014-07-0110:49:15,297MESSAGE:LoadingXMLbeandefinitionsfromclasspathresource[org/springframework/jdbc/support/sql-er..
分类:
数据库 时间:
2014-07-02 06:12:07
阅读次数:
598
// Override to support conditional editing of the table view.- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath...
分类:
其他好文 时间:
2014-07-01 13:18:10
阅读次数:
526
error C1083: 无法打开包括文件: “gl/glut.h”
Win8.1 VS2013环境下配置OpenGL
配置OpenGL
1、首先,下载glut.rar文件,这个网上搜一下都能够找到,亦可以从opengl官网下载,点击打开链接。
2、解压后可以得到5个文件:glut.h、glut.dll、glut.lib、glut32.lib、glut32.dll。然后,
(1)把glut.h文件放在C:\ProgramFiles\Microsoft SDKs\Windows\v7.0A\Include\g...
分类:
Windows程序 时间:
2014-07-01 07:39:21
阅读次数:
1585
俗话说“工欲善其事必先利其器”,没错,对于运维更是如此,每天都需要用终端远程管理服务器,这个终端就是运维的器,废话少说:
mac native Terminal已经很好用,虽然有些不足,直到发现iterm2。。。
以下仅列举iterm2完胜terminal的、让你心动的features:
1、support zmodem(for simply transfer file b...
分类:
其他好文 时间:
2014-07-01 06:55:46
阅读次数:
314