原创 springboot + apache kafka

springboot + apache kafka [一] 建立springboot 整合   1 建立springboot啓動項目     [1]在maven中修改pom.xml                         <?x

原创 css 使圖片緊貼底部顯示

css 使圖片緊貼底部顯示 img{ display: table-cell; vertical-align: bottom; }

原创 @ConfigurationProperties 使用

@ConfigurationProperties 使用 背景,可以把屬性文件讀到bean裏方便使用。 【1】 pom.xml         <dependency>             <groupId>org.springfram

原创 vue3

vue3 https://www.cnblogs.com/xiangsj/p/9749451.html 安裝node環境(我已經提前安裝好啦,Vue CLI 需要Node.js8.9 或更高版本 (推薦 8.11.0+)) npm ins

原创 在sapui5 personal webide 配置 NorthWind

 在sapui5 personal webide 配置 NorthWind 在如下目錄建立無後綴文件“NorthWind” \eclipse\config_master\service.destinations\destinations\

原创 webpack 不是內部或外部命令,也不是可運行的程序 或批處理文件

  webpack 不是內部或外部命令,也不是可運行的程序 或批處理文件 在系統變量中增加NODE_PATH變量,指向nodejs的目錄,因爲webpack一般是安裝在nodejs的目錄底下, 如果不是請添加到系統環境中。  例 http

原创 修改dom元素的Top值 style.top

<html> <head> <style type="text/css"> input { position:absolute; } </style> <script src="https://cdn.bootcss.com/jquery

原创 tinymce in vue2 [part 02]

 ----------項目目錄---------    dist   node_modules    package-lock.json    package.json  quickstart_tinymce.html[單頁js應用]  

原创 tinymce in vue2 [part 01]

=====================tinymce============================= ------------------需要api-key--------- tinymce 官方爲 vue 項目提供了一個

原创 webpack4 and vue2

  webpack4  https://www.jianshu.com/p/b30cf56a431f 優秀例子https://www.cnblogs.com/tugenhua0707/p/9695179.html 創建本地nodejs項目

原创 Vue項目webpack打包部署到Tomcat

Vue項目webpack打包部署到Tomcat 轉自 https://www.jianshu.com/p/911f66d4d6f6 Vue項目webpack打包部署到Tomcat     新建Vue項目webpack打包,部署到Linux

原创 vue2 記錄(高階)

advance 1 component 字母全小寫且必須包含一個連字符  kebab-case (短橫線分隔命名)  Vue.component('my-component-name', { /* ... */ }) 使用 PascalC

原创 vuex Modules namespace用法

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-widt

原创 ue2 v-for @click

<!DOCTYPE html> <html>     <head>         <meta charset="UTF-8">         <title>vue2 v-for @click</title>             

原创 vuex example01

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-widt