Olson CloudWorks 🚀

: All Posts

How do I retrieve query parameters in a Spring Boot controller

How do I retrieve query parameters in a Spring Boot controller

I am developing a project using Spring Boot Ive a controller which accepts GET requests Currently Im accepting requests to the following kind of URLs

Read more →

How do I use a macro across module files

How do I use a macro across module files

I have two modules in separate files within the same crate where the crate has macrorules enabled I want to use the macros defined in one module in another

Read more →

How do you add CSS with Javascript

How do you add CSS with Javascript

How do you add CSS rules eg strong color red by use of

Read more →

How do you get the current project directory from C code when creating a custom MSBuild task

How do you get the current project directory from C code when creating a custom MSBuild task

Instead of running an external program with its path hardcoded I would like to get the current Project Dir Im calling an external program using a process in

Read more →

How do you view ALL text from an ntext or nvarcharmax in SSMS

How do you view ALL text from an ntext or nvarcharmax in SSMS

How do you view ALL text from an NTEXT or NVARCHARmax in SQL Server Management Studio By default it only seems to return the first few hundred characters 255

Read more →

How to add an array of values to a Set

How to add an array of values to a Set

The old school way of adding all values of an array into the Set is for the sake of this example imagine this set was created somewhere else and I cannot

Read more →

How to cancelabort jQuery AJAX request

How to cancelabort jQuery AJAX request

Ive an AJAX request which will be made every 5 seconds But the problem is before the AJAX request if the previous request is not completed Ive to abort that

Read more →

How to center absolute div horizontally using CSS duplicate

How to center absolute div horizontally using CSS duplicate

This question already has answers here How can I center an absolutely positioned element in a div 39 answers Closed 1 year ago Ive a div and want it to be

Read more →

How to check if a folder exists

How to check if a folder exists

I am playing a bit with the new Java 7 IO features Actually I am trying to retrieve all the XML files in a folder However this throws an exception when the

Read more →