Archive for 九月, 2012

Image Link in FCE

ich habe ein fce (box) habe dort ein bild gemappt und einen link um das bild gemappt. funktioniert auch so weit

jetzt möcht eich aber wenn kein link ausgewählt ist das kein link gewrappt wird.
Habe schon viel gesucht aber verstehe es nicht. (continue reading…)


关于mysql函数GROUP_CONCAT

GROUP_CONCAT()是MySQL数据库提供的一个函数,通常跟GROUP BY一起用,具体可参考MySQL官方文挡:http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat。 (continue reading…)


MYSQL数据同步,双向热备

1、简要介绍:mysql从3.23.15版本以后提供数据库复制功能。利用该功能可以实现两个数据库同步,主从模式(A->B),互相备份模式(A< =>B)的功能。
mysql数据库同步复制功能的设置都在mysql的配置文件中体现。在linux环境下的配置文件一般在/etc/mysql/my.cnf或者在mysql用户的home目录下的my.cnf,笔者的my.cnf则在/etc/my.cnf;windows环境下则可到mysql安装路径下找到my.ini。 (continue reading…)


templavoila wizards tab

page ts: templavoila.wizards.newContentElement.renderMode = tabs


php soap验证

soapheader… (continue reading…)


Xcode 真机程序发布测试

一、发布测试,是指将你的程序给

  * 你的测试人员,因为程序总归是要测试的
  * 你的客户,在正式发布之前,客户肯定是要先看(验收)的
在他们的iOS设备(iphone,ipod, ipad)安装,运行。
1 Comment more...

PHPExcel demo function

直接使用, 数据第一个元素是column name. (continue reading…)


iOS控件的拖动

实现于控件内部不依附于父视图touch事件
调用方法:

HSCButton *drag = [[HSCButton alloc] initWithFrame:CGRectMake(0, 0, 100, 200)];
drag.backgroundColor = [UIColor blueColor];
drag.dragEnable = YES;
[self.view addSubview:drag];
[drag release];

(continue reading…)



iOS 沙盒目录


Copyright © 1996-2010 Add Lives. All rights reserved.
iDream theme by Templates Next | Powered by WordPress