<< < 60 61 62 63 64 65 66 67 68 69 70 > >>   ∑:9020  Sort:Date

Trojan and Malware "Puper" Description and Removal
This chapter provides a quick description of Internet Explorer (IE) trojan 'Puper - trojan.popuper' and notes on how to remove 'Puper' from your Windows system.
2016-02-25, ∼769🔥, 1💬

💬 2015-09-18 steph: need to remove virus

System.getenv() Method - System Environment Variables
This section provides tutorial example on how to display system environment variables using the java.lang.System.getenv() method.
2022-10-01, ∼768🔥, 0💬

"adb logcat" Command Arguments - Output Filters
This section describes how to use the 'adb logcat' command arguments to filter out unwanted log entries. 'adb logcat dalvikvm:V *:S' means dump all log entries from the Java Virtual Machine, dalvikvm, and nothing from all other processes.
2022-10-01, ∼768🔥, 0💬

Archived: Downloading and Installing Android SDK R17
This section provides a tutorial example on how to download and install Android SDK (Software Development Kit) Revision 17 on Windows systems.
2019-09-13, ∼767🔥, 2💬

💬 2019-09-13 Carlos: tnx

Install JDK with "yum" Command
This section provides a tutorial on how to download and install JDK packages using 'yum' command on CentOS systems. It will automatically install dependencies.
2022-10-01, ∼766🔥, 0💬

GB18030 Encoding for GB18030 Character Set
This section provides a quick introduction of the GB18030 encoding for the GB18030 character set. GB18030 is a multi-byte (1-byte, 2-byte, or 4-byte) encoding.
2022-10-01, ∼765🔥, 0💬

jrunscript - What Is It
This section describes what is 'jrunscript' - a command line tool that allows you to run script code that in interactive or batch mode.
2022-10-01, ∼764🔥, 0💬

Storing Non-ASCII Characters in Database
This section describes how to store non-ASCII characters in MySQL database using different character set settings set column, table or database level.
2023-03-31, ∼763🔥, 1💬

Android Application Package (APK) Files
This chapter provides tutorial notes on Android application package (APK) files. Topics include introduction to APK file; packaging application files into a single APK file; using 'adb' command to install APK files; using 'adb' command to copy file to Android emulator.
2022-12-10, ∼763🔥, 4💬

💬 2022-08-04 Eddie S: Very Useful! You may also be interested in: APK MODS

💬 2022-08-04 Eddie Stallings: Infromative! Download Android apks here: droidmods.co

Compiling C# Source Code Files
This chapter provides tutorial examples and notes on C# compiler options. Topics include compiling C# source code with multiple classes in a single source code file and multiple source code files; generating .NET library files.
2015-10-03, ∼763🔥, 1💬

💬 2015-10-03 koko: good

What Is XML Notepad
This section describes XML Notepad, which is an XML file editor developed by Microsoft and offered as an open source freeware.
2021-07-27, ∼762🔥, 2💬

💬 2021-07-27 Herong: Looks like Microsoft has moved the software to https://microsoft.github.io/XmlNotep ad/. Thanks for reporting the issue.

💬 2021-07-24 q109876543210blastzoft@outlook.c: Link not active at Microsoft no longer

1F780: Geometric Shapes Extended
This section provides a quick summary of the Unicode code point block: 'Geometric Shapes Extended', which contains 89 code points to represent additional Geometric Shapes originates from the set of Wingdings.
2024-01-23, ∼761🔥, 0💬

RDKFingerprint() Method in RDKit
This section provides a tutorial example on understanding the fingerprint generation algorithm used in the rdkit.Chem.rdmolops.RDKFingerp rint()function.
2023-04-04, ∼761🔥, 0💬

JDK Documentation Installation
This section describes how to install JDK Documentation on your own local machine.
2022-10-01, ∼761🔥, 0💬

Install GCC C/C++ Compilers
This section provides a tutorial example on how to install GCC C/C++ compiler on CentOS systems.
2022-10-01, ∼761🔥, 0💬

Java Exceptions in AndroidRuntime Error Log
This section provides a tutorial on how use the 'adb logcat' command to retrieve Java exceptions from the AndroidRuntime error log entries.
2022-10-01, ∼760🔥, 0💬

Floating-Point Data Types
This section describes value ranges and storage space sizes of floating-point data types: float and double.
2016-02-15, ∼760🔥, 5💬

💬 2016-02-15 Herong: To Merit Campus, I have to remove links. Advertisement is not allowed in comments

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: [URL removed]. Not only data ty...

💬 2015-10-31 Herong: Page updated now. Thanks again, Raj.

💬 2015-10-24 Herong: Raj, good catch. It will be corrected later.

💬 2015-10-23 raj: Chief, second point should be "double" but it says "float"

2300: Miscellaneous Technical
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Technical', which contains 256 code points to represent miscellaneous technical symbols.
2024-01-23, ∼758🔥, 0💬

"jar --module-version" - Updating Module Version in JAR
This section provides a tutorial example on how to use 'jar --update --module-version' to update the version number of the Java module stored in a module JAR file.
2022-10-01, ∼758🔥, 0💬

"On Error Resume Next" - Turning on Error Handling
This section provides a tutorial example on how to use the 'On Error Resume Next' statement to turn on error handling flag. You can use Err.Number &gt; 0 to test if there is any runtime error has been raised or not.
2022-10-01, ∼758🔥, 0💬

HelloWPF.cs - First WPF Application
A tutorial example is provided on how to create a simple Windows Presentation Foundation (WPF) application with a single empty window.
2021-12-14, ∼758🔥, 1💬

💬 2021-12-14 Rob: Wow... amazing

"token" Datatype Values and Representations
This section describes the built-in datatype 'token' derived from 'normalizedString'. Whitespace characters are collapsed to a single ' ' character. Leading and trailing whitespace characters are removed.
2022-10-01, ∼757🔥, 0💬

"enc -bf-ecb" Command Summary
A quick summary is provided to list major features of the OpenSSL 'enc -bf-ecb' command. Blowfish algorithm in ECB operation mode with a random salt and PKCS#5 padding, or Blowfish/ECB/Salted/PKCS5Paddi ng,is the recommended way to use Blowfish in ECB mode.
2022-10-01, ∼757🔥, 0💬

"keytool -importkeystore" Importing PKCS#12 Files
This section provides a tutorial example on how to import a private key stored in a PKCS#12 file into a JKS (Java KeyStore) file with the 'keytool -importkeystore' command.
2022-10-04, ∼756🔥, 0💬

<< < 60 61 62 63 64 65 66 67 68 69 70 > >>   ∑:9020  Sort:Date