码迷,mamicode.com
首页 >  
搜索关键字:photo album    ( 1686个结果
C#处理文件流的转换
//----引入必要的命名空间using System.IO;using System.Drawing.Imaging;//----代码部分----// private byte[] photo;//公用缓冲区 public string SourFilePath;//源...
分类:Windows程序   时间:2014-11-27 16:06:53    阅读次数:157
MVC3----Razor语法
--------------任何时候Razor有了二义性,都可以用圆括号指明想要的内容@{stringstr="zhangdi"; MvcApplication1.Models.Albumalb=newMvcApplication1.Models.Album(); alb.Title="a"; } <!--输出:zhangdi.aa--> <li>@(str).aa</li> <!--输出:962410314a-..
分类:Web程序   时间:2014-11-26 19:13:45    阅读次数:270
Add words to your picture
【Add words to your picture】 How to add text to your photo, and then style it with theTypetool. 1、Open a photo。 File > Open. 打开一个图片/PSD文件。 2、Crea...
分类:其他好文   时间:2014-11-23 11:44:27    阅读次数:244
重磅发布码农界的第一张吉他专辑小样
首先说明这不是标题党,呵呵。可以说这是我的第一张,应该也是全世界首张“码农演奏的吉他录音小样” 。很久没有发BLOG了。本来想从此"隐退"下去。但在一年前的一个叫向怡宁的人在网上的视频震动了我,让我把本来准备40岁以后要做的事情提前几年来搞,而这也是我20年来一直想做的事,就是“玩音乐”。...
分类:其他好文   时间:2014-11-12 15:05:53    阅读次数:213
上传图片
********1,jsp页面2,后台struts的action中public boolean saveAttach(TBasePhotoAttach photo) throws Exception{ /*System.out.println(upload1FileName); //f...
分类:Web程序   时间:2014-11-11 20:59:07    阅读次数:233
图片自换(数字)
js代码:i=0function img(){ i++ if(i==7) { i=1 } document.getElementById('photo').src="images/"+i+".jpg"; setTimeout("img()",2000) }function onClickNu...
分类:其他好文   时间:2014-11-09 20:49:02    阅读次数:258
MySQL中主键的选择与磁盘性能
偶然看到了“Fotolog: Scaling the World\'s Largest Photo Blogging Community”,才发现很多数据库的优化其实道理都很简单,至高境界是当你面对问题时,是否真正做出了自己的思考,而不仅仅只是经验主义的惯性使然:本文案例背景介绍:一个图片网站,每张...
分类:数据库   时间:2014-11-09 08:35:43    阅读次数:157
图片自换(图片)
js代码:i=16 /*图片要命名为数字,从17开始*/function img(){ i++ if(i==23){ i=17 } document.getElementById('photo').src="images/"+i+".jpg"; /*图片的格式要注意*/ setTimeout(".....
分类:其他好文   时间:2014-11-08 18:11:11    阅读次数:201
OCP-1Z0-051-题目解析-第13题
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:其他好文   时间:2014-11-06 21:26:26    阅读次数:307
HDU5092——Seam Carving(动态规划+回溯)(2014上海邀请赛重现)
Seam CarvingDescriptionFish likes to take photo with his friends. Several days ago, he found that some pictures of him were damaged. The trouble is th...
分类:其他好文   时间:2014-11-05 19:26:39    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!