Enterprise Security
Friday, March 31, 2017
Java: Read values from a comma separated string
String commaSprtdStr = "abc, def, ghi, xyz";
String valueAtIndex = commaSprtdStr.split(",")[index];
The index of the first value is 0
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Basic Algebraic Concepts for Understanding Encryption
SailPoint IIQ - Provisioning Rule Example - JDBC Application
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
Install OpenSSL on Windows Subsystem for Linux (WSL2)
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz <Check latest version and replace everywhere> tar -xvf libress...
OIM: Create and deploy scheduled task
The following posts covers all aspects of developing and deploying a scheduled task in OIM and creating a scheduled job. The post will...
No comments:
Post a Comment