- Sep 09 Tue 2014 09:18
-
[日文] まだ ~ していない
- Sep 08 Mon 2014 09:10
-
[日文] 原來如此
- Sep 03 Wed 2014 11:36
-
[日文] です、ます句型之否定變化
- Sep 02 Tue 2014 09:05
-
[Message Queue] msgctl()
msgctl() 控制對message queue的操作。
int msgctl(int msqid, int cmd, struct msqid_ds *buf);
第一個參數 int msqid
return 0 成功 、return -1 失敗
int msgctl(int msqid, int cmd, struct msqid_ds *buf);
第一個參數 int msqid
return 0 成功 、return -1 失敗
- Aug 26 Tue 2014 10:01
-
[Linux] chmod 指令
chmod 400 file - Read by owner
chmod 040 file - Read by group
chmod 004 file - Read by world
chmod 200 file - Write by owner
chmod 020 file - Write by group
chmod 002 file - Write by world
chmod 100 file - execute by owner
chmod 010 file - execute by group
chmod 001 file - execute by world
chmod 040 file - Read by group
chmod 004 file - Read by world
chmod 200 file - Write by owner
chmod 020 file - Write by group
chmod 002 file - Write by world
chmod 100 file - execute by owner
chmod 010 file - execute by group
chmod 001 file - execute by world
- Aug 22 Fri 2014 09:45
-
[商業日文] 招標用語 入札
- Aug 14 Thu 2014 10:53
-
[ shell ] shell 程式架構
1. 第一行 #! /bin/bash/ 為宣告script使用的shell名稱,用以宣告檔案使用的語法,各個shell功能差不多但語法不同。
例 : /bin/bash
/bin/tcsh
/bin/csh
例 : /bin/bash
/bin/tcsh
/bin/csh
- Aug 14 Thu 2014 10:15
-
[ Shell ] 執行shell
- Aug 14 Thu 2014 09:36
-
[ Shell ] Shell Script

Shell Script
1. 執行shell必須撰寫shell script。
2. shell script為純文字檔。
3. 編輯shell script使之一次執行多個指令。
- Aug 14 Thu 2014 09:11
-
[ Shell ] 基本概念
- Aug 08 Fri 2014 10:03
-
[Converter] 漢字轉拼音
- Jul 30 Wed 2014 13:30
-
[C] #if 0 ... #endif


