最新文章列表

话说黑链和黑链防止5法

话说黑链,黑链即为在对方的网站挂上自己的链接,链此链非友情链接,而是一种在前台隐藏,让对方站长不易查察觉的一种链接,只有通过源码查看才可观察出来。有良心的黑链者会把黑链挂在页面的最低部,这样至少不会太影响蜘蛛对这个页面的爬行路线,但缺德的黑链者就是在页面上方挂,中间挂,下面也挂,乱挂一气. 黑链挂在对方的网站上,可以分享对方网站的权重,可以从对方网站里将蜘蛛引导到自己的网站上,还可以用来做某些关键 ...
xtayfy 评论(0) 有11人浏览 2010-11-04 13:39

git使用

http://hi.baidu.com/i7521/blog/item/1223883dbae09b0ebba1674a.html 具体可简化: ssh-keygen -t rsa -C "xxx@gmail.com" 将.ssh/id_rsa.pub拷贝到GitHub网站 #ssh git@github.com 如果配置正确,显示 ERROR: Hi xxx! You've ...
nnnnon 评论(0) 有1086人浏览 2010-11-04 11:21

nginx.conf 下的一点配置

#user nobody; worker_processes 1; error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; pid logs/nginx.pid; events { worker_connections 64; } ...
linguoluo 评论(0) 有1720人浏览 2010-11-04 10:49

Security

对象权限 - 仓库中的所有内容都是和权限关联起来的 - 包括2种类型     - 基本的权限 -- 每个对象必须的     - 扩展权限  --可选的 基本权限 . 基 ...
licweiwei 评论(0) 有975人浏览 2010-11-04 10:37

Linux / Unix Command: test

内容来源 : http://linux.about.com/library/cmd/blcmdl1_test.htm NAME test - check file types and compare values  SYNOPSIS test EXPRESSION [ EXPRESSION ] test OPTION  DESCRIPTION Exit with the status ...
icekiller110 评论(0) 有1026人浏览 2010-11-04 10:16

LDAP SCHEMA DESIGN(二)

2 Requirements When considering an LDAP deployment that is to serve more than one application, it is important to get the widest possible view of the host organisation and its future needs. This is be ...
lvhuiqing 评论(0) 有1314人浏览 2010-11-04 09:42

Private Members in JavaScript

JavaScript is the world's most misunderstood programming language. Some believe that it lacks the property of information hiding because objects cannot have private instance variables and methods. But ...
liqi___123 评论(0) 有642人浏览 2010-11-04 08:14

The 'static' keyword in java

1. When a variable is defined 'static', it's called a "class variable', that is, all the objects of that class own that variable. A class variable can be accessed with the class, without creating ...
standalone 评论(0) 有887人浏览 2010-11-03 22:36

php编码规范

B.4. 编码风格 B.4. 编码风格 ¶ B.4.1. PHP 代码划分(Demarcation) ¶ PHP 代码总是用完整的标准的 PHP 标签定界: <?php ?> 短标签 <? ?>是不允许的,只包含 PHP 代码的文件,不要结束标签 (参见 [ http://trac.lebwork.org/coding-standard.php-file-format ...
dodomail 评论(0) 有1292人浏览 2010-11-03 22:12

coder 爱翻译 How Tomcat Works 第二章 第二部分

Application 2 在第一个应用中,有一个严重的问题。在ServletProcessor1类中的process方法,你需要向上转型ex02.pyrmont.Request的实例为javax.servlet.ServletRequest,然后把它传递给servlet的service方法的第一个参数。你也得把ex02.pyrmont.Response的实例向上转型为javax.servlet. ...
dicmo 评论(0) 有984人浏览 2010-11-03 21:55

lighttpd自定义日志格式

今天配置lighttpd自定义日志,发现lighttpd只会把所有域名日志都写到一起即/var/log/lighttpd/access_log 看了下文档发现没方法自定义,只能自定义日志里的格式,故google之,方法如下 #wget http://cronolog.org/download/cronolog-1.6.2.tar.gz#tar zxvf cronolog-1.6.2.tar.gz ...
bobboy007 评论(0) 有3208人浏览 2010-11-03 17:19

nginx的多域名配置 防止没有www时瞎跳

nginx装好后,默认的nginx.conf只有一个的server配置。 一般是像酱紫的:   server { listen 80; server_name www.91loli.com; index index.html index.htm index.php; root /home/www; location ~ .*\.(php|php5 ...
EXvision 评论(1) 有1566人浏览 2010-11-03 10:34

PureMVC MultiCore报错 multitonKey for this Notifier not yet initialized!

multitonKey for this Notifier not yet initialized! 官方解释是: As noted in the release notes for MultiCore, you cannot access the facade from within the constructor of a Notifier subclass. The first cha ...
EXvision 评论(0) 有1196人浏览 2010-11-03 10:18

ext 使用不同风格样式

Ext.util.CSS.swapStyleSheet('theme','extjs/resources/css/xtheme-access.css');
allan9958 评论(0) 有923人浏览 2010-11-03 09:46

mysql数据据存储引擎InnoDB和MyISAM的优势及区别

MyISAM:这个是默认类型,它是基于传统的ISAM类型,ISAM是Indexed Sequential Access Method (有索引的顺序访问方法) 的缩写,它是存储记录和文件的标准方法.与其他存储引擎比较,MyISAM具有检查和修复表格的大多数工具. MyISAM表格可以被压缩,而且它们支持全文搜索.它们不是事务安全的,而且也不支持外键。如果事物回滚将造成不完全回滚,不具有原子性。如果执 ...
robinsoncrusoe 评论(0) 有1372人浏览 2010-11-03 08:13

Cloud Computing

Agility improves with users' ability to rapidly and inexpensively re-provision technological infrastructure resources.[ 34] Cost is claimed to be greatly reduced and capital expenditu ...
trix 评论(0) 有1620人浏览 2010-11-02 23:53

MySQL中的LIMIT用法(如MS及ACCESS的TOP)

SELECT * FROM  ORDER BY [COLUMN] (ASC|DESC) LIMIT [OFFSET],[RECNUM]   表名 [COLUMN] 字段名 [OFFSET] 起始位置 [RECNUM] 记录数 即是说,查出从OFFSET位置算起的RECNUM条记录。 如查找TEST表的TOP 10记录(按ID字段升排序),那么可以这样写: SELECT * FROM TEST OR ...
Simon.C 评论(0) 有2403人浏览 2010-11-02 19:05

LDAP SCHEMA DESIGN_Synopsis (大纲)

  Synopsis (大纲) It is possible to make one LDAP directory serve many applications in an organisation. This has the advantage of reducing the effort required to maintain the data, ...
lvhuiqing 评论(0) 有1541人浏览 2010-11-02 16:55

C#外挂类

using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Diagnostics;using System.Management;namespace sendkey{public class key{const uint PROCE ...
ningbo-seo 评论(0) 有1060人浏览 2010-10-26 15:46

最近博客热门TAG

Oracle(49861) MySQL(37266) SQL Server(17623) Access(9327) DB2(4271) Redis(3181) Sybase(2414) 数据挖掘(2098) MongoDB(2014) SQLite(1817) PostgreSQL(1635) HBase(1492) NoSQL(1000) HSQLDB(620) Informix(581) Derby(578) Cassandra(375) PowerBuilder(333) CouchDB(113) TokyoCabinet(87)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics