AHugeApe

导航

随笔分类 -  Web

cgi_and_fastcgi
摘要:CGI 来自维基百科 In computing, Common Gateway Interface (CGI) offers a standard protocol for web servers to execute programs that execute like Console appli 阅读全文

posted @ 2018-03-23 10:21 普陀听禅 阅读(171) 评论(0) 推荐(0)

Java-NestedClass(Interface).
摘要:内部类(Nested Class) 内部类:即在一个类中还包含着另外一个类,一般是作为匿名类或者是使用数据隐藏时使用的.例子: ==在编译后产生两个.class文件,分别是Out.class和Out$In.class,所以$代表了内部类的含义.需要注意亮点:== 1. 开头的Out就是为了表示用来生 阅读全文

posted @ 2018-03-23 10:14 普陀听禅 阅读(120) 评论(0) 推荐(0)

Redis_DataType
摘要:Redis_DataType.htmlRedis-DataTypeRedis是一个键值对型的数据库,但是支持多种数据结构。具体如下:Binary-safe strings 意义为在进行对二进制的解码和编码时,不具有特殊字符,如转义字符,char数组中的\0,结尾加null等都不是二进制安全的。关键在... 阅读全文

posted @ 2015-07-26 14:17 普陀听禅 阅读(235) 评论(0) 推荐(0)