Serial Port 與Baud Rate的基本知識
https://dotblogs.com.tw/billchung/archive/2012/01/11/65270.aspx
8051Baud Rate的解釋
http://anal02.pixnet.net/blog/post/101596447-%5B8051%E8%A7%80%E5%BF%B5%26code%5D-uart%E8%B3%87%E6%96%99-%E9%AE%91%E7%8E%87%E8%A8%AD%E5%AE%9A
港股即時
Economic Calendar
Friday, October 28, 2016
Tuesday, October 25, 2016
支爆
中國審判日一
http://hk.apple.nextmedia.com/financeestate/art/20161004/19789968
中國審判日二
http://hk.apple.nextmedia.com/financeestate/art/20161011/19796845
中國審判日三
http://hk.apple.nextmedia.com/financeestate/art/20161018/19803976
中國審判日四
http://hk.apple.nextmedia.com/financeestate/art/20161025/19811025
Saturday, October 22, 2016
C++ Learning
C和 C++的分別
http://blog.xuite.net/edison901/documents/3753230-C+%E5%92%8C+C%2B%2B+%E7%9A%84%E5%B7%AE%E5%88%A5+--+%E4%B8%80%E4%BA%9B%E6%B7%BA%E8%A6%8B
程式設計的思維模式:
1. procedural-based paradigm
2. object-based paradigm
3. object-oriented paradigm
4. generic paradigm
C++入門指南
http://pydoing.blogspot.hk/2014/06/cpp-guide.html
中英文術語對照
| 文字編輯器 | text editor |
| 整合開發環境 | Integrated Development Environment, IDE |
| 關鍵字 | keyword |
| 保留字 | reserved word |
| 基本內建型態 | primitive built-in type |
| 整數 | integer |
| 宣告 | declare |
| 參數列 | parameter list |
| 回傳值 | return value |
| 字串字面常數 | string literal |
| 註解 | comment |
| 標準程式庫 | standard library |
| 前置處理器 | preprocessor |
| 標頭檔 | header file |
| 識別字 | identifier |
| 變數 | variable |
| 函數 | function |
| 參數 | parameter |
| 字面常數 | literal |
| 運算子 | operator |
| 類別 | class |
| 物件 | object |
| 輸出運算子 | output operator |
| 命名空間 | name space |
| 作用域運算子 | scope operator |
| 建構子 | constructor |
| 陳述 | statement |
基本內建型態與物件
C++ 中的基本內建型態 (primitive built-in type) 屬於算術型態 (arithmetic type) ,分成四大類
基本資料型態共有九種,如下表:
| 型態類型 | 關鍵字 | 範圍 |
|---|---|---|
| 布林 | bool | true, false |
| 字元 | char | 1 位元組 |
| 寬字元 | wchar_t | 2 位元組 |
| 整數 | short | 2 位元組 |
| 整數 | int | 4 位元組 |
| 整數 | long | 4 位元組 |
| 浮點數 | float | 4 位元組 |
| 浮點數 | double | 8 位元組 |
| 浮點數 | long double | 12 or 16 位元組 |
Sunday, October 16, 2016
學習Android 與RFID
前言
話說最近「腦細」話要用RFID技術於現有的公司運作中,於是「腦細」就英明地在香港某公司買了一個RFID printer, 又買了RFID tag還買了RFID reader & writer。
然而「腦細」由於「腦細」,他花了萬多元買的RFID reader & writer是一支OEM原型機,只內附一個行Android 4.4.4的系統。儀器內的Apps只是一個demo version ,只能read tags, 不能save成檔案,更惶說要把儲存了所讀取了的tag data 檔案導出成檔案。
「腦細」見事態不對,只放下一句 : 「事到如今,點都要整到的了。」就把屎送到我面前.....
面對著一督屎,我就係一督屎,命比蟻便宜。
雖然我用的是HTC手機,但我對Android可說是一無所知。既然有屎要食,也只好惡補一下Android,看看是否能把一件買回來的廢物變回有用的工具。
注意,我不是Programmer,我只是一個讀香港非三大BBA出身的一般文職office 人員。
不過一直以來都對學習寫一個語言程式很感興趣。或許這次是上帝給我學習的一個Trigger point。
1.) 首先要基本認識一下Android。
作為一個普通,電腦用家,最基本就是上網看看維基天書。維基基本是所有武功的入門途徑吧。
基本介紹:
Android(讀音:英:['ændrɔɪd],美:[ˈænˌdrɔɪd]),中文俗稱安卓,是一個基於Linux核心的開放行動作業系統,由Google成立的Open Handset Alliance(OHA,開放手機聯盟)持續領導與開發,主要設計用於觸控螢幕行動裝置如智慧型手機和平板電腦。
顯示布局
Android作業系統支援更大的解像度,VGA,2D顯示,3D顯示都給予OpenGL ES 3.0標準規格(4.3版本開始支援OpenGL ES 3.0),並且支援傳統的智慧型手機。
資料存儲
Android作業系統內置SQLite小型關聯式資料庫管理系統來負責存儲資料。
網路
Android作業系統支援所有的網路制式,包括GSM/EDGE、IDEN、CDMA、TD-SCDMA 、EV-DO、UMTS、Bluetooth、Wi-Fi、LTE、NFC和WiMAX。
資訊
作為原設計給智慧型手機使用的作業系統,Android作業系統原生支援簡訊和郵件,並且支援所有的雲端資訊和伺服器資訊。
語言
Android作業系統支援多語言。
瀏覽器
Android作業系統中內建的網頁瀏覽器基於WebKit核心,並且採用了Chrome V8引擎。在Android 4.0內置的瀏覽器測試中,HTML5和Acid3故障處理中均獲得了滿分,並且於2.2版至4.0版之前能原生支援Flash,4.0版本後去除對Flash的支援。
支援Java
雖然Android作業系統中的應用程式大部分都是由Java編寫的,但是Android卻是以轉換為Dalvik executables的檔案在Dalvik虛擬機上執行的。由於Android中並不自帶Java虛擬機,因此無法直接執行Java程式。不過Android平台上提供了多個Java虛擬機供用戶下載使用,安裝了Java虛擬機的Android系統可以執行Java_ME的程式。5.0版(Lolipop)開始以Android Runtime(ART)取代Dalvik虛擬機。
媒體支援
Android作業系統本身支援以下格式的音訊/視訊/圖片媒體:WebM、H.263, H.264(in 3GP or MP4 container)、MPEG-4 SP、AMR, AMR-WB(in 3GP container)、AAC, HE-AAC(in MP4 or 3GP container)、MP3、MIDI、Ogg Vorbis、FLAC、WAV、JPEG、PNG、GIF、BMP。如果用戶需要播放更多格式的媒體,可以安裝其他第三方應用程式。
流媒體支援
Android作業系統支援RTP/RTSP(3GPP PSS, ISMA)的流媒體以及(HTML5 <video>)的流媒體,同時還支援Adobe的Flash,在安裝了RealPlayer之後,還支援蘋果公司的流媒體。
硬體支援
Android作業系統支援識別並且使用視頻/相片攝像頭,多點電容/電阻觸控螢幕,GPS,加速計,陀螺儀,氣壓計,磁力儀(高斯計),鍵盤,滑鼠,USB Disk,專用的遊戲控制器,體感控制器,遊戲手把,藍牙裝置,無線裝置,感應和壓力感測器,溫度計,加速2D位位塊傳輸(硬體方向,縮放,像素格式轉換)和3D圖形加速。
多點觸控
Android支援原生的多點觸控,在最初的HTC Hero智慧型手機上即有這個功能。該功能是內核級別(為了避免對蘋果公司的觸控螢幕技術造成侵權)。
藍牙
Android支援A2DP,AVRCP,發送檔案(OPP),存取電話簿(PBAP),語音撥號和方送智慧型手機之間的聯繫。同時支援鍵盤,滑鼠和搖桿(HID)。
多工處理
Android作業系統支援原生的多工處理。
語音功能
除了支援普通的電話通話之外,Android作業系統從最初的版本開始就支援使用語音操作來使用Google進行網頁搜尋等功能。而從Android 2.2開始,語音功能還可以用來輸入文字、語音導航等功能。
無線共享功能
Android作業系統支援用戶使用本機充當「無線路由器」,並且將本機的網路共享給其他智慧型手機,其他機器只需要通過WiFi尋找到共享的無線熱點,就可以上網。而在Android 2.2之前的作業系統則需要通過第三方應用或者其他定製版系統來實現這個功能。
截圖功能
從Android 4.0開始,Android作業系統便支援截圖功能,該功能允許用戶直接抓取智慧型手機螢幕上的任何畫面,用戶還可以通過編輯功能對截圖進行處理,還可以通過藍牙/E-mail/微博/共享等方式發送給其他用戶或者上傳到網路上,也可以拷貝到電腦中。
Android(讀音:英:['ændrɔɪd],美:[ˈænˌdrɔɪd]),中文俗稱安卓,是一個基於Linux核心的開放行動作業系統,由Google成立的Open Handset Alliance(OHA,開放手機聯盟)持續領導與開發,主要設計用於觸控螢幕行動裝置如智慧型手機和平板電腦。
顯示布局
Android作業系統支援更大的解像度,VGA,2D顯示,3D顯示都給予OpenGL ES 3.0標準規格(4.3版本開始支援OpenGL ES 3.0),並且支援傳統的智慧型手機。
資料存儲
Android作業系統內置SQLite小型關聯式資料庫管理系統來負責存儲資料。
網路
Android作業系統支援所有的網路制式,包括GSM/EDGE、IDEN、CDMA、TD-SCDMA 、EV-DO、UMTS、Bluetooth、Wi-Fi、LTE、NFC和WiMAX。
資訊
作為原設計給智慧型手機使用的作業系統,Android作業系統原生支援簡訊和郵件,並且支援所有的雲端資訊和伺服器資訊。
語言
Android作業系統支援多語言。
瀏覽器
Android作業系統中內建的網頁瀏覽器基於WebKit核心,並且採用了Chrome V8引擎。在Android 4.0內置的瀏覽器測試中,HTML5和Acid3故障處理中均獲得了滿分,並且於2.2版至4.0版之前能原生支援Flash,4.0版本後去除對Flash的支援。
支援Java
雖然Android作業系統中的應用程式大部分都是由Java編寫的,但是Android卻是以轉換為Dalvik executables的檔案在Dalvik虛擬機上執行的。由於Android中並不自帶Java虛擬機,因此無法直接執行Java程式。不過Android平台上提供了多個Java虛擬機供用戶下載使用,安裝了Java虛擬機的Android系統可以執行Java_ME的程式。5.0版(Lolipop)開始以Android Runtime(ART)取代Dalvik虛擬機。
媒體支援
Android作業系統本身支援以下格式的音訊/視訊/圖片媒體:WebM、H.263, H.264(in 3GP or MP4 container)、MPEG-4 SP、AMR, AMR-WB(in 3GP container)、AAC, HE-AAC(in MP4 or 3GP container)、MP3、MIDI、Ogg Vorbis、FLAC、WAV、JPEG、PNG、GIF、BMP。如果用戶需要播放更多格式的媒體,可以安裝其他第三方應用程式。
流媒體支援
Android作業系統支援RTP/RTSP(3GPP PSS, ISMA)的流媒體以及(HTML5 <video>)的流媒體,同時還支援Adobe的Flash,在安裝了RealPlayer之後,還支援蘋果公司的流媒體。
硬體支援
Android作業系統支援識別並且使用視頻/相片攝像頭,多點電容/電阻觸控螢幕,GPS,加速計,陀螺儀,氣壓計,磁力儀(高斯計),鍵盤,滑鼠,USB Disk,專用的遊戲控制器,體感控制器,遊戲手把,藍牙裝置,無線裝置,感應和壓力感測器,溫度計,加速2D位位塊傳輸(硬體方向,縮放,像素格式轉換)和3D圖形加速。
多點觸控
Android支援原生的多點觸控,在最初的HTC Hero智慧型手機上即有這個功能。該功能是內核級別(為了避免對蘋果公司的觸控螢幕技術造成侵權)。
藍牙
Android支援A2DP,AVRCP,發送檔案(OPP),存取電話簿(PBAP),語音撥號和方送智慧型手機之間的聯繫。同時支援鍵盤,滑鼠和搖桿(HID)。
多工處理
Android作業系統支援原生的多工處理。
語音功能
除了支援普通的電話通話之外,Android作業系統從最初的版本開始就支援使用語音操作來使用Google進行網頁搜尋等功能。而從Android 2.2開始,語音功能還可以用來輸入文字、語音導航等功能。
無線共享功能
Android作業系統支援用戶使用本機充當「無線路由器」,並且將本機的網路共享給其他智慧型手機,其他機器只需要通過WiFi尋找到共享的無線熱點,就可以上網。而在Android 2.2之前的作業系統則需要通過第三方應用或者其他定製版系統來實現這個功能。
截圖功能
從Android 4.0開始,Android作業系統便支援截圖功能,該功能允許用戶直接抓取智慧型手機螢幕上的任何畫面,用戶還可以通過編輯功能對截圖進行處理,還可以通過藍牙/E-mail/微博/共享等方式發送給其他用戶或者上傳到網路上,也可以拷貝到電腦中。
- 問題一: 我的Android Device 內的Apps 無法滿足到公司需要。公司需要的,就是一個能Read Tag Write Tag 又能把Read了tag的內容傳化為一個excel檔案,而且excel檔案要傳到電腦上以便再管理庫存。
- 問題二 : Android Device 不能被我的電腦讀到。簡單黎講就係無Driver。
面對這兩個問題,首先就要了解一下Androd Device 如何與一個windows 系統溝通的。要知道兩者如何溝通,就先要了解Android 的程式架構。
程式開發
在早期的Android應用程式開發中,通常通過在Android SDK(Android軟體開發包)中使用Java作為編程語言來開發應用程式。開發者亦可以通過在Android NDK(Android Native開發包)中使用C語言或者C++語言來作為編程語言開發應用程式。同時Google還推出了適合初學者編程使用的Simple語言,該語言類似微軟公司的Visual Basic語言。此外,Google還推出了Google App Inventor開發工具,該開發工具可以快速地構建應用程式,方便新手開發者。
也要了解一下Kernel 的角色作用。
開發所需軟體
1. JAVA開發工具(Java Development kit - JDK)2. Eclipse的JAVA開發環境(Eclipse IDE for Java Developers)
3. Android 開發工具(stand-alone Android SDK)
Where to start
Set up a build environment – including installing the right development tools, the Java Development Kit, and getting all the paths and directories right.Grab the source – this is done using the “Repo” tool and git.
Obtain proprietary binaries – some of the drivers are only released in binary form.
Choose a target – using the “lunch” tool.
Start the build – using “make” and Jack.
Flash the build onto your device – using adb and fastboot.
看了一大堆佢唔識我我又唔識佢的Android 開發資料,本初哥的簡單歸納以下。
- Android 就是以Linux為基礎開發出來的一個作業系統。
- 要識Android,首先要識一些基本的電腦概念,例如Kernel 。也要認識一些語言程式,例如Java。
- 要進一步認識這些程式,就要嚐試。然而目前部Device就連同我部行Windows的電腦溝通也有問題。首先要為Windows 搵一個Driver來正確讀取部Android 機的內容。
部Device model 叫P6001U ,大陸野....唔係一般智能電話,基本上上網搵唔到Driver。
後來搵搵下,發現世界上有人都預到同樣大陸雜嘜牌子Android Device 無法USB 連上電腦的問題,於是就找到一個ADB Drive Installer來。
而且,還發現
在看了一系列的文章後,忽然發現了原來部Android 機沒有啟動USB錯誤偵錯,只要啟動錯誤偵錯,就可以把Android連到電腦成為一個可存放修改檔案的裝置了。如此問題二便得以解決。
要解決這個問題,首先:
1.) 要認識apps 點寫
2.) 要對RFID有基本認識。
寫Apps要從基礎學起。
https://code.google.com/archive/p/androidbmi/wikis/AndroidUI.wiki
Types of RFID:
Gen 2 RFID tags are comprised of an antenna and a chip (more accurately called an integrated circuit, or IC). The ICs for Gen 2 tags contain four types of memory:
Reserved memory
EPC memory
TID memory
User memory
how much memory is on each tag’s IC?
Reserved Memory:
This memory bank stores the kill password and the access password (each are 32 bits). The kill password permanently disables the tag (very rarely used), and the access password is set to lock and unlock the tag’s write capabilities. This memory bank is only writable if you want to specify a certain password. Most users do not use this memory area unless their applications contain sensitive data. It cannot store information besides the two codes.
EPC Memory:
This memory bank stores the EPC code, or the Electronic Product Code. It has a minimum of 96 bits of writable memory. The EPC memory is what is typically used in most applications if they only need 96 bits of memory. There are some tags that have the capability of allocating more bits to the EPC memory from the user memory. EPC memory is your first writable memory bank.
TID Memory:
This memory is used only to store the unique tag ID number by the manufacturer when the IC is manufactured. Typically, this memory portion cannot be changed.
User Memory:
If the user needs more memory than the EPC section has available, certain ICs have extended user memory which can store more information. When it comes to user memory, there is no standard in how many bits of memory are writable on each tag. Typically, the extended memory is no more than 512 bits, but there are some high memory tags with up to 4K or 8K bytes of memory. This is the second writable memory bank for Gen 2 ICs.
學習Android - 殘體教學
https://kesenhoo.gitbooks.io/android-training-course-in-chinese/content/index.html
Android - 英文教學
https://developer.android.com/training/index.html
- Android 就是以Linux為基礎開發出來的一個作業系統。
- 要識Android,首先要識一些基本的電腦概念,例如Kernel 。也要認識一些語言程式,例如Java。
- 要進一步認識這些程式,就要嚐試。然而目前部Device就連同我部行Windows的電腦溝通也有問題。首先要為Windows 搵一個Driver來正確讀取部Android 機的內容。
部Device model 叫P6001U ,大陸野....唔係一般智能電話,基本上上網搵唔到Driver。
後來搵搵下,發現世界上有人都預到同樣大陸雜嘜牌子Android Device 無法USB 連上電腦的問題,於是就找到一個ADB Drive Installer來。
而且,還發現
Android 在4.2 之後 , USB除錯是被隱藏起來的開啟的方式如下打開USB除錯的方法:
1設置
2關於平板電腦
3版本號(連續猛點)
4右上方會出現開關
5打開即可看到選項
6打開ok!
【技術文章】完全認知 Android 4.4 中 ART 與 Dalvik 會有多大分別?
http://qooah.com/2013/12/02/%E3%80%90%E6%8A%80%E8%A1%93%E6%96%87%E7%AB%A0%E3%80%91%E5%AE%8C%E5%85%A8%E8%AA%8D%E7%9F%A5-android-4-4-%E4%B8%AD-art-%E8%88%87-dalvik-%E6%9C%83%E6%9C%89%E5%A4%9A%E5%A4%A7%E5%88%86%E5%88%A5/1設置
2關於平板電腦
3版本號(連續猛點)
4右上方會出現開關
5打開即可看到選項
6打開ok!
【技術文章】完全認知 Android 4.4 中 ART 與 Dalvik 會有多大分別?
在看了一系列的文章後,忽然發現了原來部Android 機沒有啟動USB錯誤偵錯,只要啟動錯誤偵錯,就可以把Android連到電腦成為一個可存放修改檔案的裝置了。如此問題二便得以解決。
回歸問題一
既然問題二已解決,便回歸到我們最源始的問題,就是要造一個能夠Ready, Write, export file的RFID apps。要解決這個問題,首先:
1.) 要認識apps 點寫
2.) 要對RFID有基本認識。
寫Apps要從基礎學起。
https://code.google.com/archive/p/androidbmi/wikis/AndroidUI.wiki
同步又 學下RFID
Types of RFID:
Gen 2 RFID tags are comprised of an antenna and a chip (more accurately called an integrated circuit, or IC). The ICs for Gen 2 tags contain four types of memory:
Reserved memory
EPC memory
TID memory
User memory
how much memory is on each tag’s IC?
Reserved Memory:
This memory bank stores the kill password and the access password (each are 32 bits). The kill password permanently disables the tag (very rarely used), and the access password is set to lock and unlock the tag’s write capabilities. This memory bank is only writable if you want to specify a certain password. Most users do not use this memory area unless their applications contain sensitive data. It cannot store information besides the two codes.
EPC Memory:
This memory bank stores the EPC code, or the Electronic Product Code. It has a minimum of 96 bits of writable memory. The EPC memory is what is typically used in most applications if they only need 96 bits of memory. There are some tags that have the capability of allocating more bits to the EPC memory from the user memory. EPC memory is your first writable memory bank.
TID Memory:
This memory is used only to store the unique tag ID number by the manufacturer when the IC is manufactured. Typically, this memory portion cannot be changed.
User Memory:
If the user needs more memory than the EPC section has available, certain ICs have extended user memory which can store more information. When it comes to user memory, there is no standard in how many bits of memory are writable on each tag. Typically, the extended memory is no more than 512 bits, but there are some high memory tags with up to 4K or 8K bytes of memory. This is the second writable memory bank for Gen 2 ICs.
學習Android - 殘體教學
https://kesenhoo.gitbooks.io/android-training-course-in-chinese/content/index.html
Android - 英文教學
https://developer.android.com/training/index.html
Tuesday, October 11, 2016
Friday, October 7, 2016
香港房地產信托 Real Estate Investment Trust
港交所:0405 越秀房地產投資信託基金
港交所:0435 陽光房地產投資信託基金
港交所:0625 睿富中國商業房地產投資信託基金 (已停牌,準備除牌)
港交所:0778 置富產業信託
港交所:0808 泓富產業信託
港交所:0823 領展房地產投資信託基金
港交所:1275 開元產業信託
港交所:1426 春泉產業信託
港交所:1881 富豪產業信託
港交所:2778 冠君產業信託
港交所:87001 匯賢產業信託(採用人民幣計價、發行以及派息)
港交所:0435 陽光房地產投資信託基金
港交所:0625 睿富中國商業房地產投資信託基金 (已停牌,準備除牌)
港交所:0778 置富產業信託
港交所:0808 泓富產業信託
港交所:0823 領展房地產投資信託基金
港交所:1275 開元產業信託
港交所:1426 春泉產業信託
港交所:1881 富豪產業信託
港交所:2778 冠君產業信託
港交所:87001 匯賢產業信託(採用人民幣計價、發行以及派息)
Wednesday, October 5, 2016
債劵市場 比 股票市場 更敏感於政策變動所帶來的影響
To understand the financial markets, you need to understand the hierarchy of asset classes.
That hierarchy is as follows:
Globally, the stock market is about $69 trillion in size, trading about $191 billion in shares per day.
The bond markets are well north of $140 trillion, and trade about $700 billion in volume per day,
The bond market is the SMART money and reacts to major policy changes before stocks.
Reference:
http://www.zerohedge.com/news/2016-10-04/warning-bond-markets-are-signaling-something-massive-coming
Gold price affected by the Fed?
最近金價跌破$1300。
點解?
http://www.bloomberg.com/news/articles/2016-10-04/gold-heads-for-longest-retreat-in-five-weeks-on-u-s-rate-view
厘段有提及幾個Federal Reserve Bank 人物講加息。
Fed Bank of Richmond President Jeffrey Lacker urged the central bank to raise rates to head off a likely pickup in inflation that would force bigger increases later. On Monday, Fed Bank of Cleveland President Loretta Mester said she expects the case for a hike to remain “compelling” at the next review in November.
http://www.reuters.com/article/us-usa-fed-evans-idUSKCN12503Z?il=0
厘段講 Chicago Federal Reserve Bank President Charles Evans 話如無意外美國經濟數據持向好的話,2016年12月會加息。
金價插水好大機會就係聯儲講加息,炒低金價。
#Fed也是財演
點解?
http://www.bloomberg.com/news/articles/2016-10-04/gold-heads-for-longest-retreat-in-five-weeks-on-u-s-rate-view
厘段有提及幾個Federal Reserve Bank 人物講加息。
Fed Bank of Richmond President Jeffrey Lacker urged the central bank to raise rates to head off a likely pickup in inflation that would force bigger increases later. On Monday, Fed Bank of Cleveland President Loretta Mester said she expects the case for a hike to remain “compelling” at the next review in November.
http://www.reuters.com/article/us-usa-fed-evans-idUSKCN12503Z?il=0
厘段講 Chicago Federal Reserve Bank President Charles Evans 話如無意外美國經濟數據持向好的話,2016年12月會加息。
金價插水好大機會就係聯儲講加息,炒低金價。
#Fed也是財演
Monday, October 3, 2016
資訊觀點 Information & Point of view
https://srsroccoreport.com/
- Focus on how energy will impact the overall economy with a focus on the precious metals and mining industry
http://www.zerohedge.com/
- A financial blog that aggregates news and presents editorial opinions from original and outside sources. The news portion of the site is written by a group of editors who collectively write under the pseudonym "Tyler Durden"
- Focus on how energy will impact the overall economy with a focus on the precious metals and mining industry
http://www.zerohedge.com/
- A financial blog that aggregates news and presents editorial opinions from original and outside sources. The news portion of the site is written by a group of editors who collectively write under the pseudonym "Tyler Durden"
礦物資源 Mineral Source
世界天然資源分怖地圖
http://www.mapsofworld.com/thematic-maps/natural-resources-maps/
黃金 - Gold
交易所Mining Companies:
- Barrick and Newmont
銀 - Siliver
Mining Companies:
- Pan American Silver
- Tahoe Resources
鈀 - Palladium
鉑 - Platinum
Mining Companies:
- Anglo American Platinum
- Impala Platinum
銅 - Copper
鎳 - Nickel
鈾 - Uranium
釷 - Thorium
銠 - Rhodium
* The current values of the top four precious metals are based on their cost of production, not their production ratio.
引: 金價將飛天?瑞士煉金廠短缺惡化 紙上黃金搖搖欲墜
MoneyDJ新聞 2016-09-07 15:53:30 記者 郭妍希 報導
金價接下來要怎麼走,得看實體黃金的供需狀況。2011年暢銷財經書《下一波全球貨幣大戰》(Currency Wars: The Making of the Next Global Crisis)作者James Rickards警告,中國、印度積極囤金,美國、英國的黃金ETF投資者跟著推波助瀾,導致實體黃金的供給愈來愈吃緊。假使有一天投資「紙上黃金」的人們發現,他們手上的合約根本無從兌換真的黃金,那麼紙黃金體制必會瓦解,金價也將一飛衝天(super-spike)。
Rickards日前在The Daily Reckoning網站撰文指出,紐約商品期貨交易所(COMEX)的黃金期貨以及黃金ETF都是所謂的紙黃金,資料顯示這些紙上合約承諾的黃金總量,大概是實體黃金的100倍(甚至更多)。只要紙上黃金的投資人要求以實體黃金結算,他們就會驚覺,世界上根本就沒有這麼多實體黃金可以流通,屆時勢必會引爆黃金爭奪戰,金價也會飆高好幾千美元,金礦類股更將狂漲十倍以上,而期貨交易所也會被迫關閉。
那麼,黃金恐慌買盤何時引爆?Rickards認為,一切都要觀察實體黃金的供需動向。各國實體黃金的進出口資料,以瑞士最為透明,而瑞士進口黃金主要是為了精煉,之後會出口到世界各地,同時瑞士既無金礦、民眾也無囤金習慣,因此相當適合用來觀察全球實體黃金的流動方向。
根據Rickards觀察,瑞士過去四個月一直是黃金的淨出口國,這代表市場需求強勁,但供給卻頗為緊縮。若瑞士的黃金持續呈現淨出口,那就代表需求過多、供給減少,金價也將跟著走強。數據並顯示,瑞士精煉過的黃金主要出口到五處,分別是中國大陸、香港、印度、英國與美國,共佔總出口量的91%。
要注意的是,香港進口的黃金一般會「再次出口」到大陸,以滿足大陸民眾、人行和主權基金對黃金的需求。另一方面,瑞士也出口102公噸的黃金到英國和美國,大多是為供應黃金ETF投資者所需。ETF對金價通常會有推波助瀾的作用,金價的波動常遭ETF誇大。
Rickards警告,他所得到的第一手消息顯示,瑞士的黃金供給量已經相當吃緊,假如短缺繼續惡化,那麼金價肯定會跳高,屆時ETF需求更將助長金價火焰,而整個紙黃金體制遲早要崩塌。
其實,在英國脫歐之前,就有消息傳出英國民眾大量搶金,市場面臨流動性與供給問題。Zero Hedge 6月22日報導,黃金業界資深人士(其中一名還是瑞士煉金大廠的高層)透露,銀行間或機構黃金交易市場人士已開始「驚慌失措」,黃金市場面臨流動性與供給問題,情勢之緊繃連美國911恐攻、雷曼兄弟倒閉以及歐元區金融危機的高峰期間都比不上。
煉金廠與鑄金廠都已被告知,黃金交易銀行也許會「直接暫停實體黃金交易」,包括Intl FC Stone在內的大型流動性提供商都已拉高保證金。也就是說,機構投資者的高額黃金買單成本比中小型訂單還貴,進而打擊大筆買進實體黃金的需求。(相關新聞見此)
雖然英國脫歐之後金價漲勢稍歇,但民間投資人熱度不減,8月買超近半噸黃金,加碼量創2012年年底以來的新高紀錄!
倫敦24小時線上黃金交易網站《BullionVault》9月6日報導,旗下客戶8月份的黃金淨買量共計多達470公斤,整體客戶儲金量也跟著拉升至35.7公噸、創史上高。有趣的是,客戶幾乎都把黃金儲存在蘇黎世,並未選擇BullionVault位於倫敦、紐約、新加坡與多倫多的金庫。
原文:
http://www.moneydj.com/KMDJ/News/NewsViewer.aspx?a=89029001-5e54-4589-a444-06916f886541
延伸:
實體黃金有詭!美今年來對瑞士的進口較去年暴增18倍 實體黃金有詭!美今年來對瑞士的進口較去年暴增18倍
金價接下來要怎麼走,得看實體黃金的供需狀況。2011年暢銷財經書《下一波全球貨幣大戰》(Currency Wars: The Making of the Next Global Crisis)作者James Rickards警告,中國、印度積極囤金,美國、英國的黃金ETF投資者跟著推波助瀾,導致實體黃金的供給愈來愈吃緊。假使有一天投資「紙上黃金」的人們發現,他們手上的合約根本無從兌換真的黃金,那麼紙黃金體制必會瓦解,金價也將一飛衝天(super-spike)。
Rickards日前在The Daily Reckoning網站撰文指出,紐約商品期貨交易所(COMEX)的黃金期貨以及黃金ETF都是所謂的紙黃金,資料顯示這些紙上合約承諾的黃金總量,大概是實體黃金的100倍(甚至更多)。只要紙上黃金的投資人要求以實體黃金結算,他們就會驚覺,世界上根本就沒有這麼多實體黃金可以流通,屆時勢必會引爆黃金爭奪戰,金價也會飆高好幾千美元,金礦類股更將狂漲十倍以上,而期貨交易所也會被迫關閉。
那麼,黃金恐慌買盤何時引爆?Rickards認為,一切都要觀察實體黃金的供需動向。各國實體黃金的進出口資料,以瑞士最為透明,而瑞士進口黃金主要是為了精煉,之後會出口到世界各地,同時瑞士既無金礦、民眾也無囤金習慣,因此相當適合用來觀察全球實體黃金的流動方向。
根據Rickards觀察,瑞士過去四個月一直是黃金的淨出口國,這代表市場需求強勁,但供給卻頗為緊縮。若瑞士的黃金持續呈現淨出口,那就代表需求過多、供給減少,金價也將跟著走強。數據並顯示,瑞士精煉過的黃金主要出口到五處,分別是中國大陸、香港、印度、英國與美國,共佔總出口量的91%。
要注意的是,香港進口的黃金一般會「再次出口」到大陸,以滿足大陸民眾、人行和主權基金對黃金的需求。另一方面,瑞士也出口102公噸的黃金到英國和美國,大多是為供應黃金ETF投資者所需。ETF對金價通常會有推波助瀾的作用,金價的波動常遭ETF誇大。
Rickards警告,他所得到的第一手消息顯示,瑞士的黃金供給量已經相當吃緊,假如短缺繼續惡化,那麼金價肯定會跳高,屆時ETF需求更將助長金價火焰,而整個紙黃金體制遲早要崩塌。
其實,在英國脫歐之前,就有消息傳出英國民眾大量搶金,市場面臨流動性與供給問題。Zero Hedge 6月22日報導,黃金業界資深人士(其中一名還是瑞士煉金大廠的高層)透露,銀行間或機構黃金交易市場人士已開始「驚慌失措」,黃金市場面臨流動性與供給問題,情勢之緊繃連美國911恐攻、雷曼兄弟倒閉以及歐元區金融危機的高峰期間都比不上。
煉金廠與鑄金廠都已被告知,黃金交易銀行也許會「直接暫停實體黃金交易」,包括Intl FC Stone在內的大型流動性提供商都已拉高保證金。也就是說,機構投資者的高額黃金買單成本比中小型訂單還貴,進而打擊大筆買進實體黃金的需求。(相關新聞見此)
雖然英國脫歐之後金價漲勢稍歇,但民間投資人熱度不減,8月買超近半噸黃金,加碼量創2012年年底以來的新高紀錄!
倫敦24小時線上黃金交易網站《BullionVault》9月6日報導,旗下客戶8月份的黃金淨買量共計多達470公斤,整體客戶儲金量也跟著拉升至35.7公噸、創史上高。有趣的是,客戶幾乎都把黃金儲存在蘇黎世,並未選擇BullionVault位於倫敦、紐約、新加坡與多倫多的金庫。
原文:
http://www.moneydj.com/KMDJ/News/NewsViewer.aspx?a=89029001-5e54-4589-a444-06916f886541
延伸:
實體黃金有詭!美今年來對瑞士的進口較去年暴增18倍 實體黃金有詭!美今年來對瑞士的進口較去年暴增18倍
引: U.S. Imports Record Amount Of Gold From Switzerland In July
U.S. Imports Record Amount Of Gold From Switzerland In July
Filed in Precious Metals by SRSrocco on September 23, 2016
It seems as if the tide has changed as the U.S. imported a record amount of gold from Switzerland in July. Normally, the flow of gold from the United States has been heading toward Switzerland. For example, when the U.S. exported a record 691 metric tons (mt) of gold in 2013, Switzerland received 284 mt, which accounted for 41% of the total. Compare that to the paltry 3 metric tons of gold imported from Switzerland that very same year.
However, something has changed in the market dynamics as the U.S. imported a record 23.8 mt of gold from Switzerland in July:

