Tutorial by Topics: m

Typical database backed, annotation base spring security setup. configureGlobal() configure the auth object. The later two SQLs may be optional. configure() method tells spring mvc how to authenticate request some url we do not need to authenticate others will redirect to /login if not yet...
This section provides an overview of what selenium-grid is, and why a developer might want to use it. It should also mention any large subjects within selenium-grid, and link out to the related topics. Since the Documentation for selenium-grid is new, you may need to create initial versions of ...
Downloads This chapter contains useful downloads like the webdrivers and link to browsers Drivers Place all the drivers in your path variable Chrome driver FireFox driver Microsoft Edge driver Opera driver Browsers Chrome FireFox Microsoft Edge Opera
CmdLets should be named using a <verb>-<noun> naming scheme in order to improve discoverability.
About Schema.org Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond. Schema.org – http://schema.org Microdata Microdata is a specification to emb...
Cryptography is used for security purposes. There are not so many examples of Encryption/Decryption in Python using IDEA encryption MODE CTR. Aim of this documentation : Extend and implement of the RSA Digital Signature scheme in station-to-station communication. Using Hashing for integrity of mess...
Your Apps performance is a crucial element of the user experience. Try to avoid bad performing patterns like doing work on the UI thread and learn how to write fast and responsive apps.
Keeping your code clean and organized while developing a large Rails application can be quite a challenge, even for an experienced developer. Fortunately, there is a whole category of gems that make this job much easier.
Note, the icons used at the end of the Opening Files and Directories example are not part of Atom's standard styling, but are the result of the file-icons styling package.
Sometimes we need to build QtWebEngine from source for some reason, such as for mp3 support.
If you have to change some things in renderer.js or main.js but you want to do the changes in index.html, you can use the remote function. It lets you access all the electron functions you need! use remote like require("electron"): main.js:    const electron = require("elec...
This documentation is not specific to liferay but can be used with reference to any web application. Liferay provides Google Analytics(referred as GA ahead) by default,after configuring Analytics id GA-##### in Site settings.But this provides limited functionality,only allowing to track page views(...
How to merge cells
Starting with PowerShell version 2.0, developers can create PowerShell modules. PowerShell modules encapsulate a set of common functionality. For example, there are vendor-specific PowerShell modules that manage various cloud services. There are also generic PowerShell modules that interact with soc...
We may use QML to build hybrid applications, since it's much more easier than C++. So we should know how they communicate with each other.
Moshi is a modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects and Java back into JSON. Don't forget, always read the README!
Strict Mode is a special class introduced in Android 2.3 for debugging. This developer tools detect things done accidentally and bring them to our attention so that we can fix them. It is most commonly used to catch the accidental disk or network access on the applications’ main thread, where UI ope...
Pygame is the go-to library for making multimedia applications, especially games, in Python. The official website is http://www.pygame.org/. pygame.mixer.init(frequency=22050, size=-16, channels=2, buffer=4096) pygame.mixer.pre_init(frequency, size, channels, buffer) pygame.mixer.quit() pyg...

Page 123 of 161