<< < 82 83 84 85 86 87 88 89 90 91 92 > >>   ∑:9045  Sort:Rank

Base64Decoder
'Base64 Encoding' tutorial book was cited in a forum article in Portuguese language in 2005.
2022-11-18, ∼179🔥, 0💬

Oracle - JBDC CallableStatement
This chapter provides tutorial notes on JDBC CallableStatement objects for stored procedures. Topics include CallableStatement overview; creating stored procedures with parameters; using place holders in CallableStatement objects; register output parameters.
2022-11-18, ∼254🔥, 0💬

XML Parsing Options
This section describes commonly used options supported by the XML::Simple module that controls how to handle root element and empty elements. 'forcearray =&gt; 1' option is needed if you want to text elements to parsed as arrays.
2022-11-18, ∼272🔥, 0💬

android verify signature of file with .der public key
'JcaVerify.java - Signature Verification Sample Program' tutorial was cited in a StackOverflow forum post in 2012.
2022-11-18, ∼229🔥, 0💬

SOAP Web Service Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning SOAP Web service. Topics include introduction of SOAP specifications; SOAP modules, features, and message structure; SOAP Message Exchange Patterns; Python, Perl, PHP, and Java support of SOAP Web service...
2022-11-18, ≈26🔥, 10💬

💬 2022-11-11 Herong: Peter, can you show use a sample of your request message?

💬 2022-11-08 Peter Roman: In SoapUI is possible encrypt Password and Created elements? I tried with "Outgoing WS-Security: Encryption - Parts table" but w...

💬 2016-12-24 Herong: Tan, you can try with this tutorial SoapUI Configuration for Messaging Encryption . Or dump the HTTP requests received from your...

💬 2016-12-22 Tan: Hi Herong, i have been trying to use SOAPUI to send encrypted message to my webservice (java) with asymmetric binding. When i us...

💬 2015-07-29 Herong: Andriy, to decrypt a cipher message encrypted with AES128-CBC, you need to get the Initialization Vector from the message sender...

(More comments ...)

SubParamAlias.pl - Example on Parameters as Alias
This section provides a tutorial example on how parameters are passed as aliases - modifying the value of a parameter will cause the value of the original variable updated in caller's code.
2022-11-18, ∼188🔥, 0💬

Declaring and Calling Subroutines
This section describes some important rules about declaring and calling user defined subroutines: parameters are passed as a list value stored in the special local variable @_; subroutines are normally called with their name prefixed with &amp;.
2022-11-18, ∼265🔥, 0💬

72 sekunde kao 72 godine
'Removing GoogleUpdater.exe as a Startup Program' tutorial was cited in a forum post in Crotian in 2012.
2022-11-18, ∼164🔥, 0💬

Apache Camel: Crypto
'Cryptography Tutorials - Herong's Tutorial Examples' tutorial was cited in the 'Apache Camel &gt; Documentation &gt; Architecture &gt; Data Format &gt; Crypto' documentation published in 2010.
2022-11-18, ∼196🔥, 0💬

【CTF】SUCTF 2018 部分web writeup
'GB2312一级汉字区: 16-55区' tutorial was cited in a 0kami.cn blog article in 2018.
2022-11-18, ∼202🔥, 0💬

Correct Character Encoding
'Managing Non-ASCII Character Strings with MySQL Servers' tutorial was cited in a forum article in 2008.
2022-11-18, ∼149🔥, 0💬

C# (CSharp) RSAPublicKey Examples
'Converting Byte Sequences to Positive Integers' tutorial was cited in a hotexamples.com article in 2018.
2022-11-18, ∼208🔥, 0💬

PDF Printing Version
Information on how to obtain the PDF version of this book for printing.
2022-11-17, ∼2936🔥, 4💬

💬 2015-10-14 srikanth: thanks

Chinese Web Pages with GB18030 Encoding
This section describes how to create a Chinese HTML document in GB18030 encoding and publish it on the Apache server.
2022-11-17, ∼4960🔥, 7💬

💬 2020-09-28 sdvsd: 86 54 D1 D4 C1 E1 98 D8 D7 F2 9B 41 C2 CA C2 84 8F 8A DC BF CD F5 BD E7 C7 F2 C8 A1 C7 E9 98 49

💬 2015-11-24 Herong: Jee, there is no way to configure Chrome to ignore the encoding error and continue. But you can tell browser to use a different ...

💬 2015-11-24 Jee: I'm simply using Chrome... Is there a way to say to the XML "Just ignore caracters that you would consider as weird and display ...

💬 2015-11-22 Herong: Jee, the issue is probably not in your data. What is the program you use to display the XML data?

💬 2015-11-22 Jee: Hello, I have a database in GB18030. I am trying to display datas through XML, and for some kind of datas, the display in a brow...

Quickly view the threads of your blocked Ruby application with JStack
'jstack - Stack Tracer of JVM Threads' tutorial was cited in a software company blog in 2012.
2022-11-17, ∼199🔥, 0💬

Encryptions in IRIS
'What Is PKCS5Padding' tutorial was cited in an intersystems.com post in 2021.
2022-11-17, ∼144🔥, 0💬

Hamiltonian on Simple Harmonic Motion
This section provides an example of calculating the Hamiltonian on a mechanical system of an single object in simple harmonic motion and applying the Law of Conservation of Energy.
2022-11-16, ∼270🔥, 0💬

Chinese Calendars: Year 2011 to 2020
This chapter provides Chinese calendars for 10 years from 2011 to 2020.
2022-11-16, ∼250🔥, 0💬

String Built-in Functions and Performance
This chapter provides tutorial examples and notes about string built-in functions and performance. Topics include string built-in functions: chop(), length(), index(), substr() and split() functions; Perl functions are 2 times slower than Java functions.
2022-11-16, ∼218🔥, 0💬

Hard References - Addresses of Memory Objects
This chapter provides tutorial examples and notes about hard references, addresses of memory objects. Topics include taking hard references with the reference operator, \ on variables, functions or anonymous objects; using hard references in the same way as soft references by using curly brackets {}...
2022-11-16, ∼248🔥, 0💬

Reference Citations in 2007
This is a collection of reference citations to Herong's tutorials on the Internet in 2007.
2022-11-16, ∼239🔥, 0💬

Importing Certificate Path into Firefox
This section provides a tutorial example of trying to import a certificate path into Firefox. But it failed..
2022-11-16, ∼241🔥, 0💬

"Dictionary" Objects to Store Keys and Values
This section describes Dictionary object properties and methods. A tutorial example is provided on how to add and remove keys and values into a Dictionary object.
2022-11-15, ∼831🔥, 1💬

Java - 使用Apache POI读取MS-word
'Setting UTF-8 Encoding in PrintStream' tutorial was cited in a coder.work article in 2020.
2022-11-15, ∼196🔥, 0💬

<< < 82 83 84 85 86 87 88 89 90 91 92 > >>   ∑:9045  Sort:Rank