Mac Tutorials - Herong's Tutorial Examples PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download Mac Tutorials - Herong's Tutorial Examples PDF full book. Access full book title Mac Tutorials - Herong's Tutorial Examples by Herong Yang. Download full books in PDF and EPUB format.

Mac Tutorials - Herong's Tutorial Examples

Mac Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 399

Book Description
This book is a collection of notes and sample codes written by the author while he was learning macOS. Topics include Macintosh OS history; macOS basic functionalities; storage file systems; reviewing resource usage on running processes; installing productivity and programming tools; installing Java and related tools; installing Apache Web server and MySQL database server; using Keychain Access to manage passwords and certificates. Updated in 2023 (Version v3.07) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Mac.

Mac Tutorials - Herong's Tutorial Examples

Mac Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 399

Book Description
This book is a collection of notes and sample codes written by the author while he was learning macOS. Topics include Macintosh OS history; macOS basic functionalities; storage file systems; reviewing resource usage on running processes; installing productivity and programming tools; installing Java and related tools; installing Apache Web server and MySQL database server; using Keychain Access to manage passwords and certificates. Updated in 2023 (Version v3.07) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Mac.

JDBC Tutorials - Herong's Tutorial Examples

JDBC Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 150

Book Description
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JDBC.

Linux Tutorials - Herong's Tutorial Examples

Linux Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 457

Book Description
This book is a collection of notes and sample codes written by the author while he was learning Linux systems. Topics include using Cockpit Web portal for admin tasks; managing users and groups; managing files and directories; managing NTFS, CIFS, EXT4, LBA, LVM file systems; using network tools and security firewall; installing CentOS systems; using SELinux (Security-Enhanced Linux) system; DNF/YUM software package manager; SSH Server configuration and client tools; managing vsftpd - Very Secure FTP daemon; managing directory service with OpenLDAP; Updated in 2024 (Version v5.44) with email topics moved to 'Email Tutorials' book. For latest updates and free sample chapters, visit https://www.herongyang.com/Linux.

Java Tutorials - Herong's Tutorial Examples

Java Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 345

Book Description
This tutorial book is a collection of notes and sample codes written by the author while he was learning Java himself. Topics covered in the book include: Java language basics; execution environment; generic classes and parameterized type; generic methods and type argument inferences; enum types and constants; lambda expressions; annotation types and invocations; Java modules; execution threads and synchronization; memory management and garbage collection. Updated in 2024 (Version v8.22) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/Java.

PHP Tutorials - Herong's Tutorial Examples

PHP Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 472

Book Description
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include PHP script syntax; data types, variables, array, expressions, statements and functions; Web server integration; HTTP requests and controlling HTTP responses; sessions, cookies, and file uploads/downloads; MySQL database server access; files, directories, and ZIP archives; parsing HTML Documents; processing image files; SOAP extension; managing non-ASCII characters; classes and objects; using PHP on Windows, macOS and Linux; executing external programs on operating system. Updated in 2022 (Version v5.16) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/PHP.

Linux Apps Tutorials - Herong's Tutorial Examples

Linux Apps Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 319

Book Description
This book is a collection of notes and sample codes written by the author while he was learning Linux applications. Topics include using managing users and groups; managing files and directories; managing Apache Web server and SquirrelMail; managing MySQL server; developing Python and PHP scripts; using GCC C/C++ compilers; running graphical applications on GNOME desktop and X11 servers; running Conda - Environment and Package Manager. Updated in 2023 (Version v1.02) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Linux-Apps.

Android Tutorials - Herong's Tutorial Examples

Android Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 346

Book Description
This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android' Command, Building, Installing and Running the Debug Binary Package, Inspecting Android Application Package (APK) Files, Using Android Debug Bridge (adb) Tool, Copying files from and to Android device, Understanding Android File Systems, Using Android Java class libraries, Using 'adb logcat' Command for Debugging. Updated in 2023 (Version v3.05) with ADB tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Android.

JSP Tutorials - Herong's Tutorial Examples

JSP Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 573

Book Description
This book is a collection of notes and sample codes written by the author while he was learning JSP (JavaServer Pages). Topics include Tomcat installation and configuration to support JSP; JSP execution context, JSP elements, and sessions; Using JavaBean Classes; Cookie management; Controlling HTTP Response Header Lines; Supporting non-ASCII characters and localization; Debugging and measuring performance; Using EL (Expression Language); JSTL (JSP Standard Tag Library) syntax and Tag Java interface; Managing file uploads. Updated in 2022 (Version v5.11) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JSP.

Unicode Tutorials - Herong's Tutorial Examples

Unicode Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 210

Book Description
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual Plane (BMP); Unicode Transformation Formats (UTF); Surrogates and Supplementary Characters; Unicode Character Blocks; Python Support of Unicode Characters; Java Character Set and Encoding; Java Encoding Maps, Counts and Conversion. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode.

Java Tools Tutorials - Herong's Tutorial Examples

Java Tools Tutorials - Herong's Tutorial Examples PDF Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 376

Book Description
This tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: 'java/javaw' Launcher, 'javac' Compiler, 'javadoc' Document Generator, 'javap' Class File Disassembler, 'jar/jarsigner' Archive Tool, 'jconsole' Console, 'jdb' Debugger, 'jdeps' Dependency Analyzer, 'jdeprscan' Deprecated API Scanner, 'jhat' Heap Analysis Tool, 'jlink' JRE Linker, 'jhsdb' HotSpot Debugger, 'jmap' Memory Dumper, 'jmc' Mission Control, 'jpackage' Binary Package Builder, 'jrunscript' Script Shell, 'jstack' Stack Dumper, 'jstat' Statistics, 'jstatd' Statistics Daemon, 'jvisualvm' Visual VM, 'jwebserver' Web Server, 'keytool' Keystore Tool, 'serialver' serialVersionUID generator. Updated in 2023 (Version v6.23) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-Tools.