思元的開發筆記

關於 web service, unity, blogger 等軟體工程筆記

讓 Google 不要針對網頁特定內容製作索引

2016-10-09 更新: Only for Google Search Appliance,一般的 Google 網頁搜尋是沒有作用的。 遇到問題找解法,在測試部落格搜尋結果時,意外發現關鍵字跟部落格文章搭不起來。經過研究後,發現是「熱門文章」這一個小工具所產生...

Global variables across share objects problem (Dynamic Linking Library in UNIX-like system)

We had a program which link multiple share objects, and those objects exported same different same functions but same name global variables...

Blogger 文章列表 (Blogger archive list page)

提示:2019-03-17 更新程式碼,使得能正確顯示全站的文章,採用新的 JavaScript 語法,老舊的瀏覽器可能無法運作 之前在找 Blogger 資料時發現的這一篇, Create an Archive List/Page for Blogger 。文章列表讓你...

Blogger 版面配置標籤 (Blogger Layout Tags)

最近為了將 Blogger 調整改版,研究並嘗試 Blogger 編排,做個筆記紀錄。 概觀 概觀來看的 HTML 大致上都是這樣,HTML 的標準,<html></html> 定義網頁內容;<head></head> 定義網...

C/C++ Size of LONG Integer varies between os and architecture

This is note about the size of ""long" integer varies between different OS and architecture. We deployed our KISS random numb...

Compile C/C++ share object in Linux using GCC and G++ (for dynamic linking library)

這是一份為了在 Linux 佈署專案的筆記,內容使用虛擬機器來建置 Linux 環境,將 C/C++ 的專案程式碼,透過 Code::Blocks IDE,使用 GCC G++ 來編譯 Share objects (*.so files)。 Linux 環境 ...