@secured vs @preauthorize : spring framework provides the different ways to secure the application. spring framework has lots of handy tools or methods to secure application. @secured and ...
On October 4, Google introduced its own new flagship Pixel phones, the Pixel 2 and also the Pixel two XL. However, the largest reason for which Google maintained on mocking Apple last year looked like ...
Step-1 Install partner_res module. Step-2 After that, install partner_res module. In below example, I have customised partner_report module. You can directly use the below partner_res module in your ...
Earn reputation and improve your web wide tech rank. Type in your tech analysis, product insights and tech solutions. Improve your nerd rank with views and positive vote. More likes get you on our ...
How to add the countdown timer in the custom listview..?
<system.web> <sessionstate mode="InProc" timeout="2" cookieless="false"></sessionstate> <authentication mode="Forms"> <forms loginurl="~/Home/Login" timeout="1 ...
Mobile app development has become an important aspect of many new businesses and the focus of a lot of entrepreneurs. One of the reasons for this is that mobile apps offer a very wide platform to ...
In the sequence of comprehension testing techniques, we must know the concept of workbench. Normally a workbench concept is a method of scheduling that how a particular action has to be executed.
If your DBMS_OUTPUT.PUT_LINE code is not printing any of your logs or if you are just viewing "anonymous block completed". Following will fix the issue.
Working with asp.net we use using statement to add name space to our code behind file (C# file) if we want to use any specific namespace, but if there are unused using statement that are present in ...
In this tutorial we'll learn how to make smoke effect. Step 1: To create a smoke effect, First we need to open a new document of any size. Make sure your color mode is in RGB mode. Step 2: Now goto ...
If you have requirement to filter records where some columnName is either having value Null or have WhiteSpaces or is Empty, you can use following query: SELECT columnName FROM tableName WHERE ...