Jax 的工作紀錄

除了在整理學習上的經驗,同時也能幫助其他需要的人

2011-08-18

[轉載] apache2ctl 指令

›
轉載自: Ubuntu系統網絡應用服務器Apache配置基礎 apache2ctl 是 Apache2 服務器的前端程序。他可以幫助管理員控制 Apache2 後台 daemon 的功能。 apache2ctl -v 顯示 apache 的版本。 apache2ctl...

[Ubuntu] Apache 未設定 ServerName 造成的警告

›
Ubuntu 下的 Apache 有時候在啟動時會出現以下的警告訊息: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerNa...
2011-07-21

[C語言] strtok 切開字串

›
#include <string.h> char * strtok( char * str, const char * delim); strtok 提供的功能是將字串依照所設定的切分符號字串分解。 #include <stdio.h> #in...

[轉載][C語言] memcpy 複製指定長度的字串

›
轉載自: C Language -memcpy #include <string.h> void * memcpy ( void * destination, const void * source, size_t num); memcpy 提供的功能是...

[轉載][C語言] memset 設定記憶體空間的值

›
轉載自: C Language -memset #include <string.h> void * memset( void * s, int c, size_t n); memset 設定位元組中的位元值,設定的方式從s 開始將n 個位元組設定成為...

[C語言] realpath 取得真實路徑

›
realpath 真是一個方便又好用函數,簡簡單單就可以取得一個路徑的絕對路徑,還可以檢查檔案是否存在。 #include <stdlib.h> char * realpath( const char * path, char * resolved_pa​​...
2011-07-20

HTML 標籤一覽

›
之前在做員工教育時整理的 HTML 標籤一覽,順便分享出來。 檔案連結: HTML 標籤一覽

HTML meta 彙整

›
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!--網頁文件的編碼格式--> <meta http-equiv=...
‹
›
首頁
查看網路版
技術提供:Blogger.