一、系统禁止ping [root@linuxzgf ~]# echo 1 
>/proc/sys/net/ipv4/icmp_echo_ignore_all 二、系统允许ping [root@linuxzgf ~]# echo 0 
>/proc/sys/net/ipv4/icmp_echo_ig...
                            
                            
                                分类:
系统相关   时间:
2014-05-19 20:33:55   
                                阅读次数:
338
                             
                         
                    
                        
                            
                            
                                Given a linked list and a valuex, partition it 
such that all nodes less thanxcome before nodes greater than or equal tox.You 
should preserve the origi...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 11:38:43   
                                阅读次数:
246
                             
                         
                    
                        
                            
                            
                                使用TFHpple解析htmlhttps://github.com/topfunky/hpple前期准备工作引入静态库文件添加库文件的 
header search paths(注意,必须选中 All)将从github上下载的源码包拖入工程当中准备工作结束使用详情我们来解析网址 
http://www....
                            
                            
                                分类:
Web程序   时间:
2014-05-19 11:15:50   
                                阅读次数:
581
                             
                         
                    
                        
                            
                            
                                简单搭建xfire开源软件的webservice开发及其步骤:1、创建好一个web工程,引入xfire下的jar包,注意lib下的和xfire-all.jar2、定义接口;Java代码packagecom.iteye.webservice;publicinterfaceIHelloService{p...
                            
                            
                                分类:
Web程序   时间:
2014-05-19 11:06:49   
                                阅读次数:
303
                             
                         
                    
                        
                            
                            
                                CREATE FUNCTION "FAS"."GET_ALL_NAME" ( "A_ID" 
BIGINT ) RETURNS VARCHAR(9000) SPECIFIC 
"SQL131107190046233"--SPECIFIC名称不能与其他FUNCTION的重复 LANGUAGE SQL...
                            
                            
                                分类:
数据库   时间:
2014-05-19 08:05:28   
                                阅读次数:
444
                             
                         
                    
                        
                            
                            
                                /*********************************************************************************** 
File Name : SQLConfig** Copyright (C) 2013 guzhen.net. All ...
                            
                            
                                分类:
数据库   时间:
2014-05-19 07:34:17   
                                阅读次数:
511
                             
                         
                    
                        
                            
                            
                                查看数据表SHOW TABLE;查看数据表详细结构SHOW CREATE 
TABLE表名\G;创建数据表CREATE TABLE 表名(数据名 类型,数据名1 类型2); CREATE TABLE department ( d_id 
INT(10) , d_name ...
                            
                            
                                分类:
数据库   时间:
2014-05-18 20:10:36   
                                阅读次数:
283
                             
                         
                    
                        
                            
                            
                                1、MySQL常用命令 create database name; 创建数据库 use 
databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe 
tablename; 表的详细描述 select 中加上d...
                            
                            
                                分类:
数据库   时间:
2014-05-18 20:09:16   
                                阅读次数:
502
                             
                         
                    
                        
                            
                            
                                参照网页: 
http://www.php100.com/manual/PostgreSQL8/sql-set-transaction.htmlshow 
transaction isolation level ; 查看事务隔离级别testdb=# show transaction isolation ...
                            
                            
                                分类:
数据库   时间:
2014-05-18 19:35:44   
                                阅读次数:
470
                             
                         
                    
                        
                            
                            
                                Given a linked list and a value x, partition it 
such that all nodes less than x come before nodes greater than or equal to x.You 
should preserve the o...
                            
                            
                                分类:
其他好文   时间:
2014-05-18 02:34:57   
                                阅读次数:
352