最近遇到使用 PHP 函式庫的 array_uintersect() ,去找出兩陣列有相同的元素,不過執行結果不如預期。目前仍未找到解法,希望藉寫下紀錄,提醒自己以後找到解法再回來補上。
read more
最近遇到使用 PHP 函式庫的 array_uintersect() ,去找出兩陣列有相同的元素,不過執行結果不如預期。目前仍未找到解法,希望藉寫下紀錄,提醒自己以後找到解法再回來補上。
read moreThe title of this article is also the conclusion. To practice building UIs from famous apps can improve your skills. That is what I have learned. Also, you have to refer many documents, including blogs and articles, from some APIs/SDKs of some platform for why, what and how to use simultaneously. From imitating them, you will polish your skills and skip some obstacles, which are someone has fallen on. It’s
read moreUse CoffeeScript and JQuery to bind click event at website for getting parameters of a form at URL. In someone.js.coffee file. The following example is modified from reference 1,2,3 and 4 to meet my need. get_parameters_from_url = -> aryParams = {} # Initial an empty object rawVars = window.location.search.substring(1).split("&") #window is used to getting global variables of browsers in coffeescript. location.search is the query string at URL including the question
read moreRails4內使用Grape套件取得資料庫的資料不像Rails3使用Grape一樣簡單,我覺得有點複雜。原本打算只用Rails4和Grape
read moreIn my experience to learn LTE protocol, openairinterface5g open source project from EURECOMM is nice to pick up LTE knowlege in reality for students. I had involved in openair-cn(Evolved Packet Core, which known as EPC) subproject in openairinterface5g and made its function work with commercial base stations and user equipments successfully. Openair-cn could be built and run in only one Ubuntu OS within virtualbox. For example, you can learn NAS
read more