原创 我的友情鏈接

51CTO博客開發

原创 03Hadoop3與Centos7安裝手冊

安裝hadoop 解壓hadoop sudo tar -zxvf hadoop 相關配置 1、將doc目錄進行刪除 將/hadoop01/hadoop3/share 下的doc目錄進行刪除 rm -rf doc 2、對hadoop01/h

原创 多種方式創建和常用屬性說明

package com.ydsc3p0; import java.sql.SQLException; import java.util.HashMap; import java.util.Map; import javax.sql.Da

原创 Hibernate通過註解方式處理List

其它代碼同:http://ityds.blog.51cto.com/1831752/1889673 import java.util.List; import javax.persistence.CollectionTable; imp

原创 自主翻譯_cache對象簡介(二)

Introduction to cache object【cache對象簡介】         This manual describes the various aspects of cache objects.You may also

原创 第一個C3P0代碼

下載:            https://sourceforge.net/projects/c3p0/?source=typ_redirect參考文檔:            http://www.mchange.com/project

原创 C3P0入門

C3P0是一個開源的JDBC連接池,它實現了數據源和JNDI綁定,支持JDBC3規範和JDBC2的標準擴展。目前使用它的開源項目有Hibernate,Spring等實現了數據源和JNDI綁定c3p0與dbcp區別dbcp沒有自動回收空閒連接

原创 D01_01Linux簡單操作與JDK安裝

系統相關配置 1、常用命令: reboot  重啓 su 用戶名  切換用戶 shutdown now 關機 startx 從命令模式進入到桌面 ifconfig 查看ip地址 pwd 當前目錄 2、修改啓動級別 init 3 centos

原创 01Jquery安裝與加載

下載版本http://jquery.com/download/可選擇壓縮版和不需要壓縮版的Download the compressed, production jQuery 3.1.1Download the uncompressed,

原创 02SDOM與QDOM相互轉換

JavaScript與Jquery之間的DOM互換QDOM轉SDOMvar abc=$("#abc");    //JQUERYvar a=abc[0];          //jsdomvar b=abc.get(0);以上兩種方式都可以

原创 自主翻譯_cache對象體系結構(三)

Cache object architecture【cache對象體系結構】Cache object technology contains the following major components:Cache技術包含下列主要組件:Th

原创 自主翻譯_Caché關於本書(一)

About this book【關於本書】         This book is a guide to Caché objects:how to create them, how to use them, and how they wo

原创 DBUtil簡單代碼實現

寫一個簡單得到Connection對象的工具類package com.yds; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLE

原创 Hibernate通過hbm方式處理List

創建實體後,實體類中有一個List類型的字段package com.keduox.collections; import java.util.List; public class ListUser { private int id;

原创 自主翻譯_cache自定義類和字典類(四)

Class Definitions and the Class Dictionary自定義類和字典類Every class has a definition that specifieswhat members (properties, m