I think there is a bug in Intel Manual 2018-05-27 3.7K In the intel manual "Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 2 (2A, 2B, 2C & 2D): Instruction…
What is ISA (Instruction set architecture) ? 2018-05-22 3.7K From the book Embedded Computing, it has a ISA chapter, below is the summary of "what is ISA" ISA helps…
Building a small workflow using Microsoft Flow 2018-05-22 3.1K I am building a small workflow using Microsoft flow to auto move the Nintex status email from my inbox to…
Netbeans console has no color, but has color in my other Mac 2018-05-22 4.3K Netbeans console has no color, but has color in my other Mac. Both Mac OS are same, JDK same too.…
Is is real Buddha photo? He looks like a Chinese 2018-05-21 8.1K I don't think Buddha looks like a Chinese instead of an Indian 🙂
The definition of a toolchain 2018-05-21 3.3K This book from Shatin Library has a definition of toolchain. A toolchain should contains: Compiler Assembler Libraries Linker Post-link optimizer…
Assembler嘅HLA邊界 2018-05-17 6.8K 寫Assembly用到Marco就試過N次,之前都係用到點就學到邊,無了解過佢嘅邊界,而家差唔多去到要為自己嘅assembler研發marco,所以要先睇下HLA嘅Marco大約可以做到啲乜。沙田圖書館係有唔少好書。 書中講左句: 啲人係用Assembler嘅Marco有幾勁黎判斷個assembler有幾勁,無錯,啲人確實係甘諗。以下就係關於assembler功能上嘅總結: Compile Time Operators. (E.g. : +-*/, <<, >> =, <>) Operator Precedence and Associativity (E.g. : !,…
Microsoft workflow foundation係幾勁嘅, 不過香港少人知 2018-05-13 6.6K Microsoft workflow foundation係幾勁嘅, 不過香港少人知。成套野包哂所有你要做一個完workflow engine嘅framework。Nintex係由WF做出黎就足以證明呢套野係work嘅!SharePoint個workflow engine係建基於workflow foundation上,了解WF同SharePoint workflow嘅分別從而推考到佢嘅好處同缺點就係學習SharePoint最堅實嘅方法,係一種深刻反醒佢本質嘅正確手法。
The setting to identify an SPO/Onprem project for spfx 2018-05-12 3.1K In file .yo-rc.json, the value of "environment" is either "spo" or "onprem", it identify your project is on-premises or sharepoint…
My notes on command set development for SPO 2018-05-12 3.3K current list id : this.context.pageContext.list.id current list title : this.context.pageContext.list.title for (let row of event.selectedRows) { let itemId: number =…
I think i found an azure bug 2018-05-06 3.3K I think i found an azure bug, the ftp option is disappear when i create a "NodeJS Empty web" app…
m8 vs m16 2018-05-03 3.3K The reason nasm need to add the keyword "byte" in "adc byte [si], 0x12" is that in intel manual, m8…