自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Jason_Zhang的专栏

记录下学习php的路上碰到的小问题吧

  • 博客(3)
  • 收藏
  • 关注

转载 shell编程报错:“syntax error near unexpected token `”

#!/bin/bash clear function test {    if[$1 -eq "root"]&&[$2 -eq "123456"]       then           echo "Right"       else           echo "Wrong"    fi } test root 123456 -----------------

2013-12-18 13:03:11 1023

原创 [Java] Design Pattern--ArraryList and LinkedList. A simple to achieve. For novice

ArraryList:   Using array implementation in the underlying. public class ArrayList{ Object[] object = new Object(10); //when you need an ArrayList, initialize it. int size=0; //record how many O

2013-11-15 22:44:16 819

原创 Solve HTTP request failed! HTTP/1.1 403 Request Blocked Problem

When you want to use file_get_contents($url), some website may forbid your action like this .  The way to solve is: add user agent ini_set('user_agent', 'Mozilla/5.0'); // slove the HTTP request fa

2013-11-15 17:42:51 1595

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除