码迷,mamicode.com
首页 > Web开发 > 周排行
第十七节 jQuery可视区尺寸和文档尺寸
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:08:34    阅读次数:57
第十二节 jQuery动画
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:09:37    阅读次数:73
第十三节 jQuery滑动选项卡
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <style type="text/css"> 7 .btns input{ 8 height: 40 ...
分类:Web程序   时间:2020-03-14 20:09:51    阅读次数:71
第二十一节 jQuery循环
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:10:42    阅读次数:73
jQuery 进阶用法
$(function() { $(window).on('resize', function () {//监听屏幕大小改变事件 let clientW = $(window).width()//获取可视窗口宽度 let $allItems = $('.carousel-inner .carousel ...
分类:Web程序   时间:2020-03-14 20:11:00    阅读次数:69
第十四节 jQuery获取元素尺寸
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:12:11    阅读次数:76
第十六节 jQuery使用offset制作加入购物车动画
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:13:07    阅读次数:68
CSS线性渐变
【渐变的使用】:linear-gradient() =默认从上往下渐变 div{ background-image:linear-gradient(red,yellow,green} =控制向右方向 div{ background-image:linear-gradient(to right, re ...
分类:Web程序   时间:2020-03-14 20:16:04    阅读次数:78
第二十二节 jQuery事件
1 <!-- 事件函数列表: 2 blur() 元素失去焦点 3 focus() 元素获得焦点 4 click() 鼠标单击 5 mouseover() 鼠标进去(进入子元素也触发) 6 mouseout() 鼠标离开(离开子元素也触发) 7 mouseenter() 鼠标进入(进入子元素不触发) ...
分类:Web程序   时间:2020-03-14 20:16:21    阅读次数:66
第二十节 jQuery操作属性
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:17:04    阅读次数:68
攻防世界web进阶1-12总结篇
1.baby_web 访问页面跳转到1.php,burp抓包防止跳转,flag藏在响应头里面 2.Training-WWW-Robots 爬虫协议,直接得flag 3.Web_php_unserialize var传参,需要注意三点: 1.想要访问f14g.php,就要反序列化f14g.php 2. ...
分类:Web程序   时间:2020-03-14 20:17:36    阅读次数:116
第十九节 jQuery使用滚动距离和事件制作置顶菜单
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <style type="text/css"> 7 body{ 8 margin: 0; 9 } 10 ...
分类:Web程序   时间:2020-03-14 20:17:55    阅读次数:72
mybatis org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
I once made a similar mistake which turned out that the directories were incorrect.If the UserMapper's namespace is com.mybatisdemo.mappers.UserMapper ...
分类:Web程序   时间:2020-03-14 20:19:06    阅读次数:93
第十五节 jQuery获取元素的绝对位置
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <script type="text/javascript" src="../jquery-1.12. ...
分类:Web程序   时间:2020-03-14 20:19:23    阅读次数:72
树莓派/Debian HTTP 到 HTTPS 端口重定向
树莓派Debian HTTP 到 HTTPS 端口重定向 一、前言 前文我们讲了 "树莓派/Debian Apache2 配置自建 CA 实现 HTTPS(SSL) 服务" ,实现了通过 SSL 建立安全连接,但依然可以通过 HTTP 访问。本文讲述如何将 Raspberry/Debian HTTP ...
分类:Web程序   时间:2020-03-14 21:47:30    阅读次数:128
net-tools工具ifconfig 命令
ifconfig工具不仅可以被用来简单地获取网络接口配置信息,还可以修改这些配置。用ifconfig命令配置的网卡信息,在网卡重启后机器重启后,配置就不存在。要想将上述的配置信息永远的存的电脑里,那就要修改网卡的配置文件了。CentOS7,Ubnutu16.04,Debian9,openSUSE15 ...
分类:Web程序   时间:2020-03-14 21:53:21    阅读次数:80
retinanet
作为单阶段网络,retinanet兼具速度和精度(精度是没问题,速度我持疑问),是非常耐用的一个检测器,现在很多单阶段检测器也是以retinanet为baseline,进行各种改进,足见retinanet的重要,我想从以下几个方面出发将retinanet解读下,尽己所能。 retinanet出发点, ...
分类:Web程序   时间:2020-03-14 21:57:44    阅读次数:64
iproute2 对决 net-tools
如今很多系统管理员依然通过组合使用诸如ifconfig、route、arp和netstat等命令行工具(统称为net-tools)来配置网络功能,解决网络故障。net-tools起源于BSD的TCP/IP工具箱,后来成为老版本Linux内核中配置网络功能的工具。但自2001年起,Linux社区已经对 ...
分类:Web程序   时间:2020-03-14 22:11:05    阅读次数:94
dotnet ef Migration
在项目根目录下打开执行 1.增加迁移 > dotnet ef migrations add 名字 2.删除最近一次的迁移 > dotnet ef migrations remove 3.更新数据库 >dotnet ef database update 4.生成脚本 >dotnet ef migrat ...
分类:Web程序   时间:2020-03-14 22:12:23    阅读次数:90
PHP学习路线图
在网上很多人公布了太多的PHP学习路线图,本人在互联网公司工作十余年,也带了很多PHP入门的新手,将他们的一些问题和学习路线图为大家整理出来,希望很多小白少走弯路。 一、 网上某些错误的学习路线图 网上有些错误的学习路线图,让学完HTML、CSS后立马去学Javascript和jQuery等,这种课 ...
分类:Web程序   时间:2020-03-14 22:14:52    阅读次数:72
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!