spring-boot pack fat jar with jsp 2017-12-29 3.2K Very important notes on spring boot https://github.com/spring-projects/spring-boot/issues/8299 , if you want to pack your spring-boot into an executable jar with jsp,…
SharePoint Online get all items with fields specified by view 2017-12-23 2.3K I am not sure i am correct or not. There is no /_api/web/lists/GetByTitle('your list')/View/getbytitle('your view')/items restful api for SharePoint online.…
Grid in Office UI fabric js 2017-12-17 2.8K Office UI fabric js library embedded a very old Fabric Core 5.0.1, so the grid example from Fabric Core will not work.…
Greate tutorial : SharePoint Framework Tutorial 6 - Using Office UI Fabric Components 2017-12-14 2.4K https://channel9.msdn.com/blogs/OfficeDevPnP/SharePoint-Framework-Tutorial-6-Using-Office-UI-Fabric-Components
Wordpress SharePoint tag to read document library 2017-12-12 3.2K I want to display files in SharePoint's document library in my wordpress. There is one big technical problem, javascript still…
Netbeans + Azure functions 2017-12-11 2.6K If you are programming Azure functions in Netbeans, when you run "azure-functions:run", you will have this bug: azure function "sh:…
Solved: Error while finding module specification for 'azure.cli' (ModuleNotFoundError: No module named 'azure') 2017-12-10 6.4K when you have the follow error when running azure-cli az command: /Users/peter/lib/azure-cli/bin/python: Error while finding module specification for 'azure.cli' (ModuleNotFoundError:…
Calling SharePoint authentication.asmx 2017-12-07 2.7K Calling SharePoint authentication.asmx need to set the "Content-Type" in header. For SOAP 1.1 (namespaces "soap") it's needed to use "text/xml" content…
For Java developer, login to microsoft api is a problem 2017-12-07 3.7K I have developed a SharePoint library to read/write SharePoint Online restful api. As you can see the below image from…
PowerBI may not be a very good option to build stock chart 2017-12-03 2.4K PowerBI may not be a very good option to build stock chart if your data set is over 10,000,000 records,…
Azure functions first try 2017-12-03 2.6K Azure functions first try, sending around 60,000 to a very simple function on Azure functions, just returning a random number.…