%%%% 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
-(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
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
frames读取:
frames
game_start/bg_image.png
width
640
height
1136
origin...
分类:
其他好文 时间:
2014-08-19 19:08:35
阅读次数:
610
当前登录的客户买过此产品时,才显示评价按钮: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
(本文来自:http://www.cnblogs.com/wangkangluo1/archive/2012/06/06/2537677.html)linux下默认是不产生core文件的,要用ulimit -c unlimited放开概述系统性能一直是一个受关注的话题,如何通过最简单的设置来实现最有...
分类:
系统相关 时间:
2014-08-19 18:29:05
阅读次数:
383
图片框 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
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的映射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