For example, the photos that are taken on May 1, 2014 will be shown in the result.
from 20140501 to 20140502
For example, the photos that are taken from April 30, 2014 to May 1, 2014 will be shown in the result.
from 20140501
import java.io.File; | |
import java.util.ArrayList; | |
import net.lingala.zip4j.core.ZipFile; | |
import net.lingala.zip4j.exception.ZipException; | |
import net.lingala.zip4j.model.ZipParameters; | |
import net.lingala.zip4j.progress.ProgressMonitor; | |
import net.lingala.zip4j.util.Zip4jConstants; | |
/** |
atom-beautify | |
chinese-translator | |
file-icons | |
highlight-line | |
highlight-selected | |
linter | |
linter-annotations | |
minimap | |
minimap-bookmarks | |
minimap-highlight-selected |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<profiles version="15"> | |
<profile kind="CodeFormatterProfile" name="Clean Formatter" version="15"> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/> | |
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> |
D:\programming\DashO-10.3
.D:\programming\apache-ant-1.10.8
.C:\programming\DashO-9.3.0
.C:\Java\jdk-11.0.2
.C:\programming\apache-maven-3.6.1
.DASHO_HOME=C:\programming\DashO-9.3.0
// ==UserScript== | |
// @name NOWTV-LIVE-FULLSCREEN | |
// @namespace https://neptuneli.com/ | |
// @version 1.0 | |
// @description NOWTV LIVE FULLSCREEN SCRIPT | |
// @author Neptune LI (@hkneptune) | |
// @match https://news.now.com/home/live | |
// @match https://news.now.com/home/live331a | |
// @grant none | |
// ==/UserScript== |
package com.neptuneli.utils; | |
import java.math.BigInteger; | |
import org.bouncycastle.jce.provider.BouncyCastleProvider; | |
import java.security.cert.CertificateFactory; | |
import java.security.cert.X509Certificate; | |
public class X509CertificateUtils { | |
public String getCertSerialNo(final String certPath) { |