HTML页面head头部添加如下代码 <meta?http-equiv="Pragma"?content="no-cache">???
<meta?http-equiv="Cache-Control"?content="no-cache">
<meta?http-equiv="Expires"?content="0"> Ajax发送请求时候U...
分类:
其他好文 时间:
2014-10-11 16:49:36
阅读次数:
240
调用:(bt是Bitmap)head_portrait.setImageBitmap(ToRoundBitmap.toRoundBitmap(bt));转换圆形的方法: 1 package com.ghp.tools; 2 3 import android.graphics.Bitmap; 4 i....
分类:
其他好文 时间:
2014-10-11 14:22:55
阅读次数:
224
csv 文件是以
aaa,bbb,ccc
aaa,bbb,ccc
保存的
这里的要求是将 List 类型的线性表 转化成 类似 html 中 table的格式,即第一行是 head 后面是 body
使用注解的效果如下 :
List users=new ArrayList();
users.add(new User("刘夏楠", 23, "男"));
user...
分类:
其他好文 时间:
2014-10-11 02:44:04
阅读次数:
203
index.php <html>
<head>
????<title>First?PHP</title>
</head>
<body>
<form?name="form_a"?method="post",?action="fa.php">
????用户名:
????<input?name="user"?type="text"?value=""?...
分类:
Web程序 时间:
2014-10-11 01:59:34
阅读次数:
422
https://oj.leetcode.com/problems/insertion-sort-list/插入排序为假设[0,i)已经为有序数组,下一步从[i,n)找最小的元素交换到i处。用指针模拟这个过程即可。就是操作有些麻烦。每次[head,p)为已经有序的数组,下次从[p,tail]找出最小的...
分类:
编程语言 时间:
2014-10-11 01:46:54
阅读次数:
327
在编译VS时候,出现fatal error C1010: unexpected end of file while looking for precompiled head。问题详解:致命错误C1010,在寻找预编译指示头文件时,文件未预期结束。就是没有找到预编译指示信息的问文件。顾名思义就是预编译...
分类:
其他好文 时间:
2014-10-10 22:54:14
阅读次数:
183
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ? <html xmlns="http://www.w3.org/1999/xhtml"> ? <head runat="server"> ? ...
分类:
Web程序 时间:
2014-10-10 20:32:14
阅读次数:
203
用javascript取控件的值本来是一件简单的事却被eWebEditor搞的很不方便,导致很多初学者,不知道该如何获取。在分析之前先把我们习惯性的取值方法写出来。 [html] view plain copy <HTML>?? ?? <HEAD>?? ?...
分类:
Web程序 时间:
2014-10-10 18:34:44
阅读次数:
249
<title>折叠菜单</title>
<scripttype="text/javascript"src="dtree.js"></script>
</head>
<scripttype="text/javascript">
//dtree目录树结构
vard=newdTree("d");
d.add(0,-1,"根目录");
d.add(1,0,"一级目录1");
d.add(2,0,"一级..
分类:
其他好文 时间:
2014-10-10 16:34:44
阅读次数:
197
<!DOCTYPEhtml>
<html>
<headlang="en">
<metacharset="UTF-8">
<title>test</title>
<scripttype="text/javascript"src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
</head>
<body>
<ulclass="..
分类:
编程语言 时间:
2014-10-10 15:13:54
阅读次数:
193