首頁 後端開發 php教程 (web php developer) english resume 2006

(web php developer) english resume 2006

Jun 23, 2016 pm 02:32 PM

 
Resume
Personal Information
Name: bailingwu Gender: MALE
Date of Birth: 1980/12/27 Residency: SUZHOU
Work Experience: 2 year Hukou: JIANGSU PROVINCE
Current Salary: 30,000-40,000 RMB /Year
Email: gucdai@yahoo.com.cn
Mobile: 13913184140
Personal Home Page: http://gudai.cnblogs.com
Self Assessment
2 years experience in web application develop.
Familiar with PHP ,mysql, JavaScript ,html , css ,ajax, asp ,Mssql etc.
Good at socket knowledge , familiar with http protocol , good char encoding knowledge ,
Familiar with the CMS mambo, phpshop.
Familiar with the setup and maintaince of LAMP, Familiar with shell scripts of linux, batch scripts of dos.
Simple ability with editor Vi
Career Objective
Type of Employment: Full-time
Desired Location: SHANGHAI ,SUZHOU
Desired Salary:¥ 4,500-5,999 /Month
Work Experience
2004/07--2005/01:changzhou yucheng soft
Industry: Internet/E-commerce
technology department web developer & system administrator
develop web sites in B/S framework with asp/access.
maintain local network,setup windows os and maintain them, guide users to use ERP systems.To correct the wrong data in databases
2005/01--2005/03:suzhou fusan valve factory
Industry: Manufacturing(Machinery, Equipment)
IT department soft engineer and system administrator
maintain the local network.
develop MIS system with vfp and Mssql7.0
develop OA system with asp and Mssql7.0
2005/04--2006/03:suzhou zhongdatong infomation technology company
Industry: Internet/E-commerce
technology department software engineer
develop wap sites.
develop web sites.

develop envirnment:Linux+apache+php+mysql.
use framework: cms mambo.
Education
2001/09--2004/06: Anhui Normal University Computer Application Others
2000/09--2004/06: Anhui Normal University History Bachelor
Certifications
2004/06 Nationwide Computer Level Test Band3A
2002/10 CET4
2002/06 Nationwide Computer Level Test Band2
Language Skills
English GOOD
IT Skills
Skill Name Skill Level Experience
JavaScript expert 24Month
HTML expert 24Month
Java understanding 1Month
PHP expert 12Month
MySQL expert 12Month
FrontPage skilled 24Month
ASP expert 12Month
CSS expert 12Month
E-Commerce Platforms understanding 6Month
XML/XSLT understanding 5Month
SQL Server skilled 11Month
Electronic Payment understanding 1Month
JSP understanding 1Month
VBScript expert 12Month
E-Commerce skilled 10Month
Access expert 11Month
DHTML expert 24Month
.NET patial understanding 1Month
Miscellaneous Info
my summary:
2 years experience in web application develop.

[develop technology]

Familiar with PHP ,mysql, JavaScript ,html , css ,ajax, asp ,Mssql etc.
Be good at socket knowledge , familiar with http protocol ,
good char encoding knowledge , good at files batch processing , Good at multilevel
category management
Familiar with the CMS mambo, phpshop.

[server administrator]

Familiar with the setup and maintaince of LAMP, Familiar with shell scripts of linux.
Familiar with batch scripts of dos.
Simple ability with editor Vi

[standard work]

classes

1.multilevel category management class .

It currently has the ability to create both DHTML, static and listbox menus.
To create tree select, dynalist tree select .
To create web path with super speed.
I designed the super data structure and it's so good that it's speed is very fast.
I also wrote the treemenu's js with this data structure,and the treemenu's speed is good too.
My treemenu can bear 10000 node's stress ,and in this stress it only costs 2-5 seconds in the first loading.
My treemenu support ie/firefox.

2.files batch processing class.

It require you to write your own function to do with the file that you want to operate.
It provide you the interface to run your own function. It list the dir and call the function
you defined. You can define the deep limit . the valid file type .

3.file upload wrapper.

You can use it to upload serveral files one time.

4.http socket wrapper.

I wrote this class to simulate a browser talk with a web server in a wholely level.
It support IIS/apache/zeus.

5.unicode to utf8

