码迷,mamicode.com
首页 >  
搜索关键字:core image    ( 66658个结果
PS 滤镜算法原理 ——马赛克
%%%% mosaic clc; clear all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); Image=imread('4.jpg'); Image=double(Image); size_info=size(Image);   height=size_info(1)...
分类:其他好文   时间:2014-08-20 10:33:26    阅读次数:244
Core Graphics 学习——1 两张图合成为一张图
-(UIImage *)MergeTwoImage { UIImage * img =[UIImage imageNamed:@"icon"]; CGSize sz = img.size; UIGraphicsBeginImageContextWithOptions(CGSizeMake(sz.width*2, sz.height), NO, 0); [img dr...
分类:其他好文   时间:2014-08-19 20:58:15    阅读次数:222
剖析magento中关于Email模板的设置
public function send() { $emailTemplate = Mage::getModel('core/email_template'); // Send all emails from corresponding list while (!empty($this->_emai...
分类:其他好文   时间:2014-08-19 20:42:15    阅读次数:184
Cocos2d-x--使用CCDictionary读取plist文件
frames读取: frames game_start/bg_image.png width 640 height 1136 origin...
分类:其他好文   时间:2014-08-19 19:08:35    阅读次数:610
zencart只有购买过此产品的客户才能评价产品
当前登录的客户买过此产品时,才显示评价按钮:Execute($rev_query);if ($rev->fields['count']>0){?>' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . ''...
分类:其他好文   时间:2014-08-19 18:39:25    阅读次数:198
25656765675675777
分类:其他好文   时间:2014-08-19 18:30:15    阅读次数:133
LINUX ulimit命令
(本文来自:http://www.cnblogs.com/wangkangluo1/archive/2012/06/06/2537677.html)linux下默认是不产生core文件的,要用ulimit -c unlimited放开概述系统性能一直是一个受关注的话题,如何通过最简单的设置来实现最有...
分类:系统相关   时间:2014-08-19 18:29:05    阅读次数:383
纯CSS 图片演示
图片框 CSS3 Image Gallery with a 3D Lightbox Effect A CSS3 presentation demonstrating how to take advantage of modern browser...
分类:Web程序   时间:2014-08-19 18:15:55    阅读次数:491
apache修改最大连接并用ab网站压力测试
httpd.conf的配置 426 # Server-pool management (MPM specific) 427 Include conf/extra/httpd-mpm.conf [root@AY140716161543837722Z /]# apachectl -l Compiled in modules: ? core.c ? prefork.c ? http_c...
分类:Web程序   时间:2014-08-19 16:57:55    阅读次数:334
如何在mybatis映射文件里面使用java方法
在mybatis的映射xml文件调用java类的方法:1.SELECT* FROM EC_CORE_USER WHERE (user_name=#{userName}ormail=#{userName}ormobile_phone=‘${@net.ytoec.framework.security.EncryptionDecryption@dSecret(userName)}‘)anduser_password=#{userPassword}入上面代码所示。此..
分类:编程语言   时间:2014-08-19 16:46:45    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!