上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 注意点都在代码里 1 <style> 2 div { 3 width: 200px; 4 height: 200px; 5 background-color: pink; 6 } 7 </style> 8 <div></div> 9 <script> 10 // 操作样式之css方法 11 $(fu 阅读全文
posted @ 2019-11-29 10:34 遥望那月 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 使用的思想:隐式迭代、 1 <button>快速</button> 2 <button>快速</button> 3 <button>快速</button> 4 <button>快速</button> 5 <button>快速</button> 6 <button>快速</button> 7 <but 阅读全文
posted @ 2019-11-29 10:28 遥望那月 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 使用的方法:click() css() siblings() 1 <button>快速</button> 2 <button>快速</button> 3 <button>快速</button> 4 <button>快速</button> 5 <button>快速</button> 6 <button 阅读全文
posted @ 2019-11-29 10:23 遥望那月 阅读(2715) 评论(0) 推荐(0) 编辑
摘要: 1. 父parent、子children、find 1 <div class="yeye"> 2 <div class="father"> 3 <div class="son">儿子</div> 4 </div> 5 </div> 6 7 <div class="nav"> 8 <p>我是屁</p> 阅读全文
posted @ 2019-11-29 10:17 遥望那月 阅读(676) 评论(0) 推荐(0) 编辑
摘要: 一、在上传前的注意事项 1、 要配置几个文件: (1)在根目录添加 .gitignore 文件:里面添加一些上传时需要忽略的文件 (2)在根目录添加 README.md 文件,这个用来说明项目的 (3)还要添加开源协议文件:LICENSE;一般从别的项目拷贝一份就好了。【关于开源协议之间的区别,可以 阅读全文
posted @ 2019-11-27 19:11 遥望那月 阅读(4271) 评论(0) 推荐(0) 编辑
摘要: 一、Gulp的使用 1. 使用npm install gulp 下载gulp库文件 2. 在项目根目录下简历gulpfile.js文件 3. 重构项目的文件夹架构src目录放置源代码文件,dist目录防止构建后文件。 4. 在gulpfile.js文件中编写任务 5. 在命令行工具中执行gulp任务 阅读全文
posted @ 2019-11-27 17:46 遥望那月 阅读(556) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zjfjava/p/9215374.html 阅读全文
posted @ 2019-11-26 16:10 遥望那月 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 这是别人写好的,暂时可当做学习素材。 https://www.cnblogs.com/linxiu-0925/p/10138902.html 阅读全文
posted @ 2019-11-26 11:05 遥望那月 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 这个连接的也不错: https://www.cnblogs.com/wangyueping/p/11258028.html 如何给MySQL数据可添加一个用户 首先以root身份登录到MySQL服务器中。$ mysql -u root -p当验证提示出现的时候,输入MySQL的root帐号的密码。创 阅读全文
posted @ 2019-11-16 11:47 遥望那月 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Java Token的原理和生成使用机制 https://yq.aliyun.com/articles/594217 Cookies Session Token 三者区别及应用场景 https://www.jianshu.com/p/9793e4f5d1a2 彻底弄懂session,cookie,t 阅读全文
posted @ 2019-11-11 21:51 遥望那月 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页