<!DOCTYPEhtml><head><metacharset="gb2312"><title>ECharts</title></head><body><!--引用echarts文件--><scriptsrc="echarts-plain.js"data-ke-src="echarts-plain.js"></script><!--为ECharts准备一个具备..
分类:
其他好文 时间:
2014-10-10 17:03:35
阅读次数:
198
<html>
<head>
<script?type="text/javascript">
function?disp_alert()
{
alert("再打个招呼。这里演示了"?+?"\n"?+?"如何在消息框中添加折行。")
}
</script>
</head>
<body>
<input?type="button"?o...
分类:
Web程序 时间:
2014-10-10 11:56:54
阅读次数:
180
1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 struct tree 8 { 9 int count;10 tree *next[26];11 };12 tree *head;13 14 voi...
分类:
其他好文 时间:
2014-10-09 22:30:07
阅读次数:
224
我想谈谈 我对于Head First SQL 中文版的一些看法事实上关于我翻译的这个Head First SQL 中文版。。我自觉得:的确翻译得非常烂。。和翻译Head First C#的飞哥相比,的确是要差了几个等级。。。可是要知道。。。飞哥是过了六级。。。550多分。。。口语A级的鸟人的嘛。。我...
分类:
数据库 时间:
2014-10-09 22:20:17
阅读次数:
240
#include #define maxsize 5000char buf[maxsize];char *head = buf;char *new(int size){ //分配元素字长 //可用内存分配完毕 if (maxsize - (buf - head) < size) return ...
分类:
其他好文 时间:
2014-10-09 22:14:27
阅读次数:
173
<%@pagelanguage="java"contentType="text/html;charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content..
分类:
其他好文 时间:
2014-10-09 20:59:29
阅读次数:
145
HTML formselect表单标签案例代码如下:跳转菜单的需要放在head头部标签内的JS脚本代码:body内html标签代码:1、普通下拉列表菜单2、跳转的下拉列表菜单
分类:
Web程序 时间:
2014-10-09 20:43:37
阅读次数:
293
JQuery对Ajax操作进行了封装,在JQuery的最底层的方法是$.ajax(),第二层是load()$.get()$.post(),第三层是$.getScript()和$.getJSON().<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>Inserttitlehere</title>
<scripttyp..
分类:
Web程序 时间:
2014-10-09 19:48:18
阅读次数:
224
<%@pagelanguage="java"contentType="text/html;charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content..
分类:
其他好文 时间:
2014-10-09 19:22:58
阅读次数:
244
times=`tail-1/Data/logs/nginx/access.log|awk‘{print$4}‘`m_time=`echo${times}|awk-F:‘{print$2}‘`foriin010203040506070809;doif[$i-eq${m_time}];thenm_time=`echo${m_time#0}`fidoneif[${m_time}="00"];thens_time="23"elselet"s_time=${m_time}-1"num=`exprlength${s_ti..
分类:
其他好文 时间:
2014-10-09 19:08:58
阅读次数:
221