You can use it to convert the string from unicode to utf8 or reverse.
You can use it to unescape the string which is formatted by javascript's function escape.

6.html form generate class

I use ajax to write this class.
It can generate data form for me in data management ui.


The web sites I developed

http://life.cnnavi.com
http://www.cnnavi.com
http://wap.cnanvi.com

[ebook]

I once built a wml manual book. CHM format.


[others]
Good shell script experience on Linux
Canonical code style.
High liability and Attribution



Thank you for reading my resume
Best wishes
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱工具

記事本++7.3.1

記事本++7.3.1

好用且免費的程式碼編輯器

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

Dreamweaver CS6

Dreamweaver CS6

視覺化網頁開發工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

在PHP API中說明JSON Web令牌(JWT)及其用例。 在PHP API中說明JSON Web令牌(JWT)及其用例。 Apr 05, 2025 am 12:04 AM

JWT是一種基於JSON的開放標準,用於在各方之間安全地傳輸信息,主要用於身份驗證和信息交換。 1.JWT由Header、Payload和Signature三部分組成。 2.JWT的工作原理包括生成JWT、驗證JWT和解析Payload三個步驟。 3.在PHP中使用JWT進行身份驗證時,可以生成和驗證JWT,並在高級用法中包含用戶角色和權限信息。 4.常見錯誤包括簽名驗證失敗、令牌過期和Payload過大,調試技巧包括使用調試工具和日誌記錄。 5.性能優化和最佳實踐包括使用合適的簽名算法、合理設置有效期、

會話如何劫持工作,如何在PHP中減輕它? 會話如何劫持工作,如何在PHP中減輕它? Apr 06, 2025 am 12:02 AM

會話劫持可以通過以下步驟實現:1.獲取會話ID,2.使用會話ID,3.保持會話活躍。在PHP中防範會話劫持的方法包括:1.使用session_regenerate_id()函數重新生成會話ID,2.通過數據庫存儲會話數據,3.確保所有會話數據通過HTTPS傳輸。

PHP 8.1中的枚舉(枚舉)是什麼? PHP 8.1中的枚舉(枚舉)是什麼? Apr 03, 2025 am 12:05 AM

PHP8.1中的枚舉功能通過定義命名常量增強了代碼的清晰度和類型安全性。 1)枚舉可以是整數、字符串或對象,提高了代碼可讀性和類型安全性。 2)枚舉基於類,支持面向對象特性,如遍歷和反射。 3)枚舉可用於比較和賦值,確保類型安全。 4)枚舉支持添加方法,實現複雜邏輯。 5)嚴格類型檢查和錯誤處理可避免常見錯誤。 6)枚舉減少魔法值,提升可維護性,但需注意性能優化。

描述紮實的原則及其如何應用於PHP的開發。 描述紮實的原則及其如何應用於PHP的開發。 Apr 03, 2025 am 12:04 AM

SOLID原則在PHP開發中的應用包括:1.單一職責原則(SRP):每個類只負責一個功能。 2.開閉原則(OCP):通過擴展而非修改實現變化。 3.里氏替換原則(LSP):子類可替換基類而不影響程序正確性。 4.接口隔離原則(ISP):使用細粒度接口避免依賴不使用的方法。 5.依賴倒置原則(DIP):高低層次模塊都依賴於抽象,通過依賴注入實現。

在PHPStorm中如何進行CLI模式的調試? 在PHPStorm中如何進行CLI模式的調試? Apr 01, 2025 pm 02:57 PM

在PHPStorm中如何進行CLI模式的調試?在使用PHPStorm進行開發時,有時我們需要在命令行界面(CLI)模式下調試PHP�...

如何在系統重啟後自動設置unixsocket的權限? 如何在系統重啟後自動設置unixsocket的權限? Mar 31, 2025 pm 11:54 PM

如何在系統重啟後自動設置unixsocket的權限每次系統重啟後,我們都需要執行以下命令來修改unixsocket的權限:sudo...

如何用PHP的cURL庫發送包含JSON數據的POST請求? 如何用PHP的cURL庫發送包含JSON數據的POST請求? Apr 01, 2025 pm 03:12 PM

使用PHP的cURL庫發送JSON數據在PHP開發中,經常需要與外部API進行交互,其中一種常見的方式是使用cURL庫發送POST�...

See all articles