mvn versions:display-dependency-updates command has bug 2018-03-31 3.2K mvn versions:display-dependency-updates command has bug, it found a non-exist version number. There is no 8.0.9 version in the maven central…
Agilepoint v5 manual is here 2018-03-30 3.2K http://documentation.agilepoint.com/SupportPortal/DOCS/ProductDocumentation/05.02.0100/DocumentationLibrary/maps/index.html#devAgileWorkProjectTemplate.html
Break through agilepoint v5 smtp authentication problem 2018-03-30 3.1K I can't successfully config agilepoint to send email through smtp server with authentication. I finally able to find the project…
Generate dynamic lexer from antlr grammar 2018-03-26 3.6K Generate dynamic lexer from antlr grammar and try to parse something, because it is a lexer only, so it returns…
Make changes to Netbeans IDE is just so easy 2018-03-24 3.3K If you want to modify something to Netbeans IDE, just git clone the source, change its code, type "ant" and…
Netbeans talk in Cocoon seminar 2018-03-17 3.6K Netbeans talk in Codeaholics seminar. A lots of people, i have demo to people create a simple plugin to extends…
Netbeans lexer problem : Fix the lexer to not return null token in this state 2018-03-13 4.4K I have met the problem "Fix the lexer to not return null token in this state." (see below) and used…
Redirect local IIS to SharePoint Online 2018-03-13 4.1K Install Application Request Routing https://www.iis.net/downloads/microsoft/application-request-routing Make sure "url rewrite" is in your IIS Follow the below screen to add rule
SharePoint 2016 Central Admin Functionalities summary 2018-03-12 3.1K Application management Create/edit/delete web application Create/edit/delete site collection Assign site collection primary and secondary administrator Create or extend Web application…
Microsoft is fake again, node 8.9.0 is not working for office365 development 2018-03-11 4.9K In SharePoint with NodeJs development, Microsoft was suggesting us to use Node 6.9.x, now microsoft website is updated and telling…
Microsoft outlook addins example is wrong 2018-03-11 3.4K Microsoft outlook addins example is wrong if you use reactjs with webpack. Go to webpack.dev.js file, add the things in…
Community Kit for SharePoint 2018-03-11 3.1K Community Kit for SharePoint is a famous open source project in SharePoint world, it has some projects for reference designs.
VSTO vs nodejs api for outlook plugin development 2018-03-11 3.8K Microsoft technologies keep changing, if you want to develop addins for Microsoft outlook, you can choose VSTO api or nodejs…
Solved : "these characters need to be tokenized" for netbeans lang development 2018-03-10 3.4K When developing highlight for new language, the antlr grammar has to return all tokens, you can't skip token, otherwise your…
Netbeans dev - file template iterator 2018-03-09 3.3K This setting can define a new JPanel for new file creation. http://grepcode.com/file/[email protected]$org-netbeans-modules-cnd-asm@RELEASE712@org$netbeans$modules$cnd$asm$core$resources$layer.xml
Deploy nodejs to azure, it just hang 2018-03-04 3.2K Deploy nodejs to azure, it just hang. The "/usr/bin/npm-cli.js" install --production take forever time to complete, i have waited 10…
Filter out 64 bits instructions 2018-03-04 3.1K correct way to filter out 64 bits instructions in 16 or 32 bits mode in antlr grammar. Some intel instructions…
Added JUnit test case to test all byte code 2018-03-03 3.1K Added JUnit test case to test all byte code with nasm, abandon the web interface because run a junit test…