码迷,mamicode.com
首页 >  
搜索关键字:image processing    ( 50063个结果
毕业设计-6-3
GPS(Graph Processing System),java.lang.OutOfMemoryError: Java heap space,Rdflib,No handlers could be found for logger "rdflib.term"does not look like ...
分类:其他好文   时间:2014-06-06 17:37:26    阅读次数:348
struts2中文件上传
注意点 private File image;//对应的就是表单中文件上传的那个输入域的名称,Struts2框架会封装成File类型的 private String imageFileName;// 上传输入域FileName 文件名 private String im...
分类:其他好文   时间:2014-06-06 17:36:01    阅读次数:255
iOS.UIKit.13.UITableView -- Simple
1、案例介绍:最简单的表视图,如图01图012、team.plist name A1-南非 image SouthAfrica nam...
分类:移动开发   时间:2014-06-06 16:48:16    阅读次数:277
zboot/piggyback.c
/** linux/zBoot/piggyback.c** (C) 1993 Hannu Savolainen*//** This program reads the compressed system image from stdin and* encapsulates it into an ob...
分类:其他好文   时间:2014-06-06 15:57:43    阅读次数:246
zboot/xtract.c
/** linux/zBoot/xtract.c** Copyright (C) 1993 Hannu Savolainen** Extracts the system image and writes it to the stdout.* based on tools/build.c by Lin...
分类:其他好文   时间:2014-06-06 15:10:37    阅读次数:235
谈谈CSS预处理技术中for循环的应用-CSS Sprite
各种新技术的出现,推动着Web前端技术飞速发展,在提升用户体验的同时也方便开发者;在前端优化时,我们使用CSSSprite技术,把多个图片合在一张图片上,然后通过background-image,background-position来定位现实不同效果,这样来达到减少HTTP请求,毕竟HTTP请求是...
分类:Web程序   时间:2014-06-06 09:58:28    阅读次数:288
Android入门之GridView(表格控件)
GridView是一个表格控件,可以在每个单元格中显示自定义的View或者字符串。在这里我们要实现一个图标下方有文字的效果。1、首先我们应自定义布局文件image_text.xml。代码如下: 1 2 6 7 13 18 2、写一个实体类用来存放单元格里面每个视...
分类:移动开发   时间:2014-06-05 18:30:14    阅读次数:319
LeetCode:Rotate Image
题目链接 You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place? ...
分类:其他好文   时间:2014-06-05 16:56:29    阅读次数:228
css background-image
在CSS中,背景图片的定位方法有3种: 1)关键字:background-position: top left; 2)像素:background-position: 0px 0px; 3)百分比:background-position: 0% 0%;上面这三句语句,都将图片定位在背景的左上角,...
分类:Web程序   时间:2014-06-05 15:56:30    阅读次数:279
高性能 nginx HTTP服务器 配置实例
分享下nginx http服务器的配置方法。第一篇:HTTP服务器因tomcat处理静态资源的速度比较慢,所以首先想到的就是把所有静态资源(JS,CSS,image,swf)提到单独的服务器,用更加快速的HTTP服务器,这里选择了nginx了,nginx相比apache,更加轻量级,配置更加简单,而...
分类:其他好文   时间:2014-06-05 13:36:05    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!