Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/data/Date.class.php on line 240
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/locale/locale.class.php on line 505
四月
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/data/Date.class.php on line 240
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/locale/locale.class.php on line 505
10
Deprecated: Function set_magic_quotes_runtime() is deprecated in
/usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line
717
Deprecated: Function set_magic_quotes_runtime() is deprecated in
/usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line
727
Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line 717
Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line 727
FreeBSD
引用 (0)
來源:資訊隨筆 (http://140.111.152.155/blog/post/2/316)
一般常用 ports 來安裝軟體的人,常常會看到類似下面的畫面
這一個畫面就是要您選擇編譯套件時所用的參數
(閱讀全文)
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/data/Date.class.php on line 240
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/locale/locale.class.php on line 505
四月
Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/data/Date.class.php on line 240
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /usr/local/www/lifetype/class/locale/locale.class.php on line 505
10
Deprecated: Function set_magic_quotes_runtime() is deprecated in
/usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line
717
Deprecated: Function set_magic_quotes_runtime() is deprecated in
/usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line
727
Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line 717
Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/local/www/lifetype/class/cache/Cache_Lite/Lite.php on line 727
FreeBSD
引用 (0)
來源:資訊隨筆 (http://140.111.152.155/blog/post/2/251)
要執行底下的動作時,都要切換到該軟體在 Ports 的目錄之下
1.安裝軟體
make install:會自動執行所有的編譯原始碼及設定工作。
2.Ports 選擇套件要編譯時的參數
make config : 選擇套件要編譯時的參數
3.移除軟體
make deinstall:可以移除不要安裝的軟體。
4.重新安裝軟體
make reinstall:重新安裝軟體,執行之前要先用 make deinstall 先把軟體移除。
5.移除 work 目錄中的檔案
make clean:在安裝過程中,在 work 目錄中會有一些檔案,因為安裝完成之後就用不到了,所以可以用 make clean 指令將這些檔案刪除。 (閱讀全文)