Share Corner
Index Back Page Next Page Refresh Page Add To My Favorites Search Guestbook Contact Me
Menu
 首頁
 最新動態
 Blog
 Video Blog
 關於網主
 聯絡我們


登入
名稱
密碼
註冊 忘記密碼

My Blog
 1   2   3   4   5   6   7   8   9 
 
 
2012-04-16
[NAS] [Synology] Web Directory Using SymLinks
Use vi to edit /usr/syno/apache/conf/extra/httpd-userdir.conf-user
Append following options after Options MultiViews
Indexes FollowSymLinks


2012-04-16 15:50:160留言  
詳情

2012-01-19
[PHP] session
PHP Warning: session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /class.session.php on line 67
PHP Warning: Unknown: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0


<?php
2012-01-19 18:31:090留言  
詳情

2011-06-21
[Mysql] SQL CASE WHEN
SELECT title, CASE WHEN member_id IS NULL THEN '尚未領取' ELSE seq END as code FROM member
2011-06-21 16:15:380留言  
詳情

2011-05-11
[Mysql] SQL ifnull
IfNull(Field Name checking, 'Replaced Null value')

Example:
SELECT id, IFNULL(name, 'default name') FROM member
2011-05-11 11:15:170留言
詳情

2011-02-21
ZyXEL P-335WT Wireless LAN Output Power
1) Telnet your router (192.168.1.1:23)
2) Move to 24.8 (Command Interpreter Mode)
3) type "wlan outputpower"(look you current level)
4) type "wlan outputpower 1"
PS: you may modify the power (1 = strongest, 5 = weakest)
2011-02-21 19:22:000留言
詳情

 
 1   2   3   4   5   6   7   8   9 
Copyright © 2004 - 2012. Allen Chak (admin88hk) All rights reserved.