一、标题栏图标1.*.qrc资源文件中添加图片2.添加代码setWindowIcon(QIcon(":/images/paste.png")); //设置窗口上的图标,需要在*.qrc文件中添加此图片//setWindowTitle("ENVI 4.5"); //设置窗口标题/...
分类:
其他好文 时间:
2015-02-03 18:41:54
阅读次数:
260
这里我就直接把我的页面贴进来了using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using iTextSharp;usi...
分类:
其他好文 时间:
2015-01-29 14:26:17
阅读次数:
158
EditText: 通常用于显示文字,但有时候也需要在文字中夹杂一些图片,比如QQ中就可以使用表情图片,又比如需要的文字高亮显示等等,如何在android中也做到这样呢?记得android中有个android.text包,这里提供了对文本的强大的处理功能。添加图片主要用SpannableString...
分类:
其他好文 时间:
2015-01-27 14:50:39
阅读次数:
221
1.在添加图片操作时,通过UIImage对象进行添加图片操作
1.[UIImage imageName:@"1.png"]
2.[UIImage imageWithContentsOfFile:@"1.png"]
在添加图片操作时,先对图片大小进行修改,操作如下:
注:这里是UIImage的category扩展类
①UIImage+Scale.h声明文件,传入一个CGSize参数,即图片...
分类:
移动开发 时间:
2015-01-26 12:02:42
阅读次数:
199
Android HorizontalScrollView 水平滑动 listview 上动态添加图片
最近遇到了个 在listview展示广告的需要动态添加图片
如图:
使用了 horizontalScrollView 在listview上进行添加
java代码:
package com.baozi.bzhorizontalscrollview;
import java.util.ArrayList;
import android.app.Activity;
import ...
分类:
移动开发 时间:
2015-01-24 21:26:47
阅读次数:
240
在Asp.net中,HttpModule和HttpHandler均可以截取IIS消息进行处理,这使得我们制作人员能够非常方便的进行诸如图片水印添加,图片盗链检查等功能。下面先就HttpModule的使用方法进行简单说明:using System;using System.Web;namespace ...
分类:
Web程序 时间:
2015-01-15 00:15:59
阅读次数:
183
<?phpheader("Content-type:text/html;charset=utf-8");$str=‘asdfasdfasdf<imgsrc="http://192.168.7.182:8083/File/upload/2015/0109/14/54af75cebaa20.jpg"alt="">ffggfsdasdfasdfasdfasdfasdfsadfasdf<imgsrc="http://192.168.7.182:8083/File/upload/2015/010..
分类:
其他好文 时间:
2015-01-09 17:37:58
阅读次数:
172