码迷,mamicode.com
首页 >  
搜索关键字:photo    ( 866个结果
sina微博上看到的关于android界面设计相关的规范
图片来自:http://photo.weibo.com/5174249907/wbphotos/large/mid/3777508610941685/pid/005EaCLFjw1emcpzdgrj9j30hs0rnmyf
分类:移动开发   时间:2014-12-06 22:40:41    阅读次数:268
【Daily Scrum】12-03
Sprint3 的初步计划:经过组内成员的激烈讨论,小组成员一致认为,除了将生成的视频做的美观,同时要做出Photo Telling App 自己的特色:Face Detection 和 Image Selection。Algorithm部分要在本sprint内将Face Detection 和 I...
分类:其他好文   时间:2014-12-04 06:15:27    阅读次数:194
【51CTO/BBS】如何完全用SQL语句,将文件存(取)到数据库?
原帖地址:http://bbs.51cto.com/thread-1130840-1.html问题描述:我准备在MS-SQL服务器端建立一个存储过程,需要用纯SQL语句存取文件。求老师指导一下!!解决方案:有些方法用于导入和导出图片、照片、视频、文档等BLOB类型数据。SQLServer2000:在binn目录下的未公开工具可用..
分类:数据库   时间:2014-12-01 16:14:40    阅读次数:280
C#处理文件流的转换
//----引入必要的命名空间using System.IO;using System.Drawing.Imaging;//----代码部分----// private byte[] photo;//公用缓冲区 public string SourFilePath;//源...
分类:Windows程序   时间:2014-11-27 16:06:53    阅读次数:157
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
上传图片
********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
866条   上一页 1 ... 80 81 82 83 84 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!