請搜尋 「長線 投資 學習」 或 「長線 電腦 學習」
報告人: | 洪朝貴 https://frdm.cyut.edu.tw/~ckhung/ |
---|---|
單位: |
|
30 | = | 30 |
20*10 | = | 200 |
10*10*10 | = | 1000 |
? | = | ? |
其他領域的類似例子:
|
上述各點不正是英文/數學學習的特性嗎? Ans: 3^10 = 59049 分成 10 盤, 每盤 3 元 |
|
需要的不多; 想要的太多 -- 聖嚴法師
Adobe 的 pdf 格式 vs. 組合式的檔案管理
.html | .tgz | .gpg | ||
.csv | x | .zip | x | .pgp |
... | ... | ... |
想要 按時段分析網頁瀏覽人次; 手邊有原始資料 access_log
彙整學生專題成績: 學生分組可跨班; 老師指導各組可能來自不同班級
(甲師) | (乙師) | (丙師) | ||
... | ... | ... | ||
s4314030,林孟茹,80 | s4354009,張仲倫,71 | s4454085,學中峰,80 | ||
s4354088,顏中強,62 | s4314056,呂家萍,77 | s4354021,江小珊,87 | ||
s4454111,洪光泰,84 | s4414061,藍孟福,68 | s4314070,簡玉蓉,98 | ||
s4414001,曹中昌,84 | s4454103,王仲發,96 | s4354069,李秋珠,91 | ||
... | ... | ... |
||
grep 's4354..[13579]' * >
24a.csv
||
\/
s4354009,張仲倫,71 |
s4354021,江小珊,87 |
s4354069,李秋珠,91 |
public_html/ 目錄底下有三四層目錄, 數百個 *.shtml 檔, 欲全部改名為 *.php。
find public_html/ -name '*.shtml' | perl -pe
's/(.*)\.shtml/
mv
$1.shtml
$1.php/'
| bash
public_html/index.en.shtml
public_html/p/toy/index.shtml
public_html/p/index.shtml
public_html/s/pr/index.shtml
public_html/s/edu.shtml
public_html/s/os.shtml
public_html/dl/index.shtml
public_html/fe/index.shtml
public_html/fe/footer.shtml
public_html/a/c000.shtml
public_html/a/c041.shtml
|
==> |
mv public_html/index.en.shtml public_html/index.en.php
mv public_html/p/toy/index.shtml public_html/p/toy/index.php
mv public_html/p/index.shtml public_html/p/index.php
mv public_html/s/pr/index.shtml public_html/s/pr/index.php
mv public_html/s/edu.shtml public_html/s/edu.php
mv public_html/s/os.shtml public_html/s/os.php
mv public_html/dl/index.shtml public_html/dl/index.php
mv public_html/fe/index.shtml public_html/fe/index.php
mv public_html/fe/footer.shtml public_html/fe/footer.php
mv public_html/a/c000.shtml public_html/a/c000.php
mv public_html/a/c041.shtml public_html/a/c041.php
|
武士聽了之後, 表情變得很僵硬: "我不是來這裡受你侮辱的." "也許你一直把事情的真相當做是侮辱." 梅林一邊說著, 一邊繼續把紅蘿蔔分給其他動物吃. -- 為自己出征
perl -pe 's#(\d+)/(\d+)/(\d+)#$2/$1/$3#'
想像數學自由化之後的人力市場變化; 也請見 「創新的擴散」: 最欠缺的, 不是創新, 而是擴散。