原创 AWK 簡明教程

之所以叫AWK是因爲其取了三位創始人 Alfred Aho,Peter Weinberger, 和 Brian Kernighan 的Family Name的首字符。要學AWK,就得提一提AWK的一本相當經典的書《The AWK Progr

原创 Java集合類詳解

集合類說明及區別Collection├List│├LinkedList│├ArrayList│└Vector│ └Stack└SetMap├Hashtable├HashMap└WeakHashMapCollection接口  Collect

原创 php顯示判斷數組是不是帶下標的二維數組

1,代碼:<?php header("Content-type:text/html;charset=utf-8"); function va($value){     echo "<pre>";     var_dump($value);

原创 nginx啓動腳本

#!/bin/bash # nginx Startup script for the Nginx HTTP Server # it is v.0.0.2 version. # chkconfig: - 85 15 # description

原创 samba 服務器安裝

1,yum -y install samba samba-client samba-swat2,cp -p /etc/samba/smb.conf    /etc/samba/smb.conf.orig3,setenforce 04,vi

原创 Java IO流學習總結

Java流操作有關的類或接口:Java流類圖結構:流的概念和作用流是一組有順序的,有起點和終點的字節集合,是對數據傳輸的總稱或抽象。即數據在兩設備間的傳輸稱爲流,流的本質是數據傳輸,根據數據傳輸特性將流抽象爲各種類,方便更直觀的進行數據操作

原创 yii框架的調試插件yii-debug-toolbar

1 , 下載地址https://github.com/malyshev/yii-debug-toolbar.git2 , yii框架配置 3 , 更改main.php文件'log'=>array( 'class'=>'CLogRout

原创 Java集合類詳解

集合類說明及區別Collection├List│├LinkedList│├ArrayList│└Vector│ └Stack└SetMap├Hashtable├HashMap└WeakHashMapCollection接口  Collect

原创 linux下redis自動安裝腳本

#!/bin/bash yum -y install wget wget http://download.redis.io/releases/redis-3.2.3.tar.gz tar xf redis-3.2.3.tar.gz cd /

原创 Java IO流學習總結

Java流操作有關的類或接口:Java流類圖結構:流的概念和作用流是一組有順序的,有起點和終點的字節集合,是對數據傳輸的總稱或抽象。即數據在兩設備間的傳輸稱爲流,流的本質是數據傳輸,根據數據傳輸特性將流抽象爲各種類,方便更直觀的進行數據操作

原创 lanmp 環境搭建

軟件分享:鏈接:http://pan.baidu.com/s/1dEbn229 密碼:91xm 一,安裝Apache    1,mini Linux安裝必要包    yum -y grouplist     yum -y groupinst

原创 Swagger實現

地址:https://git.oschina.net/dsczs/swagger-ui.git

原创 文件複製流

1,示例代碼    package com.dsczs.io; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io

原创 Linux 建立php腳本定時任務 和定時備份數據庫

1,2,3,這樣纔可以不輸入密碼直接備份數據庫4,alias log='vi /var/spool/mail/root'

原创 nginx啓動腳本

#!/bin/bash # nginx Startup script for the Nginx HTTP Server # it is v.0.0.2 version. # chkconfig: - 85 15 # description