js 代码
//==================================================================================
// Copyright (c) 1998-2007 by www.bizservice.com.cn, All rights reserved.
...
- 13:15
- 浏览 (338)
- 论坛浏览 (563)
- 评论 (0)
- 分类: 软件程式-JavaScript
安装
查看软件xxx安装内容
dpkg -L xxx
查找软件
apt-cache search 正则表达式
查找文件属于哪个包
dpkg -S filename
apt-file search filename
查询软件xxx依赖哪些包
apt-cache depends xxx
查询软件xxx被哪些包依赖
apt-cache rdepends xxx
增加一个光盘源
sudo apt-cdrom add
系统升级
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
清除 ...
Apache 实现禁止图片盗链
在其它论坛上看到的.虽然文档里有记录,但还是收录它.方便我以后查询
1、假设充许连结图片的主机域名为:www.phpv.net
2、修改httpd.conf
SetEnvIfNoCase Referer "^http://www.phpv.net/" local_ref=1
Order Allow,Deny
Allow from env=local_ref
这个简单的应用不光可以解决图片盗链的问题,稍加修改还可以防止任意文件盗链下载的问题。
使用以上的方法 ...
投缘 OR 头圆
腼腆的男生终于鼓起勇气问心爱的女孩:“你喜欢什么样的男孩?”
女孩说:“投缘的”。 再问还是一样。
你只好伤心的说:“头扁一点不行吗?”
1)I love you not because of who you are,but because of who I am when I am with you.
我爱你,不是因为你是一个怎样的人,而是因为我喜欢与你在一起时的感觉。
2)No man or woman is worth your tears,and the one who is,won't make you cry.
没有人值得你流泪,值得让你这么做的人不会让你哭泣。
3)The worst way to miss someone is to be sitting right beside them knowing ...
1、下载memcached-1.2.1.tar.gz和libevent-1.3b.tar.gz;
# wget http://www.danga.com/memcached/dist/memcached-1.2.5.tar.gz# wget http://www.monkey.org/~provos/libevent-1.3.tar.gz
2、安装libevent
tar xvfz libevent-1.3.tar.gz
cd libevent-1.3
./configure --prefix=/usr
如果遇到问题,请将make和make inst ...
- 01:20
- 浏览 (571)
- 评论 (0)
- 分类: 缓存技术-Memcached
js 代码
//==================================================================================
// Copyright (c) 1998-2007 by www.bizservice.com.cn, All rights reserved.
// Email:co ...
- 11:06
- 浏览 (490)
- 论坛浏览 (841)
- 评论 (2)
- 分类: 软件程式-JavaScript
ASCII 代码表II
Ascii 0 {Nulo, Sem Som}
Ascii 1
Ascii 2
Ascii 3
Ascii 4
Ascii 5
Ascii 6
Ascii 7
Ascii 8 {BackSpace}
Ascii 9 {Tab}
Ascii 10
Ascii 11
Ascii 12
Ascii 13 {Enter}
Ascii 14
Ascii 15
Ascii 16 {Shift}
Ascii 17 {CTRL}
Ascii 18 {ALT}
Ascii 19
Ascii 20 {Ca ...
- 13:52
- 浏览 (864)
- 论坛浏览 (1009)
- 评论 (0)
- 分类: 操作系统
ride a bicycle
He is riding a bicycle.
get on a bus
They are getting on a bus.
get off a bus
They are getting off a bus.
walk
She is walking on a sidewalk.
run
He's running very fast.
wait for a bus
She is waitting for a bus.
a bus
You can take this bus to the library.
a car
This is a fast car.
a train
This is a long train.
an airplane
An airplane can fly across an ocean.
a motorcycle
This is an old motorcycle.
a bicycle
This is a new bicycle.
a bus stop
We get on a stop at a bus s ...
MYSQL 存储过程代码:
DELIMITER $$
DROP PROCEDURE IF EXISTS `test`.`sp_row_column_wrap`$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_row_column_wrap`(IN $schema_name varchar(64),
IN ...
- 11:35
- 浏览 (311)
- 论坛浏览 (666)
- 评论 (0)
- 分类: 数据库-MYSQL
What's wrong, Maria?
I can't find my science book.
What's the matter?
I don't feel good.
I think I'm sick.
What time do you usually get up?
I usually get up at 6:30.
What time do you usually go to bed?
What time do I usually go to bed? I usually go to bed at 11:30.
When do you eat ...
I'm Hungry.
Would you like something to eat?
Sure. I'm hungray too.
Q: Who is hungry?
A: both of them.
What do you want to eat?
How about some pizza?
Okay. What kind of pizza would you like?
Anything is okay.
Let's get a mixed pizza with everything on it.
Okay.
Q: What kind of pizza are t ...
When is your birthday?
It's next week, on Wednesday.
Let's have a party, okay?
I can't. Not on a weeknight.
Q: Can they have the party on Wednesday?
A: No, they can't.
How about next Saturday?
Okay, Where?
Let's have it at my house.
Is it okey with your parents?
I think so.
I'll ...
These are the directions to the city library.
Take the subway to City Center.
Go out the Maple Street exit.
In front of the exit is a park.
Q: What is in front of the subway exit.
A: a park
Turn left and go west on Maple Street.
Go 3 blocks, to 1st Avenue.
Q: Which way do you go on Maple St ...
最近加入圈子
最新评论
-
网络营销策划方案
2007年中国电子邮件营销市场规模达2.5亿元
-- by madsun -
网络营销策划方案
http://www.shang-ba.com/?p=68 2007年中国电子 ...
-- by madsun -
网络营销策划方案
[url= http://www.shang-ba.com/?p=68]200 ...
-- by madsun -
网络营销策划方案
[url= http://www.shang-ba.com/?p=68]2007 ...
-- by madsun -
DHTML checkbox 选择的几 ...
function doFlgCheckedCheck() { if (docu ...
-- by congpeixue







评论排行榜