Web开发[总排行] [月排行] [周排行] [日排行]
一个正常的空a标签: <a><p>鼠标悬停,鼠标样式不更改</p></a> 我没有给a标签设置href和target属性,此时鼠标悬停时,是不会让鼠标样式发生改变的。 当我给a标签的href属性设置成href="#",让这个链接变成dead link,鼠标悬停时,鼠标样式就会发生改变了。 <a hr ...
分类:Web程序 时间:2021-06-02 15:52:04 阅读:0
Default VPC components When we create a default VPC, we do the following to set it up for you: Create a VPC with a size /16 IPv4 CIDR block (172.31.0. ...
分类:Web程序 时间:2021-06-02 15:47:16 阅读:0
internet gateway: An internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between your V ...
分类:Web程序 时间:2021-06-02 15:46:58 阅读:0
在上一讲我们成功配置了xdebug并可以成功调试代码。ubuntu中PHP xdebug 断点调试 我切换Xdebug 升级到3.x版本后的配置修改,这里我们介绍php在ubuntu的版本切换的命令。 sudo a2enmod php5.6 sudo a2dismod php7.2 sudo upd ...
分类:Web程序 时间:2021-06-02 15:35:09 阅读:0
1XX:信息状态码 100:continue,继续,请求已被服务器接收,等待接收传达的参数信息 2XX:success,成功状态码 200:OK,成功接收请求来的服务器数据信息 201:created,请求接收成功,服务器正在生成新的返回资源 202:Accepted,服务器已接收到请求,但未做相应 ...
分类:Web程序 时间:2021-06-02 15:34:11 阅读:0
哈喽小伙伴们大家好, 在日常开发中,有很多时候,或者某些情况下在一些Post接口里面参数都是用json 作为收发协议 而这时也不确定后续的格式是否会有调整等等出于其他考虑,所以不在Controller里直接写对应的参数Entity。 那么怎么获取对方Post过来的值呢? 答案其实很简单,复制粘贴以下 ...
分类:Web程序 时间:2021-06-02 15:32:03 阅读:0
JS输入输出 1.浏览器弹出输入框 <script type="text/javascript"> prompt('这是一个输入框'); </script> 2.浏览器弹出警告框 <script type="text/javascript"> alert('这是一个警告框'); </script> ...
分类:Web程序 时间:2021-06-02 15:29:05 阅读:0
1.ip public class TestInetAddress { public static void main(String[] args) { try { //查询本机IP,可以new InetAddress byName = InetAddress.getByName("localhos ...
分类:Web程序 时间:2021-06-02 15:28:12 阅读:0
Ajax:异步更新页面的技术,必须在http或者https网络网络协议下使用 1.原生js实现:共4步 2.jQuery:$.ajax(配置对象); 常用参数:url, type, data, success, error 3.fetch:fetch(配置).then(处理数据函数).then(接收 ...
分类:Web程序 时间:2021-06-02 15:26:14 阅读:0
html: <div class="mydiv1"></div> css: .mydiv1 { width: 100px; height: 100px; background: red; position: absolute; } js: let mydiv1 = document.querySel ...
分类:Web程序 时间:2021-06-02 15:25:39 阅读:0
158596030976
上一页309751下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!