蛾 天蛾 天蠶蛾
蠶寶寶與毛毛蟲
???
大部分蛾的幼蟲 都有毛 具刺激性 會引發過敏
蠶寶寶也是蛾的幼蟲 無毛而是肉棘 閩南語稱雞母蟲
蝴蝶的幼蟲 則多半無毛 而是肉棘
一齡幼蟲的肉棘末端生刺毛,二到五齡只剩肉棘。
台蛾幼蟲 黑體白毛 無毒 較不會引發過敏
???
//=== 隱花果 榕果小蜂, http://gaga.jes.mlc.edu.tw/new23/9312/k02.htm
"... 榕果小蜂與榕果之間的互動關係是很有趣的。榕果是一種無花果植物,開花和結果籽都在果實裡,不過大地的創造者卻給了它們神奇的力量,它們依然能跟一般植物一樣接受昆蟲授粉,只不過是在見不到陽光的黑暗世界裡進行。 ...
雄小蜂沒有可以飛動的翅膀,牠的一生是要幫忙雌小蜂繁殖下一代,終其一生都在黑暗的世界裡。
...
"
[ref, 嘎嘎昆蟲網] http://gaga.jes.mlc.edu.tw/new23/9312/k02.htm
[ref, 台蛾天地] http://hm.tesri.gov.tw/modules/myalbum/viewcat.php?num=10&cid=34
[ref, 特有生物研究保育] http://nature.tesri.gov.tw/tesriusr/internet/natshow.cfm?IDNo=505
[ref, 隱花果筆記] http://blog.xuite.net/iboy/home/21394101
界門綱目科屬種
2009年2月28日 星期六
2009年1月4日 星期日
mysql export 的預設目錄
mysql> select * from table1 where field1='tgtfield' into outfile 'dataOut.txt';
'dataOut.txt' 預設放在 MySQL data 目錄下,
i.e. /var/lib/mysql/databasename/
[ref]
http://www.learn-mysql-tutorial.com/ExportImport.cfm
'dataOut.txt' 預設放在 MySQL data 目錄下,
i.e. /var/lib/mysql/databasename/
[ref]
http://www.learn-mysql-tutorial.com/ExportImport.cfm
如何將mysql table export 到xml file?
[Q] 如何將mysql table export 到xml file?
[try]
0. 在啟動 mysql client 需要enable --xml 選項
./mysql -ujon test --xml -e 'SELECT * FROM t1' > t1.xml
1. use php to fetch data and format the output
[ref]
http://dev.mysql.com/doc/refman/5.1/en/mysql-command-options.html#option_mysql_xml
http://forums.mysql.com/read.php?44,59164,161365#msg-161365
[try]
0. 在啟動 mysql client 需要enable --xml 選項
./mysql -ujon test --xml -e 'SELECT * FROM t1' > t1.xml
1. use php to fetch data and format the output
[ref]
http://dev.mysql.com/doc/refman/5.1/en/mysql-command-options.html#option_mysql_xml
http://forums.mysql.com/read.php?44,59164,161365#msg-161365
如何在 mysql client 內 執行linux shell 命令?
[Q] 如何在 mysql client 內 執行linux shell 命令?
[Q] How to execute shell commands from within the MySQL command line client?
[sol] mysql> \! ls -l
[ref]
http://www.electrictoolbox.com/shell-commands-mysql-command-line-client/
[Q] How to execute shell commands from within the MySQL command line client?
[sol] mysql> \! ls -l
[ref]
http://www.electrictoolbox.com/shell-commands-mysql-command-line-client/
2008年12月28日 星期日
gmail pop setup in local email account such as outlook
requires SSL
pop3 server: pop.gmail.com, port 995
smtp server: smtp.gmail.com, port 465
check "My server requires authentication"
[ref] http://mail.google.com/support/bin/answer.py?answer=76147
pop3 server: pop.gmail.com, port 995
smtp server: smtp.gmail.com, port 465
check "My server requires authentication"
[ref] http://mail.google.com/support/bin/answer.py?answer=76147
2008年12月25日 星期四
為什麼鍋子會作成圓的?
[Q] 為什麼鍋子會作成圓柱形 半橢球形的?
[Guestimate]
0. 體積與表面積 /面積與周長-> 國中數學 相同長度的線段 圍成圓形與長方形 正方形 三角形的面積哪個最大?
定周長 面積大小次序為 圓形> 正方形> 三角形, 圓形> 正方形> 長方形
1. 施工方便?
2. 麵團 食物料理?
[Guestimate]
0. 體積與表面積 /面積與周長-> 國中數學 相同長度的線段 圍成圓形與長方形 正方形 三角形的面積哪個最大?
定周長 面積大小次序為 圓形> 正方形> 三角形, 圓形> 正方形> 長方形
1. 施工方便?
2. 麵團 食物料理?
2008年12月21日 星期日
為何外觀尺寸小的洗衣機能和尺寸較大的洗衣機有相同的洗衣容量?
[Q] 為何外觀尺寸小的洗衣機能和尺寸較大的洗衣機有相同的洗衣容量?
[Guestimate]
洗衣容量相同 > 洗衣內槽容量相同
洗衣內槽容量相同 & 外觀體積小 >
脫水槽與其他零件如隔板 擋板 電路 馬達 水管 避震系統所佔的體積必須縮小>
有些部分可能根本就被切掉了...
[Guestimate]
洗衣容量相同 > 洗衣內槽容量相同
洗衣內槽容量相同 & 外觀體積小 >
脫水槽與其他零件如隔板 擋板 電路 馬達 水管 避震系統所佔的體積必須縮小>
有些部分可能根本就被切掉了...
訂閱:
文章 (Atom)