Jquery Javascipt Javascript Find Object from a list of array or map TRigger Datatable Form Trigger validation https://www.w3schools.com/js/js_validation_api.asp Reset Form Remove validation css Prevent ..
Category : Uncategorized
customer.module.RegistrationControllerV1.new_sub_account.disabled=true this will remove it from registration process customer.module.sub_accounts.disabled=true this will remove it from accou..
just use webapp url and add “/mobile” before provider then you can view ..
When SQL has issue we get this from Hibernate: org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update The problem is that this error is not very helpful. It doesn’t tell us what SQL statement is causing the problem. The solution is to add the following system properties: This would prevent Hibernate from BATCHING and therefore tell ..
Uninstall Oracle Java using the Terminal Note: To uninstall Java, you must have Administrator privileges and execute the remove command either as root or by using the sudo tool. Remove one directory and one file (a symlink), as follows: Click on the Finder icon located in your dock Click on the Utilities folder Double-click on the Terminal icon In the Terminal window Copy and Paste the ..
Docker host can build up images over time thus taking more and more disk spaces. Regularly perform “pruning” e.g. >docker image prune -a (for removing dangling and ununse..
From https://stackoverflow.com/questions/12774709/mysql-very-slow-for-alter-table-query MySQL’s ALTER TABLE performance can become a problem with very large tables. MySQL performs most alterations by making an empty table with the desired new structure, inserting all the data from the old table into the new one, and deleting the old table. This can take a very long time, especially if you’re ..
By UptimeRobot http://status.sportlogic.net.au ~OR~ https://stats.uptimerobot.com/..
API document: https://messagemedia.github.io/docu..
Using “???” load balancer (require Network Load Balancer) AWS Network Load Balancer (NLB) We created a NLB called “remoting-gateway”. Two availability zones: ap-southeast-2a (Elastic IP 54.66.225.172) and ap-southeast-2b (Elastic IP 3.24.15.136). NOTE: When you create a target group, you specify its target type, which determines whether you register targets by instance ID or IP address. ..