http://stackoverflow.com/questions/2658738/the-simplest-way-to-resize-an-uiimagehttp://stackoverflow.com/questions/185652/how-to-scale-a-uiimageview-p...
分类:
移动开发 时间:
2014-07-31 20:01:37
阅读次数:
280
不需要去修改oracle以及client的字符集,只需要在web.config中连接字符串上加上 Unicode=True 问题解决。
分类:
数据库 时间:
2014-07-31 19:43:17
阅读次数:
2371
1. How does the invalid object come?The Oracle database will invalidate objects if a dependent object is changed. If I rebuild a table, the indexes on...
分类:
数据库 时间:
2014-07-30 23:42:55
阅读次数:
680
1)忘记在?if?,?elif?,?else?,?for?,?while?,?class?,def?声明末尾添加 :(导致 “SyntaxError :invalid syntax”) 该错误将发生在类似如下代码中: 1 2 if?spam==?42 ????print(‘Hello!‘)...
分类:
编程语言 时间:
2014-07-30 12:38:24
阅读次数:
334
IOException: Invalid byte 2 of 2-byte UTF-8 sequence(解决办法)
分类:
编程语言 时间:
2014-07-29 20:39:02
阅读次数:
275
CSS3 transform都有哪些常用属性?transform的属性包括:rotate() / skew() / scale() / translate(,) ,分别还有x、y之分,比如:rotatex() 和 rotatey() ,以此类推。下面我们来分解各个属性的用法:transform:ro...
分类:
Web程序 时间:
2014-07-29 14:13:48
阅读次数:
323
.....很久没有写博客了,最近实在是太忙,一直想写点干货,但是一直没静下心来学习。今天又在加班忙碌之中,结果谁知道越忙碌越出问题。先是 weblogic 没有正常启动,凭经验第一反应就是7001端口被其它程序占用了,然后通过命令查看之后,发现果然是被占用了,占用端口的竟然是Eclipse,查找占用...
分类:
数据库 时间:
2014-07-29 11:06:36
阅读次数:
350
//@mg:masksToBounds必须为NO否者阴影没有效果// cell.layer.masksToBounds = NO; cell.layer.contentsScale = [UIScreen mainScreen].scale; cell.layer.shad...
分类:
其他好文 时间:
2014-07-28 14:28:23
阅读次数:
431
拉普拉斯线性锐化滤波 LaplacianCalculates the Laplacian of an image.C++: void Laplacian(InputArray src, OutputArray dst, int ddepth, int ksize=1, double scale=1, double delta=0, int borderType=BORDER_DEFAULT )P...
分类:
编程语言 时间:
2014-07-28 00:05:59
阅读次数:
393
include ‘Timagick.class.php‘;
$image = new Timagick();
$image->open(‘a.gif‘);
$image->resize_to(100, 100, ‘scale_fill‘);
$image->add_text(‘1024i.com‘, 10, 20);
$image->add_watermark(‘1024i.gif‘, ...
分类:
Web程序 时间:
2014-07-27 12:16:21
阅读次数:
345