Created
May 10, 2013 04:58
-
-
Save anonymous/5552477 to your computer and use it in GitHub Desktop.
php程式設計面試題目
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
條件: | |
熟悉 php, mysql, javascript (jQuery) | |
瞭解基本的 html, css, | |
有 Facebook Api 開發經驗 | |
有一年以上網頁開發經驗 | |
有 linux, apache 管理經驗 (加分) | |
有 CodeIgniter 開發經驗 ( 加分 ) | |
有 ajax 開發經驗 (jQuery)(加分) | |
- | |
1. 如果一個X元素內的子元素通通float: left,請問X元素本身會有什麼狀況?如果我要在X元素內下背景,卻沒有顯示,請問如何解決? | |
2. 為何<a>元素的寬度設置了width: 150px,但是寬卻沒有150px呢? | |
3. 我有一個最新消息功能的需求,前台顯示部份有列表以及內容頁 | |
欄位部份需要:標題、摘要、完整內文、發表日期、是否上稿以及排序 | |
請寫下資料表結構 | |
4.請製作一個名為today()的函數,用來傳回當天的民國日期,需要包含星期幾 | |
格式如下:民國102年05月05日 星期日 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment