alt属性1、alt属性是考虑到不支持图像显示或者图像显示被关闭的浏览器的用户,以及视觉障碍的用户和使用屏幕阅读器的用户。当图片不显示的时候,图片的替换文字。2、alt属性值得长度必须少于100个英文字符3、alt属性是img标签的必须属性,如果没有特别意义的图片,可以写alt=""4、alt属性是...
分类:
其他好文 时间:
2014-05-24 05:58:38
阅读次数:
216
Insert title
herec:out标签的使用可以获取request,session,application的值 parameter的值(得到不了):
---${attr_request} ---${attr_session} ---${attr_applicati...
分类:
Web程序 时间:
2014-05-23 12:24:14
阅读次数:
493
数据:A) Title: Income DataB) Relevant
Information:Marketing Database.Source: Impact Resources, Inc., Columbus, OH
(1987). A total of N=9409 questionnair...
分类:
其他好文 时间:
2014-05-23 11:41:21
阅读次数:
374
Ext.onReady(function () {
var win = new Ext.Window({
title: "个人资料",
width: 500,
height: 320,
plain: true,
la...
项目名称:/sessionVerificationCode
项目目录:
项目源码:
index.jsp
Insert title here
验证码:
success.js...
分类:
其他好文 时间:
2014-05-22 11:17:05
阅读次数:
256
Insert title
herehttp://root:admin@192.168.1.1:880/user.asp?user=1234567&pwd=123&state=32&gid=0&opt=add只支持火狐、google、手机等浏览器,不支持IE可以注册为pppoe用户,也可以注册为web...
分类:
其他好文 时间:
2014-05-19 16:58:08
阅读次数:
375
格式为:http://www.zhouein.com/w/?ip=192.168.1.1:880&tel=0571-88888888&title=%E7%89%9BB%E6%97%A0%E7%BA%BF%E7%BD%91%E7%BB%9C后面将完善自定义公告和logo图片将下面代码保存为auth.h...
分类:
移动开发 时间:
2014-05-19 16:22:22
阅读次数:
268
例如:有表1,表2两张相,希望通过like进行关联查询
// mysql中使用concat连接字符串
select t1.id, t1.title, t2.keyword from t1 inner join t2 on t1.title like concat('%', t2.keyword, '%');
// oracle、postgres 使用||连接字符串,其它库使用...
分类:
其他好文 时间:
2014-05-18 15:57:36
阅读次数:
242
/**
* 封装ProecssDialog对话框
*
*/
public class LoadDialog extends ProgressDialog {
private String title = "进度对话框";
private String message = "加载数据中....";
public LoadDialog(Context context, int theme)...
分类:
移动开发 时间:
2014-05-18 15:42:07
阅读次数:
314
var dialog = art.dialog({
title: '欢迎',
content: '欢迎使用artDialog对话框组件!',
icon: 'succeed',
follow: document.getElementById('btn2'),
ok: function(){
this.title('警告').content('请注意artDialog两秒后将关闭!').l...
分类:
Web程序 时间:
2014-05-18 04:14:13
阅读次数:
411