2013年9月29日 星期日
2013年8月11日 星期日
2013年8月6日 星期二
專利的種類
台灣的專利法中將專利分成三類,分別是發明專利,新型專利及新式樣專利.
而日本則是"特許","實用新案"及"意匠"分別代表上述三種專利之形式.
美國則是不區分發明專利及新型專利,統稱"Patent",新式樣專利則稱為"design patent".
"發明專利","新型專利"及"新式樣專利"其定義:
專利法第十九條:「稱發明者,謂利用自然法則之技術思想之高度創作。」
第九十七條:「稱新型者,謂對物品之形狀、構造或裝置之創作或改良。」
第一百零六條:「Ⅰ稱新式樣者,謂對物品之形狀、花紋、色彩或其結合之創作。Ⅱ稱聯合新式樣者,謂同一人因襲其另一新式樣之創作且構成近似者。」
而日本則是"特許","實用新案"及"意匠"分別代表上述三種專利之形式.
美國則是不區分發明專利及新型專利,統稱"Patent",新式樣專利則稱為"design patent".
"發明專利","新型專利"及"新式樣專利"其定義:
專利法第十九條:「稱發明者,謂利用自然法則之技術思想之高度創作。」
第九十七條:「稱新型者,謂對物品之形狀、構造或裝置之創作或改良。」
第一百零六條:「Ⅰ稱新式樣者,謂對物品之形狀、花紋、色彩或其結合之創作。Ⅱ稱聯合新式樣者,謂同一人因襲其另一新式樣之創作且構成近似者。」
2013年6月2日 星期日
修改Android的ROM
一個完整的 ROM 根目錄會有下列的文件夾及文件
data
system
META-INF
boot.img
系統應用程序所在目錄 /system/ app/*.apk (apk可自由添加,是可以精簡的部份)(系統默認)
(如果有 odex 文件的,刪除 APK 文件名 時同時也刪除與其對應的 odex 文件)
用戶安裝應用程序所在目錄 /data/app/*.apk (apk可全部刪除)
安裝 JDK,注意 系統內容>進階>環境變數的設定
簡易流程
1.ROM解壓
2./META-INF/刪除CERT.RSA和CERT.SF
3.修改/system/app等文件
4.全選META-INF,system文件夾和boot.img,壓縮為update.zip
系統字體,鈴聲開機畫面替換修改
1.字體: system--fonts--DroidSansFallback.ttf替換
2.鈴聲:
system--media--audio--alarms鬧鐘鈴聲
notifications通知鈴聲目錄
ringtones來電鈴聲目錄
3.開機畫面: system--media--bootanimation.zip替換
ROM訊息制定(包含ROM默認鈴聲設置)
1.進入system
2.用記事本打開build.prop進行修改
ro.build.display. id=xxx 這裡顯示內部版本信息
ro.product.model=ME501機型
ro.product.locale.language=zh語言zh為中文
ro.product.locale.region=TW國家TW為台灣
ro.build.version.full =xxx系統版本信息
ro.config.notification_sound=xxxx.ogg默認消息鈴聲(可選擇\system\media\audio\notofication)
ro.config.alarm_alert=xxxx.ogg默認鬧鐘鈴聲(可選擇\system \media\audio\alarm)
ro.config.ringtone=xxxx.ogg默認來電鈴聲(可選擇\system\media\ringtone)
Google服務
大陸機常被閹割掉GMS,我用的簡易方法
1.開ROOT是必需的
2.安裝GoogleServicesFramework.apk及GooglePlay.apk
3.進入RE文件瀏覽器,把data/app目錄下的com.android.vending- 1.apk(其實就是安裝好的google play )複製到system/app目錄下,重啟手機即可!
data
system
META-INF
boot.img
系統應用程序所在目錄 /system/ app/*.apk (apk可自由添加,是可以精簡的部份)(系統默認)
(如果有 odex 文件的,刪除 APK 文件名 時同時也刪除與其對應的 odex 文件)
用戶安裝應用程序所在目錄 /data/app/*.apk (apk可全部刪除)
安裝 JDK,注意 系統內容>進階>環境變數的設定
簡易流程
1.ROM解壓
2./META-INF/刪除CERT.RSA和CERT.SF
3.修改/system/app等文件
4.全選META-INF,system文件夾和boot.img,壓縮為update.zip
系統字體,鈴聲開機畫面替換修改
1.字體: system--fonts--DroidSansFallback.ttf替換
2.鈴聲:
system--media--audio--alarms鬧鐘鈴聲
notifications通知鈴聲目錄
ringtones來電鈴聲目錄
3.開機畫面: system--media--bootanimation.zip替換
ROM訊息制定(包含ROM默認鈴聲設置)
1.進入system
2.用記事本打開build.prop進行修改
ro.build.display. id=xxx 這裡顯示內部版本信息
ro.product.model=ME501機型
ro.product.locale.language=zh語言zh為中文
ro.product.locale.region=TW國家TW為台灣
ro.build.version.full =xxx系統版本信息
ro.config.notification_sound=xxxx.ogg默認消息鈴聲(可選擇\system\media\audio\notofication)
ro.config.alarm_alert=xxxx.ogg默認鬧鐘鈴聲(可選擇\system \media\audio\alarm)
ro.config.ringtone=xxxx.ogg默認來電鈴聲(可選擇\system\media\ringtone)
Google服務
大陸機常被閹割掉GMS,我用的簡易方法
1.開ROOT是必需的
2.安裝GoogleServicesFramework.apk及GooglePlay.apk
3.進入RE文件瀏覽器,把data/app目錄下的com.android.vending- 1.apk(其實就是安裝好的google play )複製到system/app目錄下,重啟手機即可!
2013年4月14日 星期日
空氣線圖
原由: 天花板像下雨般滴水了
描述: 某豆乾廠1F出貨碼頭天花板滴水,其2F為-18度冷凍庫,每逢雨天天花板即下雨.
初步結論: 2F凍庫底層保溫失效,可能是年久失修破損導致
處理評估: 釜底抽薪的方法,還是重建底層保溫措施,並可減少冷凍效能的損失(節能),治標方式可在1F天板板噴保溫PU層或貼保溫棉,但是在潮濕的天花板上加層保溫,實在有點困擾.如何將樓板短時間內除濕乾燥後黏貼保溫層,在經濟掛帥的商業公司上似乎是不太可能的一件事.
結露的防止對策
1.排除室內發生之水蒸氣(開放空間-無解)
2.制止室內壁面溫度之降低(上方為凍庫-無解,或重新檢視重做凍庫底層保溫)
3.壁面內部或屋頂擱層做適當之防水層以制止水蒸氣之侵入(治標方式)
由下方的空氣線圖中,任知的兩個參考即可查出其相關之條件係數
例如: 目前室溫23度(乾球溫度),濕度70%(相對濕度),經查表可知結露溫度約16度即形成結露
Ref:
http://tonylandtw.blogspot.tw/2008/07/blog-post.html
http://sd.dyu.edu.tw/~jesse/WWW/humidity.files/frame.htm
描述: 某豆乾廠1F出貨碼頭天花板滴水,其2F為-18度冷凍庫,每逢雨天天花板即下雨.
初步結論: 2F凍庫底層保溫失效,可能是年久失修破損導致
處理評估: 釜底抽薪的方法,還是重建底層保溫措施,並可減少冷凍效能的損失(節能),治標方式可在1F天板板噴保溫PU層或貼保溫棉,但是在潮濕的天花板上加層保溫,實在有點困擾.如何將樓板短時間內除濕乾燥後黏貼保溫層,在經濟掛帥的商業公司上似乎是不太可能的一件事.
結露的防止對策
1.排除室內發生之水蒸氣(開放空間-無解)
2.制止室內壁面溫度之降低(上方為凍庫-無解,或重新檢視重做凍庫底層保溫)
3.壁面內部或屋頂擱層做適當之防水層以制止水蒸氣之侵入(治標方式)
由下方的空氣線圖中,任知的兩個參考即可查出其相關之條件係數
例如: 目前室溫23度(乾球溫度),濕度70%(相對濕度),經查表可知結露溫度約16度即形成結露
Ref:
http://tonylandtw.blogspot.tw/2008/07/blog-post.html
http://sd.dyu.edu.tw/~jesse/WWW/humidity.files/frame.htm
2013年3月5日 星期二
Grub4Dos with USBstick
I try to combine Grub4Dos and FreeDos, but unusual several times.
I find the site finally. It work.
http://black-pixel.net/bootable-usb-stick-with-grub4dos-freedos-and-iso-images-e-g-ubcd.html
simply description
1.Start with formatting the USBStick using FAT32 by USB Disk Storage Format Software or the others.
2.Download grub4dos.zip to Run grubinst_gui as Administrator. Refresh Part List fisrt. choose Whole disk(MBR) and install Grub4Dos to USBStick.
3.Copy the file grldr and menu.lst onto the Root of USB Falsh Drive.
4.Download fdbasecd.iso and Extract or mount it.
5.Copy the folder ODIN from FREEDOS\SETUP onto the USBStick and Copy Command.com from the ODIN folder into the Root of the device.
6.Add the following to menu.lst to boot FreeDOS
title FreeDOS
root (hd0,0)
chainloader /ODIN/kernel.sys
boot
If you want you can add the following lines at the end, they should be self explanatory.
title reboot
reboot
title halt
halt
MSDOS can also add the system files to the root of the device.(IO.sys,MSDOS.sys and COMMAND.COM)
Add the following to menu.lst
title DOS
chainloader /io.sys
I find the site finally. It work.
http://black-pixel.net/bootable-usb-stick-with-grub4dos-freedos-and-iso-images-e-g-ubcd.html
simply description
1.Start with formatting the USBStick using FAT32 by USB Disk Storage Format Software or the others.
2.Download grub4dos.zip to Run grubinst_gui as Administrator. Refresh Part List fisrt. choose Whole disk(MBR) and install Grub4Dos to USBStick.
3.Copy the file grldr and menu.lst onto the Root of USB Falsh Drive.
4.Download fdbasecd.iso and Extract or mount it.
5.Copy the folder ODIN from FREEDOS\SETUP onto the USBStick and Copy Command.com from the ODIN folder into the Root of the device.
6.Add the following to menu.lst to boot FreeDOS
title FreeDOS
root (hd0,0)
chainloader /ODIN/kernel.sys
boot
If you want you can add the following lines at the end, they should be self explanatory.
title reboot
reboot
title halt
halt
MSDOS can also add the system files to the root of the device.(IO.sys,MSDOS.sys and COMMAND.COM)
Add the following to menu.lst
title DOS
chainloader /io.sys
2013年2月25日 星期一
archlinux mirrorlist generator
when you update fails. modify the file of mirrorlist. and reference this site.
https://www.archlinux.org/mirrorlist/ , choose you wanna
vi /etc/pacman.d/mirrorlist
pacman -Syy
pacman -Syu
Taiwan change into "province of china", unfortunately.
I should be to Archlinux to protest. I am Taiwanese, not chinese.
https://www.archlinux.org/mirrorlist/ , choose you wanna
vi /etc/pacman.d/mirrorlist
pacman -Syy
pacman -Syu
Taiwan change into "province of china", unfortunately.
I should be to Archlinux to protest. I am Taiwanese, not chinese.
訂閱:
文章 (Atom)

