原创 [XML]Dom創建,解析xml

測試源碼 package com.david.test; import java.awt.peer.SystemTrayPeer; import java.io.File; import java.io.FileNotFound

原创 [Extjs6] 線性數組的形式返回一個TreeStore數據

採用這種方式就不用再爲封裝children而吃力,這種處理方式應該會相對方便點。 點贊 收藏 分享 文章舉報 HiveDark 發佈了167 篇原創文章 · 獲贊 2

原创 [java]反射機制給屬性使用set方法構造對象

測試代碼 package main; import java.lang.reflect.Field; import java.lang.reflect.Method; public class TestMain2 {

原创 [Java]系統環境列表

測試代碼 // TODO Auto-generated method stub Map<String, String> envsMap = System.getenv(); Set<

原创 [Extjs6] treepanel 選中父節點-相關的子節點的選中情況同父節點

在checkchange事件中處理 checkchange:function(node,checked,eOpts){             console.log("checkchange...");             cons

原创 [Java]反射機制及構造對象

測試代碼 package main; import java.lang.annotation.Annotation; import java.lang.reflect.Constructor; import java.lang.r

原创 [C++]學習字符串最長公共子序列(非連續)算法

測試代碼 #include "stdafx.h" #include <iostream> #include <string> #include <vector> #include <cstdlib> #include <algor

原创 [C++]最長遞增子序列的求法之一(學習)

測試代碼 #include "stdafx.h" #include <iostream> #include <cstdlib> #include <vector> #include <algorithm> using namesp

原创 [C++]學習字符串Str左移m位的解決方案

測試代碼 #include "stdafx.h" #include <iostream> #include <cstdlib> #include <string> using std::cin; using std::cout;

原创 [JQuery] jquery.fonticonpicker.min.js實現下拉選擇圖標

測試Demo源文件 http://download.csdn.net/detail/u010989191/9693932 屬性 theme:可選值:fip-grey, fip-darkgrey, fip-bootstrap, fi

原创 [Java]統計相同對象內容的區別

測試代碼 package main; import java.lang.reflect.Method; import java.text.SimpleDateFormat; import bean.Bird; import b

原创 使用maven創建spring-boot項目

前期準備 安裝maven:下載->安裝->配置環境變量。下載鏈接:http://maven.apache.org/download.cgi 安裝eclipse:eclipse-jee-neon-3-win32-x86_64 下載鏈接:ht

原创 Spring Boot 快速入門教程

http://download.csdn.net/detail/u010989191/9892851

原创 持續集成開發環境搭建

依賴工具 1)jdk 1.8 2)apache-maven-3.3.0 3)nexus-3.3.2-02-win64 4)Jenkins 5)VisualSVN-Server-3.6.1-x64 參考文檔 http://downl

原创 Web Notification Demo

以下代碼需要放在web容器中運行!!!!!! <!DOCTYPE html> <html> <head> <title>Web notification</title> </head> <body> <script type="t