reactjs Uncaught TypeError: Cannot read property 'location' of undefined reactjs 路由配置 怎么跳转 不成功 国内搜索引擎 找半天找不到 有用 资料 于是 goolge package.json 里面配置: "react ...
分类:
Web程序 时间:
2017-03-23 19:08:48
阅读次数:
2064
开始介绍PHP7.0新特性,具体的可以参照官网的介绍,我来挑一些给大家详细讲解下 http://php.net/manual/en/migration70.new-features.php 1. ?? 运算符(NULL 合并运算符) 它相当于: 我们知道三元运算符是可以这样用的: 但是这是建立在 $ ...
分类:
Web程序 时间:
2017-03-22 16:03:47
阅读次数:
176
在socket套接字模块进行send和recv方法时出现这种问题,是因为Python3.x和Python2.x版本变化,Inpython3,bytesstringsandunicodestringsarenowtwodifferenttypes.相互之间需要进行转换decode()和encode()。send()需要的参数为bytes类型,因此需要对str进行encode()recv()返回的..
分类:
编程语言 时间:
2017-03-17 21:28:11
阅读次数:
451
一. str1+str2 string类型 ‘+’号连接 #!/usr/bin/evn python # -*- coding: utf-8 -*- #Author: Johnson Chen from time import time def lz(): t = time() for i in r ...
分类:
编程语言 时间:
2017-03-12 23:49:40
阅读次数:
243
python中的matrix和array的区别 这两个结构体还是很不一样的,今天一开始在代码中使用的是matrix,然后一直报错:“TypeError: only length-1 arrays can be converted to Python scalars”,在网上搜索的稀里糊涂。 然后请教 ...
分类:
其他好文 时间:
2017-03-12 13:29:38
阅读次数:
169
Exception 1.assertionerror举例 2.attribute举例 3.indexerror举例 4.keyerror举例 5.nameerror举例 6.typeerror举例(不同类型间的无效操作) 7.zerodivisionerror举例 ...
分类:
其他好文 时间:
2017-03-11 22:59:35
阅读次数:
347
使用Gauge.js的遇到这个问题,之前梦真使用的时候直接用div就OK的,目前还不知道为什么这里要用canvas来做才行。 ...
分类:
其他好文 时间:
2017-03-09 22:41:39
阅读次数:
550
列表:[]特点:可修改基本操作:索引[]切片[]追加append删除del长度len包含ineg:>>>name_list=(‘hello‘,‘jacky‘,‘dick‘)>>>delname_list[0]Traceback(mostrecentcalllast):File"<stdin>",line1,in<module>TypeError:‘tuple‘objectdoesn‘tsupport..
分类:
其他好文 时间:
2017-03-09 01:38:09
阅读次数:
194
每个异常都是一 些类的实例,这些实例可以被引发,并且可以用很多种方法进行捕捉,使得程序可以捉住错误并且对其进行处理 异常处理 捕捉异常可以使用try/except语句。 raise 触发异常 多种异常类型 同时 捕捉多个异常 捕捉对象 捕捉所有异常 ...
分类:
编程语言 时间:
2017-03-07 17:54:28
阅读次数:
338
转载自: https://my.oschina.net/ximidao/blog/351017 摘要: 测试点击事件的时候浏览器报错,提示Uncaught TypeError: Cannot set property 'onclick' of null 今天看了一个W3School JS点击事件的测 ...
分类:
其他好文 时间:
2017-03-04 17:33:11
阅读次数:
280