Part 1: 住处 Do you live in a house or a flat? Which is your favourite room in your house / flat? What do you like about the area that you live in? Is t ...
分类:
其他好文 时间:
2021-01-22 12:11:42
阅读次数:
0
用jQuery和ajax 和json实现之前的所有功能: 登录: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> ...
分类:
其他好文 时间:
2021-01-22 12:09:34
阅读次数:
0
componentDidMount() { const scrollDom = document.querySelectorAll('.q1-home')[0]; scrollDom.addEventListener('scroll', this.handleScroll.bind(this)); ...
分类:
其他好文 时间:
2021-01-22 12:00:44
阅读次数:
0
ajax原生写法 一.get写法 //创建对象 let xhr = new XMLHttpRequest() xhr.open('get',"url?name=&age=") //查询字符串 xhr.send(null) 请求体 xhr.onreadystatechange = function() ...
分类:
Web程序 时间:
2021-01-19 12:06:29
阅读次数:
0
@RestController官方地址 https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/RestController.html @Targ ...
分类:
编程语言 时间:
2021-01-18 11:09:53
阅读次数:
0
Nginx设置反向代理内网服务器/内部端口 by WEB全栈工程师 on 2015 年 07 月 26 日 Nginx 是一个很强大的高性能Web和反向代理服务器,它具有很多非常优越的特性,本次主要解决Nginx反向代理设置问题。假定有一台能正常访问的外网Nginx服务器A和一台内网Nginx服务器 ...
分类:
其他好文 时间:
2021-01-18 11:08:10
阅读次数:
0
call()、apply()、bind() 都是用来重定义 this 这个对象的 bind 返回的是一个新的函数,必须调用它才会被执行 var name = 'rannie', age = 17; var obj={ name: 'coolin', objage: this.age, muFun: ...
分类:
移动开发 时间:
2021-01-18 10:47:36
阅读次数:
0
无意间看到一个网站有图片动画,而且可以随着鼠标在动,关键是动画还蛮好看的,觉得探讨一波,话不多说,上个效果图 <script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.m ...
分类:
Web程序 时间:
2021-01-18 10:47:16
阅读次数:
0
场景:3秒时间内禁止重复提交! Controller: 伪代码 package com..aopCommit; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web. ...
分类:
其他好文 时间:
2021-01-16 11:57:58
阅读次数:
0
函数 socket.socket创建一个socket,该函数带有两个参数: Address Family:可以选择 AF_INET(用于 Internet 进程间通信) 或者 AF_UNIX(用于同一台机器进程间通信),实际工作中常用AF_INET Type:套接字类型,可以是 SOCK_STREA ...
分类:
其他好文 时间:
2021-01-14 11:19:06
阅读次数:
0