一、購買域名css
二、購買服務器html
三、添加域名站點html5
四、服務器登陸,LAMP LNMPnode
五、xshell filezilla 能夠遠程查看linux目錄 好像登陸個網站也能夠直接操做mysqlmysql
瀏覽器怎麼查看檢查元素的各個內容react
html
框架 網上有不少,能夠直接找
bootstrap
標籤
屬性: 屬性名和屬性值相同,寫一個
head
title
meta name content
http-equiv content
內聯 只佔本身大小
<span>
塊級標籤
html 特殊字符
form
input 類型
get 請求網頁 沒數據發送
post 發送數據
tabe
html 和html5區別jquery
csslinux
選擇器 基本 類 標籤 id 後代 子代 相鄰 屬性ajax
inputsql
label
dt ol ul
form
table
文本屬性 inline block
margin border padding 邊界塌陷
脫離文檔流 float absolute脫離文檔流 relative 不脫離問答牛 fixed clear 定位
JavaScript
一、數據類型 typedef 1+True paserInt
二、運算符
三、控制語句
四、各類對象 string Array sort(f) shift unshift Function 函數好像有一種名字能夠變化的仍是()仍是$().function這種
五、bom alert confirm prompt intervel timeout history go forward back location
六、dom 屬性 (nodeName, nodetype, nodevalue, innerhtml) 兄弟父親兒子查找 注意按元素查找 getelemntBy....頁面查找 event事件 window.onload =funciton f() 和 <body onload=f()> 語法 如何修改css顏色
onsubmit 阻止外延 stop。。。
七、增createlemnt appen
刪remove。。。
改 先刪再增 innerhtml innertext區別 一個是<h1當成樣式 ,一個是當成文本 改css樣式ele.style.color 增長遮擋層 hidden classlist.remove 查
八、省份二級聯動
九、dom的操做
js中函數this至關於window, new至關於把obj變成this
第一個輸出root,第二個輸出alex 若是不加this,所有輸出alex
jquey的this和js的傳入
Jquery ------->react
jquery 中文文檔
查找元素 ------>相鄰元素-------》屬性操做
查找 篩選
html text val
jquery下:last first next nextuntil 兄弟姐妹
attr prop 能夠用字典,能夠一個一個變化
遍歷循環方法
文檔處理: 插入父節點 插入兄弟節點 修改 刪除 克隆(true)
相對於總體的偏移量 offset 父標籤的position
事件觸發:三種 .click(function (){}) jquery和js區別
bind
on(event,[selector],function)
頁面加載 $(document).ready(function (){ }) document和window區別 ,以及經常使用的屬性
動畫效果
一、顯示隱藏 show hide toggle slidedown slideup slidetoggle fadein fadeout fadetoggle fadeto 後面能夠加回調函數
插件擴展
$.extend(obj)
$.fn.extend(obj)
ajax 當jquery不讓用,流量有限時候
get強求
post請求
iframe+form構造僞Ajax
iframe加上onload="func(ths)",而後經過dom取值
jquery ajax文件上傳
ajax文件上傳,須要new FormData(),而後append,
jquery方式提交數據,必須設置 processData contenttype
iframe+form 兼容性好
文件預覽
跨域 jsonp
jquery ajax跨域