打开 ../ include/
common.func.php添加代码//将缩放图转变为文章第一张图片function
firstimg($str_pic){$str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpgreturn
...
分类:
其他好文 时间:
2014-05-27 17:06:48
阅读次数:
304
这一篇我们来看看那如何给图片添加水印,其实是把原图片和水印图片合并在一起。先看文件check_image_addwatermark.php代码 Here is
your pic! Your image...
分类:
Web程序 时间:
2014-05-27 01:09:05
阅读次数:
338
php中制作缩略图的方法也很简单,是用imagecopyresampled方法根据源图制作一个小一点的图片,来看代码check_image_addthumbs.php
Here is your pic! ...
分类:
Web程序 时间:
2014-05-27 01:03:23
阅读次数:
407
using System.IO; public string
UpdatePic(HttpPostedFileBase pic) { string filePath = null; string filename =
null; ...
分类:
其他好文 时间:
2014-05-26 06:45:48
阅读次数:
186
在图片上加文字是论坛,博客,新闻网站上最喜欢用的功能,防止盗图。这里看看代码是如何实现的。首先还是upload_image.php这个文件,注意这里的caption文本框中输入的内容最终会写到图片上面
Here is your pic! ...
分类:
Web程序 时间:
2014-05-20 01:48:11
阅读次数:
687
1. 加载 BMP[cpp] view
plaincopyprint?CStatic*pWnd=(CStatic*)GetDlgItem(IDC_PIC);//得到PictureControl句柄
pWnd->ModifyStyle(0,SS_BITMAP);//修改它的属性为位图 pWnd->Se...
分类:
其他好文 时间:
2014-05-19 09:27:13
阅读次数:
355
背景 代码 先上布局文件:
这里没有TextView,我最后是将路径以System.out.println方式输出的。初始化:button =
(Button)findViewById(R.id.button); pic = (ImageView) findViewByI...
分类:
移动开发 时间:
2014-05-17 01:44:20
阅读次数:
749
.left .left_down
li.a.left-down-pic{display:block;width:50px;height:50px;background:url(images/app_icons_50_6.jpg)
-400px 0px no-repeat;//关键是这句话}
分类:
Web程序 时间:
2014-05-14 11:36:25
阅读次数:
419
public class SelectPicActivity extends Activity
implements OnClickListener{/**** 使用照相机拍照获取图片*/public static final int
SELECT_PIC_BY_TACK_PHOTO = 1;/**...
分类:
其他好文 时间:
2014-05-09 05:17:46
阅读次数:
407
一直在用MPLAB X IDE编写PIC的C程序,五一出去玩回来发现MPLAB的菜单项都重叠在一起,一个也看不清。
通过观察发现文字重合的部分有一定的特点,主要是菜单项、右键选项、文件打开项,于是突然想起走之前一个同学给我说雅痞字体不错(可以吸引妹子吐舌头),于是就安装了这个字体。而在设置该字体的时候也是一项项的设置(包括菜单、标题、消息框等)。因此马上到windows外观里改变了菜单的字体为宋体,效果如下:...
分类:
其他好文 时间:
2014-05-08 11:02:06
阅读次数:
270