As I stated in my previous article, WHAT’S GOING ON?? Record Swiss Gold Flow Into The United States: the Swiss exported 20.7 mt of gold in May 2016, up considerably from its monthly average 0.4 mt. Even though gold imports from Switzerland declined the next month to only 13.1 mt in June, they were still much higher than their monthly average going back until Jan. 2015.
But, as we can see… U.S. gold imports from Switzerland jumped 82% in July to 23.8 mt compared to June. There has been speculation in the precious metals community as to why the Swiss are now exported gold to the United States. While many theories seem plausible, the one that makes the most sense is that investors in Europe who have their gold stored in Switzerland are moving it to the United States to protect it from the implications of negative interest rates.
Furthermore, after the Brexit vote for the U.K. to leave the European Union (In June), it has also put a lot of stress on investors holding assets within the E.U. countries. For whatever reason, gold bullion is now flowing into the United States from Switzerland in record volume for the first time in many years.
This next chart shows the annual imports of gold from Switzerland going back until 2000:

As we can see, Switzerland’s gold exports to the U.S. are already 60.7 mt in 2016, up more than 18 times the volume in 2015. Again, for whatever reason, Swiss gold is heading into the United States in record volume.
In addition, this is the first year the U.S. has imported more gold than it has exported in several years:

In 2012, the United States exported a record 693 mt of gold, while imports were only 332 mt. Even though the volume of U.S. gold exports declined in 2014 and 2015, they were still much higher than imports (62% & 86% respectively).
However, this has changed in the first seven months of 2016, as the U.S. has imported 249 mt of gold versus exports of only 190 mt. The majority of the increase of U.S. gold imports came from Switzerland. Of the 249 mt of U.S. gold imports Jan-July 2016, Switzerland accounted for 60.7 mt, compared to only 3 mt in 2015.
With the upcoming Chinese Yuan into the IMF SDR (Special Drawing Rights) on Oct 1st, the situation for the U.S. Dollar going forward will come under increased stress as global trade moves more into Chinese Yuan currency. This will negatively impact the U.S. Treasury holdings by foreigners as they move into owning more Chinese Yuan for trade.
The days of the U.S. Dollar Reserve currency status is coming to an end. It is no surprise that Russia and China continue to add a great deal of gold to their official holdings.
Lastly, I will be publishing a very important article on the precious metals next week. It will provide analysis on the top four precious metals (Gold, Platinum, Palladium and Silver) that most investors have not seen before. It will be out either Monday or Tuesday next week.
Source:
https://srsroccoreport.com/u-s-imports-record-amount-of-gold-from-switzerland-in-july/
引 : 實體黃金有詭!美今年來對瑞士的進口較去年暴增18倍
實體黃金有詭!美今年來對瑞士的進口較去年暴增18倍
MoneyDJ新聞 2016-09-26 09:28:18 記者 郭妍希 報導
追蹤黃金報價的期貨、ETF滿天飛,但這些合約承諾的黃金、卻是現實世界總產量的100倍(甚至更多),先前也傳出有期貨、ETF投資人要求以實體黃金結算,卻換不到黃金的消息。以此來看,過去數年向來以出口黃金為主的美國,7月跟瑞士進口的實體黃金卻突然暴增8成、單月進口量登史上高,年初迄今的進口量更是去年一整年的18倍,這樣的消息相當值得關注。
SRSrocco Report 23日報導,統計顯示,美國7月從瑞士進口的黃金總量飆升至23.8噸、較6月的13.1噸高出82%之多,而5月的進口量也多達20.7噸,這三個月的進口量都遠多於2015年1月以來的平均月進口量(0.4噸)。(圖表見此)
不僅如此,美國今(2016)年迄今從瑞士進口的黃金總量已經高達60.7噸,是去年一整年(3.3公噸)的18倍之多!
如此奇怪的現象也引發諸多揣測。有人認為,把黃金儲藏在瑞士的歐洲投資人,為了避免負利率的衝擊,因此決定把黃金移往美國。另外則有人猜測,英國6月舉行公投決定脫歐後,在歐盟國家持有資產的投資人面臨了龐大壓力。無論是哪種原因,實體黃金的流向的確已開始逆轉,美國從瑞士進口的黃金總量大幅跳增,是多年以來首見。這是相當不尋常的現象。正常來講,實體黃金通常都是從美國流向瑞士,舉例來說,美國2013年就出口了691噸的黃金、創歷史新高,瑞士當年則收到284噸。
為何要觀察瑞士相對於美國的黃金進出口數據?2011年暢銷財經書《下一波全球貨幣大戰》(Currency Wars: The Making of the Next Global Crisis)作者James Rickards 9月初在The Daily Reckoning網站撰文解釋,各國實體黃金的進出口資料,以瑞士最為透明,而瑞士進口黃金主要是為了精煉,之後會出口到世界各地,同時瑞士既無金礦、民眾也無囤金習慣,因此相當適合用來觀察全球實體黃金的流動方向。
根據Rickards當時的說法,紐約商品期貨交易所(COMEX)的黃金期貨以及黃金ETF都是所謂的紙黃金,資料顯示這些紙上合約承諾的黃金總量,大概是實體黃金的100倍(甚至更多)。只要紙上黃金的投資人要求以實體黃金結算,他們就會驚覺,世界上根本就沒有這麼多實體黃金可以流通,屆時勢必會引爆黃金爭奪戰,金價也會飆高好幾千美元,金礦類股更將狂漲十倍以上,而期貨交易所也會被迫關閉。
黃金恐慌買盤何時引爆?Rickards認為,一切都要觀察實體黃金的供需動向。根據Rickards觀察,瑞士過去四個月一直是黃金的淨出口國,這代表市場需求強勁,但供給卻頗為緊縮。若瑞士的黃金持續呈現淨出口,那就代表需求過多、供給減少,金價也將跟著走強。數據並顯示,瑞士精煉過的黃金主要出口到五處,分別是中國大陸、香港、印度、英國與美國,共佔總出口量的91%。
Rickards警告,他所得到的第一手消息顯示,瑞士的黃金供給量已經相當吃緊,假如短缺繼續惡化,那麼金價肯定會跳高,屆時ETF需求更將助長金價火焰,而整個紙黃金體制遲早要崩塌。(詳細新聞見此)
原文:
http://www.moneydj.com/funddj/ya/yp050000.djhtm?a=4B3B3CEF-CD9C-427F-83C9-1D82581EBC6F
Sunday, October 2, 2016
英國首相Teresa May 落實英國脫歐時間表為明天三月
"PM May says to trigger EU divorce by end of March" - http://uk.reuters.com/article/idUKKCN12208E
World News 世界新聞
World News 世界新聞
英文新聞資訊 English News:
聯合國新聞 - United Nations News (聯合國 - United Nations)
路透社 - Reuters (英國 - UK)
BBC News (英國 - UK)
泰晤士報 Times & Sunday Times (英國 - UK)
每日電訊報 Daily Telegraph (英國 - UK)
ABC News (美國 - USA)
CNN News (美國 - USA)
今日美國 USA Today (美國 -USA)
華爾街日報 Wall Street Journal (美國 - USA)
華盛頓郵報 Washingtonpost (美國 - USA)
紐約每日新聞 New York Daily News (美國 -USA)
休士頓紀事報 Houston Chronicle (美國 -USA)
洛杉磯時報 LA times (美國 -USA)
波士頓日報 Boston.com (美國 -USA)
CBS News (美國 - USA)
芝加哥太陽時報 (美國 - USA)
彭博社 Bloomberg (美國 -USA)
法新社 AFP (法國- France)
國際紐約時報 International New York Times (法國 -France)
俄通社塔斯社 Tass (俄羅斯 - Russsia)
澳州人報 The Australian (澳州 -Australia)
悉尼先驅晨報 Sydney morning herald (澳州 -Australia)
國士報 Haaretz (以色列 - Israel)
以色列 The Jerusalem Post (以色列 - Israel)
加拿大Post Media (加拿大 - Canada)
日本時報 Japan times (日本 - Japan)
Asia Nikkei (日本 - Japan)
中文新聞資訊 Chinese News:
共同網 Kyodo News (日本 -Japan)
朝日新聞 Asachi News (日本 - Japan)
華爾街見聞 (中國 - China)
Subscribe to:
Comments (Atom)

