Solved - The root cause why Netbeans can't print colored text using latest Maven 2018-12-30 6.8K Netbeans has bundled an old Maven, version 3.3.9, it can't print out colored text to the output window. But when…
Netbeans manually change color to green 2018-12-29 4K Even the jansi library that built-in to maven 3.5.0 or above doesn't work with netbeans, so we can't output colored-text…
Netbeans outline plugin runs fast 2018-12-27 2.6K After changed to a new antlr grammar, now is parse java file in 1 second, before need 15 seconds to…
Netbeans Antlr plugin初步頂到非Conbined grammar 2018-12-26 6.7K Netbeans Antlr Plugins可以支持非Combined Grammar了,就是說如果你的Grammar和Lexer Grammar是在不同的文件也能支持
Re-think query language - Linq 2018-12-24 4.1K Think to develop a new query language for SharePoint to increase my dev speed, studying Linq.
終於publish左第一個reactjs+typescript的UI component上npmjs 2018-12-24 7.1K Publish當中最唔明就係點解要自己寫tsconfig同gulp人手張typescript同scss去transpile,呢一點同java好唔同,jar就係jar,唔會理你係邊到行,但nodejs個世界唔同,production同dev版本分別好大。你自己用npx create-react-app去創建新project,的確可以係local行,但就publish唔到上npmjs成功俾人用(可能係typescript同scss太煩)。而家個我個package可以同時俾reactjs同sharepoint spfx去用,可以build UI component library了。
Easy easy to extend c# class 2018-12-16 2.9K Love this book, a very easy way call "extension methods" can let you easily inject new method to existing classes…
Proved ASP.net can call class in GAC 2018-12-02 2.6K Nothing special, it works. SharePoint Master page doesn't have a code behind, we can use this skill to add it…