發表文章

目前顯示的是 2013的文章

資料庫 ER model

http://cc.cust.edu.tw/~ccchen/doc/db_03.pdf

英文新聞網站

The New York Times ( 紐約時報 ):  http://www.nytimes.com/

PHP include 與 require 的差別

http://developer.51cto.com/art/200912/167892.htm

laravel migration

首先先去 app/config/database.php設定所要使用的資料庫相關資料

ubuntu安裝LAMP跟curl與啟動Mod_Rewrite

[Linux] learning note 檔案與檔案系統的壓縮與打包

圖片
常見的壓縮檔案副檔名 *.Z          compress 程式壓縮的檔案 *.gz         gzip 程式壓縮的檔案 *.bz2       bzip2 程式壓縮的檔案 *.tar         tar 程式 打包的資料 ,並沒有壓縮過 *.tar.gz     tar 程式打包的檔案,其中並且 經過 gzip 的壓縮 *.tar.bz2   tar 程式打包的檔案,其中並且 經過 bzip2 的壓縮

[Linux] Linux learning note 檔案與目錄管理

圖片
chattr - 設定檔案或目錄隱藏屬性 usage : chattr [+-=] [attribute] 檔案 or 目錄名稱 attribute a : 設定此檔案只能增加資料,不能刪除也不能修改資料,只有root才能設定此屬性 i : 讓檔案不能被刪除、改名、設定連結也無法寫入或新增資料,只有 root 能設定此屬性 S : 進行任何檔案的修改,該更動會 同步 寫入磁碟中 選項 + : 增加特殊屬性 - : 移除特殊屬性 = : 設定一定只有此屬性

[linux] note 使用者群組、檔案權限概念、目錄配置

touch : 建立空檔案 / 改變檔案的timestamp usage : touch [檔名]  touch [選項參數] [檔名] chgrp : 改變所屬群組 usage : chgrp [-R] [目錄名稱 or檔名] chown : 改變擁有者   usage : chown [-R] [帳號名稱] [檔名 or 目錄名稱]   chown [-R] [帳號名稱:群組名稱] [檔案 or 目錄] ex :      chown bin install.log  chown root:root install.log

[Ubuntu] 安裝FFmpeg

Preparation Remove any existing packages: sudo apt-get remove ffmpeg x264 libav-tools libvpx-dev libx264-dev Get the dependencies (**Ubuntu Desktop** users):