<< < 148 149 150 151 152 153 154 155 156 157 158 > >>   ∑:8894  Sort:Date

updateXXX() - Updating Column Values for Row Update or Insert
This section describes updateXXX() methods used to update column values for the current row for database update or the insert row for inserting a new row.
2022-10-11, ∼287🔥, 0💬

Tables with Primary Key Column "GENERATED ... AS IDENTITY"
This section describes how to create a table primary key column defined as 'GENERATED ... AS IDENTITY'.
2022-10-04, ∼287🔥, 0💬

Asking OpenSSL to Verify Server's Certificate
This section provides a tutorial example on how to ask the OpenSSL module to verify HTTPS server's certificate using 'verify_peer' SSL context option.
2022-10-01, ∼287🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼287🔥, 0💬

Objects and Associate Arrays
This section provides a quick description of access object properties using the associate array formats object_name['property_name']. A tutorial example is provided on how to use objects as associate arrays.
2022-10-01, ∼287🔥, 0💬

Calling an XML Document Based Web Service
This section provides a tutorial example on how to write a PHP program to call an XML document based Web service using the SoapClient class with the help of SoapVar($xml,XSD_ANYXML) constructor.
2022-10-01, ∼287🔥, 0💬

JRadioButton - Swing Radio Button Class
This chapter provides tutorial notes and example codes on JRadioButton class. Topics include description of the javax.swing.JRadioButton class and its methods; example program of creating radio buttons and event listeners; example program of identify the selected button in a button group.
2022-10-01, ∼287🔥, 0💬

"RegExp" Class and Object for Regular Expression Support
This section describes the 'RegExp' class and objects used for pattern matches using regular expressions. oRegExp.execute(string) returns a MatchCollection collection object.
2022-10-01, ∼287🔥, 0💬

XML Element Transformation Chains
This section provides a tutorial example on how an XSL processor uses a transformation chain to perform a transformation inside another transformation.
2022-10-01, ∼287🔥, 0💬

MySQL - Installation on Windows
This chapter provides tutorial notes on MySQL installation on Windows systems. Topics include downloading, installing and starting MySQL database server; using mysqladmin tool; using command line tool; creating new database and new user.
2022-10-01, ∼287🔥, 0💬

Terminology
List of terms used in this book.
2022-10-01, ∼287🔥, 0💬

"spindump" Processes - Dump Memory Contents
This section describes 'spindump' processes, which are created by the operating system to catch hang (not responding) application processes and save their memory contents as dump files.
2022-10-01, ∼287🔥, 0💬

Monitor Network Services on CentOS
This section provides a tutorial example on how to use different tools, netstat (Network Status), lsof (List of Open Files), ss (Socket Statistics), to monitor network services on CentOS systems.
2022-10-01, ∼287🔥, 0💬

Data Type - 'str' for Character String
This section describes the 'str' data type, which stores a sequence of Unicode characters.
2022-10-01, ∼287🔥, 0💬

PKCS#8/X.509 Private/Public Encoding Standards
This chapter provides tutorial notes and example codes on PKCS#8 and X.509 key encoding standards. Topics include PKCS#8 standard for private key encoding; X.509 standard for public key encoding; PKCS8EncodedKeySpec and X509EncodedKeySpec classes to decode encoded keys; JcaKeyFactoryTest.java test p...
2022-09-26, ∼287🔥, 3💬

💬 2022-09-26 مسعود منجیزی: hi pls send me that software thanks

💬 2022-09-26 مسعود منجیزی: با سلام لظفا این برنامه را برای من ارسال کنید متشکرم

💬 2022-09-26 masoud monjezi: hi i need that software ols send me ser thanks

"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript.
2023-06-19, ∼286🔥, 1💬

💬 2023-06-19 Naresh: Thanks for your help

Java Socket and HttpURLConnection for SOAP
This chapter provides tutorial examples and notes on using java.net.Socket and java.net.HttpURLConnection classes to send HTTP requests with SOAP XML messages. Topics include writing socket client and server programs for request and response communication; writing HttpURLConnection programs to send ...
2022-10-05, ∼286🔥, 0💬

Archived: IE 8 Displaying Certificate Error Icon
This section provides a tutorial example showing that IE 8 displays a Certificate Error icon next to the Website address if you continue to use a Website that failed with during the certificate validation process.
2022-10-01, ∼286🔥, 0💬

String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes.
2022-10-01, ∼286🔥, 0💬

What Is a Procedure?
This section describes what is a procedure and what are the two types of procedures in VBScript.
2022-10-01, ∼286🔥, 0💬

Java Modules - Java Package Aggregation
This chapter provides tutorial notes on Java modules. Topics include Java module descriptor; module dependency; exporting package out of module; creating module JAR/JMOD file; creating custom JRE with added modules; testing package visibilities.
2022-10-01, ∼286🔥, 0💬

Enum Constant Implicit Methods
This section describes 2 static methods implicitly added by the Java compiler to all enum types declared by the 'enum' statement.
2022-10-01, ∼286🔥, 0💬

My First Servlet Page on CentOS
This section provides a tutorial example on how to create the first Servlet Java class to test the Servlet support of the Tomcat Web server on CentOS systems.
2022-10-01, ∼286🔥, 0💬

ChemSpider APIs - Get Query Results
This section provides a tutorial example on how to use 'Get Query Results' Web service to retrieve the result of query submitted previously with RSC (Royal Society of Chemistry) ChemSpider API.
2022-10-01, ∼286🔥, 0💬

<< < 148 149 150 151 152 153 154 155 156 157 158 > >>   ∑:8894  Sort:Date