原创 Please make sure you have the correct access rights and the repository exists.

原文:https://blog.csdn.net/lw545034502/article/details/90696872   ( 提示:Warning: Permanently added 'gitee.com,120.55.226.2

原创 Vue2.0 monk數據

在webpack-dev-conf.js中修改 1. const express = require('express') const app = express() var appData = require('../data.js

原创 關於自搭網站XAMPP(二)PHP-MYSQL數據連通以及字符亂碼

<?php /* * 自搭服務器2018.8.7 使用XAMPP+vue+php+mysql * Q1:$link = mysqli_connect('localhost:3306', 'sssss', '') ;這句話怎麼輸入任意

原创 2017.11.01前端小記

仿照微博:http://www.ghostchina.com/ 完美的導航欄:http://litta.co/ 簡潔動畫導航欄:https://www.canvasflip.com/ 漂亮!:http://mrhabit.com/ 正常佈

原创 Bootstrap 網格系統

      Bootstrap 提供了一套響應式、移動設備優先的流式網格系統,隨着屏幕或視口(viewport)尺寸的增加,系統會自動分爲最多12列。   Bootstrap 官方文檔中有關網格系統的描述: Bootstrap 包含了一個

原创 關於自搭網站XAMPP(一)前後端AJAX-PHP數據連通

前端AJAX代碼: <script> $(function(){ $('#send').click(function(){ $.ajax({ type:

原创 關於自搭網站XAMPP(三)MYSQL增刪改查(水)

<?php * Q4:輸入查詢語句咋沒反應 * A4:注意查詢語句中的“’”前面要加“\”轉義符。 * */ $link = mysqli_connect('localhost', 'sssss', '','class',3306

原创 JS簡易運動框架

Ps:此代碼在慕課網上有詳解(http://www.imooc.com/video/3181)      先放代碼     function getStyle(obj,attr){ if(obj.currentStyle){ ret