protected void GetType()
    {
        List <string> type = new List <string>
        {
            "全部",
            "UI",
            "美工",
            "PHP",
            ".NET",
            "Android",
            "Java"
        };

        SearchType.DataSource = type;
        SearchType.DataBind();
    }