该搜索引擎由一个HTM文件一个ASP文件组成,主要是运用FILESYSTEMOBJECT组件来达到目的,功能强大,修改界面以后可以直接拿来使用,当然加上一点自己的东西就更加好了。
searchpage.htm
该HTM文件用来传入条件
ASP搜索引擎范例
高度敏感
...
分类:
Web程序 时间:
2014-05-13 23:39:29
阅读次数:
484
atitit.自适应设计悬浮图片的大小and 位置
#--------最好使用relate定位..
中间,图片的大小和位置走能相对table, 没有遮罩左的或者哈面儿文本的问题,要悬浮,使用top:-15 负值,,
#--------悬浮位置top的问题,因为相对高度..
子能使用js解决,计算top负值..
function iniBonusPicPostion() {...
分类:
其他好文 时间:
2014-05-13 09:17:59
阅读次数:
232
#!/bin/bash
if [ $# -ne 2 -a $# -ne 1 ] ;then
echo "usage: `basename $0 ` [n] input file "
echo
exit
fi
if [ $# -eq 1 ];then
I_TOP=10
I_FILE=$1
fi...
分类:
系统相关 时间:
2014-05-13 06:21:24
阅读次数:
454
对于ms sqlserver数据库中可以直接使用top(n)提取前N
个结果,而oracle中并不能直接使用的。oracle中提供了对于提取前N 条的结果的方法 那就是用行编号例如:select
[column_list],ROWNUM from ( select [colum...
分类:
数据库 时间:
2014-05-12 22:14:41
阅读次数:
429
作者:X
Wang出处:http://www.programcreek.com/2013/09/top-10-methods-for-java-arrays/转载文章,转载请注明作者和出处The
following are top 10 methods for Java Array. They ar...
分类:
编程语言 时间:
2014-05-12 22:07:28
阅读次数:
530
该运动框架可以用于改变宽度、高度、字体大小、透明度、Left、top等值先上一个获取真正样式的函数//定义getStyle函数,获取真正样式function
getStyle(obj,attr){ if(obj.currentStyle){//兼容IE return obj.cu...
分类:
其他好文 时间:
2014-05-12 20:17:59
阅读次数:
357
思路:简单的匹配操作,利用栈。
Code:
#include
#include
char stack[135];
int main()
{
int n;
scanf("%d",&n);
getchar();
while(n-->0)
{
memset(stack,0,sizeof(stack));
char c;
int top=0;
int flag=1;...
分类:
其他好文 时间:
2014-05-11 20:19:34
阅读次数:
376
Linuxcomeswithmanytoolstoenableadministratorstoevaluatetheperformanceofasystem.Oneoftheseveryusefultoolsisvmstat.VmstatisavailableonmostunixdistributionsandisincludedbydefaultonmanymodernLinuxdistributions.AswithmostLinuxcommands,builtinhelpisavailableviath..
分类:
系统相关 时间:
2014-05-11 19:39:38
阅读次数:
680
ArticlebyAlexioBashpublishedonhiswebsiteaboutArchLinuxinitalian.Knowwhatishappeningin“realtime”onyoursystemsisinmyopinionthebasistouseandoptimizeyourOS.OnArchLinuxorbetteronGNU/Linuxingeneralthetopcommandcanhelpus,thisisaveryusefulsystemmonitorthatisreall..
分类:
系统相关 时间:
2014-05-11 19:30:22
阅读次数:
546
这篇文章是我翻译自Top 10 tips for code porting
c/c++的一篇小短文,以下是翻译全文,如有错误请留言或查阅原文。 代码的可移植性基本上是指使得源代码能够在不同的平台上编译,而不需要源代码进行任何修改。
在脑海里我们知道为保持移植性而编写代码对是重要的。引入代码可...
分类:
编程语言 时间:
2014-05-11 17:20:15
阅读次数:
280