什么是回调函数 In computer programming, a callback is a piece of executable code that is passed as an argument to other code, which is expected to call back ...
分类:
编程语言 时间:
2019-11-16 18:04:01
阅读次数:
103
出现这种异常就是在配置spring mvc文件上传解析器时id名不是 multipartResolver <!--文件上传解析器 id 为 multipartResolver--><bean id="multipartResolver" class="org.springframework.web. ...
分类:
Web程序 时间:
2019-11-16 00:54:00
阅读次数:
92
/*注意事项: 1.沙盒环境测试appStore内购流程的时候,请使用没越狱的设备。 2.请务必使用真机来测试,一切以真机为准。 3.项目的Bundle identifier需要与您申请AppID时填写的bundleID一致,不然会无法请求到商品信息。 4.如果是你自己的设备上已经绑定了自己的App ...
分类:
移动开发 时间:
2019-11-13 10:37:10
阅读次数:
118
from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selen... ...
分类:
编程语言 时间:
2019-11-12 09:17:44
阅读次数:
57
python常用的数据类型包含6种: 1、Number(数字) 2、String(字符串) 3、List(列表) 4、Tuple(元组) 5、Set(集合) 6、Dictionary(字典) 一、Number(数字) 包括int,float,bool(python3),complex(负数)几种类型 ...
分类:
编程语言 时间:
2019-11-11 18:19:20
阅读次数:
65
错误和异常 Python 中(至少)有两种错误:语法错误和异常( syntax errors 和 exceptions )。 1.1、语法错误 语法错误,也被称作解析错误: while True print('Hello world') File "<stdin>", line 1, in ? wh ...
分类:
编程语言 时间:
2019-11-11 00:09:00
阅读次数:
97
问题描述: Request Method: GETRequest URL: http://127.0.0.1:8000/admin/booktest/bookinfo/Django Version: 1.8.2Exception Type: TypeErrorException Value: exp ...
分类:
其他好文 时间:
2019-11-10 13:56:23
阅读次数:
95
题目链接: "HDU 5183" Problem Description When given an array $(a_0,a_1,a_2,?a_{n?1})$ and an integer $K$, you are expected to judge whether there is a pai ...
分类:
其他好文 时间:
2019-11-09 00:09:19
阅读次数:
98
百度了好多大多数都是一样的解决方案,出现这个问题看看是不是 <mvc:exclude-mapping path="/login"/>放到<bean class="com.fan.qx.web.LoginInterceptor"></bean>下面了,正确的配置: <!-- 配置登陆拦截器 --> < ...
分类:
移动开发 时间:
2019-11-08 22:35:41
阅读次数:
143
Nginx 的产生 Nginx 同 Apache 一样都是一种 Web 服务器。基于 REST 架构风格,以统一资源描述符(Uniform Resources Identifier)URI 或者统一资源定位符(Uniform Resources Locator)URL 作为沟通依据,通过 HTTP ...
分类:
其他好文 时间:
2019-11-07 23:47:06
阅读次数:
113