123  


文章標籤

S 發表在 痞客邦 留言(0) 人氣()

msgctl() 控制對message queue的操作。

int msgctl(int msqid, int cmd, struct msqid_ds *buf);

第一個參數 int msqid

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

chmod 400 file - Read by owner
chmod 040 file - Read by group
chmod 004 file - Read by world 

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

標案名稱          入札案件名前

機關                官庁

公告日             公告日

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

1. 第一行 #! /bin/bash/ 為宣告script使用的shell名稱,用以宣告檔案使用的語法,各個shell功能差不多但語法不同。

例 :  /bin/bash

       /bin/tcsh

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

程式檔名 bin/start.sh

方法一、直接下達命令。

假設工作目錄在home/bin, 則在home/bin底下使用./start.sh執行

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

Shell Script

1. 執行shell必須撰寫shell script。

2. shell script為純文字檔。

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

11111111111111  


文章標籤

S 發表在 痞客邦 留言(0) 人氣()

日文漢字轉拼音

http://nihongo.j-talk.com/

465465  

文章標籤

S 發表在 痞客邦 留言(0) 人氣()

#if 0

....

....

文章標籤

S 發表在 痞客邦 留言(0) 人氣()