在sb中绑定了一个IBOutletCollection后,根据索引获取元素发现和自己拖线时的顺序不同,有时又会根据顺序,不知道是xcode的bug还是本身就是无序的。在使用的时候直接排序:-
(void)viewDidLoad{ [super viewDidLoad]; // Order the l...
分类:
其他好文 时间:
2014-06-02 09:27:48
阅读次数:
306
断断续续的翻阅Shoenfield的这本Mathematical
logic差不多两年了,无数笔记零散的涂写在课本的各个边角落。继续阅读,继续整理,把心得和笔记留在这里,无论如何是一件有意义的事。
分类:
其他好文 时间:
2014-06-02 08:53:46
阅读次数:
223
@echo offif not exist Main.cpp echo
%cd%\Main.cpp不存在>>log.txtif not exist Shader.fsh echo
%cd%\Shader.fsh不存在>>log.txtif not exist Shader.vsh echo %cd%...
分类:
其他好文 时间:
2014-06-02 08:49:04
阅读次数:
234
第一次听说Objective
C可以在非Apple机器上写的时候完全震惊了。于是自己分别在Windows和Ubuntu上进行了尝试,Windows上面没有搭建成功,Ubuntu上历经千辛万苦终于成功了。绝对要把过程记录下来。在Ubuntu下面搭建Xcode之外的环境,得依靠GNUStep。网上有很多...
分类:
其他好文 时间:
2014-06-02 08:32:23
阅读次数:
225
维护在线redolog
OracleDatabase-EnterpriseEdition-Version11.2.0.4to11.2.0.4
1.首先查看当前redolog的大小:
[oracle@oracle~]$sqlplus/assysdba
OracleDatabase10gEnterpriseEditionRelease10.2.0.1.0-64bitProduction
SQL>selectgroup#,bytes,statusfromv$log;
GR..
分类:
数据库 时间:
2014-06-02 03:55:10
阅读次数:
426
windows9i迁移AIX11g
源数据库版本:windows9i9.2.0.8
新数据库版本:AIX11g11.2.0.4
数据库字符集
源数据库版本:windows9izhs16gbk
新数据库版本:AIX11gzhs16gbk
secureCRT字符集中文GB2312
$impneto2_jn/netofromuser=neto2touser=neto2file=jn.dmplog=jn.log
..
分类:
其他好文 时间:
2014-06-02 03:13:01
阅读次数:
252
REDHATlinux安装11G11.2.0.3报错
oracle用户执行./runinstaller后直接报错查看日志后
[root@HXZGOraInstall2012-06-29_12-08-50AM]#moreinstallActions2012-06-29_12-08-50AM.log
SEVERE:[FATAL]HXZG:HXZG.
Referassociatedstacktrace#oracle.install.commons.util.excepti..
分类:
数据库 时间:
2014-06-02 03:07:22
阅读次数:
411
<?php
/**
* 文件操作(生成日志)支持多条插入
* (如果插入多条语句并换行 用','逗号分开)
*
*/
class log {
public $path = './info.txt'; //默认值文件
public $mode = 'a'; //默认追加写
public $content = '默认值:空'; //默认内容是 空
public ...
分类:
Web程序 时间:
2014-06-02 02:35:45
阅读次数:
231
Node即学即用
REPL(Read-Evaluate-Print-Loop)
console.log
.clear .help .exit
require('http') createServer
聊天服务器
tcp服务器
require(‘net')
on connection
on data...
分类:
其他好文 时间:
2014-06-01 18:20:16
阅读次数:
464