- 博客(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关注的人
RSS订阅