<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:9086  Sort:Date

Retrieving and Setting HTTP Cookies
This section provides a tutorial example on how to retrieve cookies from the HTTP request header and set cookies to the HTTP response header. Cookie objects are created with the CGI::Cookie class.
2021-01-08, ∼1280🔥, 6💬

💬 2021-01-02 Herong: Rajat, show us your request dump, including headers. Maybe something wrong in your request.

💬 2020-12-22 Rajat: Thank you sir for your response. Actually issue is when i m trying to do a post using mechanize object i guess its blocking the ...

💬 2020-11-22 Herong: Rajat, LWP-UserAgent-Request.pl script only fires a single HTTP request to single Web server. To get 3rd party cookies, you need...

💬 2020-11-12 Rajat: Thanks sir i have tried out ` "LWP-UserAgent-Request.pl - GET, POST and Cookies" tutorial` but that didn't work. The cookie is a...

💬 2020-11-11 Herong: Rajat, you can follow "LWP-UserAgent-Request.pl - GET, POST and Cookies" tutorial to download cookies from Website.

(More comments ...)

0400: Cyrillic
This section provides a quick summary of the Unicode code point block: 'Cyrillic', which contains 256 code points to represent alphabetic letters used in Cyrillic languages.
2024-01-23, ∼1279🔥, 0💬

Chinese Horoscope and Eight Words
This section describes how to calculate the Eight Words based on a person's birth date and time.
2022-10-01, ∼1279🔥, 0💬

Install OpenJ9 JVM with OpenJDK on CentOS Systems
This section provides a tutorial example on how to download and install a binary combination of different OpenJDK and OpenJ9 JVM releases for CentOS systems.
2022-10-01, ∼1275🔥, 0💬

Opening UTF-16 Text Files
This section provides a tutorial example on how to open a UTF-16 (Little-Endian with BOM) text file with Excel correctly by selecting the 'Windows (ANSI)' encoding option on the Text Import Wizard dialog box.
2016-01-19, ∼1273🔥, 2💬

JMenuItemTest.java - Menu Item Test Program
This section provides a tutorial example on how to use the javax.swing.JMenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2016-11-22, ∼1272🔥, 2💬

💬 2016-11-22 Herong: Nuk, have you looked at the exec() - Executing Operating System Commands tutorial?

💬 2016-11-14 NUK: Thanks for your support to Java beginners. I also want to call external program (.EXEs etc) Java command for that pls: nukhanid@...

XSD Schema XML Validator - Final Version
This section describes the final version of the XML Schema (XSD) validator using the JAXP API.
2022-10-01, ∼1270🔥, 0💬

"bitcoin-cli walletpassphrase" - Unlock Wallet
This section describes how to unlock with 'bitcoin-cli walletpassphrase' command.
2024-10-26, ∼1268🔥, 2💬

💬 2023-07-25 Elizabeth Ruth: There are many cases of cryptocurrency theft currently on circulation which I also fell victim last week but I was fortunate to ...

DES Encryption Operation Modes
This chapter provides tutorial examples and notes about DES encryption operation modes. Topics include how different blocks of plaintext can be coupled together to improve the strength of the DES encryption algorithm; ECB (Electronic CodeBook), CBC (Cipher Block Chaining), CFB (Cipher FeedBack), and...
2016-11-12, ∼1267🔥, 1💬

💬 2016-11-12 kazim: very good webpage

Downloading and Installing FileZilla 3.1.5
This section provides a tutorial example on how to download and install the free FTP client program, FileZilla 3.1.5 on a Windows system.
2016-01-31, ∼1267🔥, 1💬

💬 2016-01-31 ganes: good

Introduction to WSDL 2.0
This chapter provides a quick introduction of WSDL 2.0. Topics include introduction components used in WSDL 2.0 to define a Web service; a sample WSDL 2.0 document defines a helloService Web service with one method, Hello.
2016-09-13, ∼1266🔥, 1💬

💬 2016-09-13 naqi: Good

SoapUI Configuration for Messaging Signing
This section provides a tutorial example on how to create a configuration entry to support SOAP messag signing with a private-public key pair stored in a JKS (Java KeyStore) file.
2020-05-20, ∼1264🔥, 1💬

"nonNegativeInteger", "positiveInteger", "nonPositiveInteger", "negativeInteger" Datatypes
This section describes the built-in primitive datatypes, 'nonNegativeInteger', 'positiveInteger', 'nonPositiveInteger' and 'negativeInteger', that represents integer numbers according signs and the zero value. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼1260🔥, 0💬

2A00: Supplemental Mathematical Operators
This section provides a quick summary of the Unicode code point block: 'Supplemental Mathematical Operators', which contains 256 code points to represent additional mathematical operators
2024-01-23, ∼1259🔥, 0💬

hello.fo - Sample XSL-FO document
This section provides a sample XSL-FO document, which is an XML document with 'root' element and 'layout-master-set' and 'page-sequence' sub-elements.
2022-10-01, ∼1258🔥, 0💬

Private/Virtual Memory and Working Set
This section describes 3 basic memory usage numbers of a running process: private memory, virtual memory and working set.
2022-10-01, ∼1256🔥, 0💬

Website Statistics - HerongYang.com
This is a collection of statistics reports and notes on the author's Website https://www.herongyang.com. Topics include weekly Web page requests summary; number of page views for different tutorial books; yearly statistics of most popular books, search engines, search terms, Web browsers and client ...
2022-10-01, ∼1256🔥, 0💬

2027 年年历 - 羊年
中国年历 - 2027 年年历 - 羊年
2022-10-06, ∼1254🔥, 0💬

Reviewing Tomcat Server Status Page
This section provides a tutorial example on how to review the Apache Tomcat server status Web page, which provides HTTP and AJP protocol service statuses; Tomcat, JVM, and OS information; as well as a link to list all running applications.
2022-10-01, ∼1252🔥, 0💬

Parallel Collector Adaptive Size Policy
This section describes the Adaptive Size Policy supported by the Parallel Collector to dynamically change heap generation sizes to latency, throughput and footprint goals sequentially.
2022-10-01, ∼1250🔥, 0💬

Validating and Inspecting WSDL Documents
This section provides a tutorial example on loading a WSDL 2.0 document in SoapUI and getting an error message.
2021-01-14, ∼1248🔥, 1💬

My First JSP Page on macOS
This section provides a tutorial example on how to create the first JSP page with JSP code to test the JSP support of the Tomcat Web server on macOS systems.
2022-06-24, ∼1247🔥, 1💬

💬 2022-06-24 Chris: Thank you. Because of you I could run my first JSP file :)

"aapt package" Command - Resource Code Generation
This section describes the 'aapt package' command to perform the resource code generation step in the Android project build process. The main output is the R.java file in the .\gen folder.
2016-02-27, ∼1244🔥, 2💬

💬 2016-02-27 Herong: Hashim, I don't have any videos on "aapt package" at this moment. If anyone has any, please help.

💬 2016-02-26 Hashim km: could you please provide us some videos regarding "aapt package"

Capricorn - The Goat, The Tenth Zodiac Sign
This section describes the tenth zodiac sign, Capricorn, the Goat.
2022-10-01, ∼1235🔥, 0💬

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:9086  Sort:Date