原创 svg 下aminate image

需求:人員的頭像可以按軌跡運動,並將運動軌跡逐漸動態顯示 實現:CSS3 animation的支持和svg 的animateMotion css:  整個運動軌跡30s完成 附:若不添加"linear" 屬性,當path路徑重複時,動態路

原创 jqwidgets splitter把頁面水平分割

需求:將頁面水平分割成三部分,比例分別是50%, 25%, 25% 設計步驟: 第一步:下載jqwidget https://www.jqwidgets.com/download/ 第二步:將需要的js和css文件(jquery.min.

原创 不能自動顯示滾動條問題

問題? 當子div 中的數據或圖片大於了父div中設置的大小時,子div中的數據不能全部顯示 例如:                     <div class="splitter-panel"  >  --> 父div       

原创 jqwidgets splitter 中添加slickgrid後,grid無法顯示問題

我的應用入下: 1 引用jqwidgets生成一個splitter,把窗口分成三部分 2 在最上面的部分加入一個grid 代碼: html 部分:     <div id='jqxWidget'>         <div id="top

原创 Windows中如何用Gradle構建kotlin項目build jar包,並執行kotlin jar

一,如何用Interllij IDEA 來構建基於Gradle的kotlin項目? 首先,打開Interllij IDEA, 選擇File-->New-->Project, 在“New project” 窗口左側選擇Gradle,右側選擇

原创 Basic operation of Redhat Atomic

1. Install docker on RHEL7.xStep1. Register to Candlepin and auto subscribe pool# subscription-manager register --usern

原创 How to deploy CI test env (Jenkins+Docker)

1. Deploy jenkins-master(1).  Add the Jenkins repository to the yum repos, and install Jenkins[root@jenkinsmaster ~]# w

原创 How to create rhel docker base image

1. Create base image through redhat release versionPrecondition:1. host with docker running2. Image version should the

原创 在JAVA怎樣實現每間隔一段時間執行程序

當需要每間隔一段時間執行一段程序的時,JAVA中可以這樣實現:public void run() {    while (true) {      try {  xxxxxxxxxxxxxxxxx; // 需要執行的程序        s

原创 Windows上如何下載並在Maven上使用log4j

 下載log4j的jar包,我下載的apache-log4j-2.X-bin.zip。 將下載解壓後的 log4j.jar , log4j-core-2XXX.jar,  log4j-api-2XXX.jar拷貝到 Maven項目-->j