原创 上傳到碼雲上

在要上傳的文件內打開 Git Bash Here 例如:我需要上傳MTWechatCatering文件,在MTWechatCatering文件目錄下,打開git bash here npm instal npm install git p

原创 js時間戳與當前時間和倒計時

當前時間: let timestamp = Date.parse(new Date()) 當前時間轉時間戳: function timeStampTime(DateTime) { if (DateTime && DateTime.leng

原创 微信小程序map地圖

<style lang="less"> @import "../../assets/styles/base"; @import "../../assets/styles/px"; @import "../../assets/

原创 iview-admin配置post請求(隨筆)

1,註釋main.js下的 if (process.env.NODE_ENV !== 'production') require('@/mock') 2.設置跨域 vue.config.js裏 // devServer: {

原创 Vue安裝配置demo

安裝依賴: npm install vue-cli -g 檢查當前vue版本 : vue -V 創建一個新的helloword項目:vue init webpack helloword 跳轉到新建的目錄 cd helloword 編譯項目

原创 JAVA安裝windows

系統:Windows64 安裝 Eclipse 前你需要確保你的電腦已安裝 JDK 1.下載jdk: jdk-12_windows-x64_bin 官網地址:http://www.oracle.com/technetwork/java/j

原创 JAVA安裝Mac

下載資源包:安裝jdk:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html                    ide

原创 vue下安裝iview-admin後臺管理(連載中)

一: 安裝 1) 安裝vue                   npm install vue 2) 安裝 iview-admin:        npm install iview --save                引入全局

原创 iview-admin配置post請求

1,註釋main.js下的 if (process.env.NODE_ENV !== 'production') require('@/mock') 2.設置跨域 vue.config.js裏 // devServer: {

原创 vue中拖拽

複製就可以用啦 <template> <div id="app"> <div class="box box1" :style="box1Style" ref="box1" >

原创 storm 激活碼 activation code

原文:https://blog.csdn.net/qq_33733970/article/details/86751838 Phpstorm 激活碼 activation code YZVR7WDLV8-eyJsaWNlbnNlSWQiO

原创 微信小程序 ----- 按鈕拖拽

<view class="body-suspension" style="top: {{UDnumber}}px; left: {{LRnumber}}px;" @touchstart="touchstart"

原创 微信小程序(滑動)-animation

官方api:  https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/wx.createAnimation.html 例: <style lang="less"

原创 Python安裝配置

廖雪峯的官網很詳細: https://www.liaoxuefeng.com 編譯軟件: pycharm-professional-5.0.3 環境: python-3.7.0-amd64 安裝後打開xx.py文件,運行,需要在pycha

原创 Vue安裝配置

安裝依賴: npm install vue-cli -g 檢查當前vue版本 : vue -V 創建一個新的helloword項目:vue init webpack helloword     npm install      npm i