刚刚接触Python,了解了一些基础知识便开始学习了Python中的flask框架,没想一进门就载坑啦! 错误提示:NameError: __name__is not defined! 出现这种错误的原因有很多,单纯的就Python的一个知识点而言: 第一个flask程序: from flask i ...
分类:
编程语言 时间:
2018-11-18 18:11:23
阅读次数:
157
Fundebug并没有使用微信 JS-SDK,然而却收到了WeixinJSBridge is not defined的报错
分类:
Web程序 时间:
2018-11-16 20:58:02
阅读次数:
252
人生在世,难免会遇到一些错误,更何况是Jquery的报警机制呢?
分类:
Web程序 时间:
2018-11-16 20:46:04
阅读次数:
300
Fast Failover for Control Traffic in Software defined Networks 2012 应该是第一篇关于控制树的,讨论了关于In Band控制平面单个控制器放置问题及如何构造可靠的控制树(NP难,使用贪婪的方法); 关于可靠性的定义: 1,受保护节点: ...
分类:
其他好文 时间:
2018-11-15 17:09:09
阅读次数:
154
Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive intege ...
分类:
移动开发 时间:
2018-11-14 20:58:18
阅读次数:
165
```
agent.sources = seqGenSrc
agent.channels = memoryChannel
agent.sinks = loggerSink # For each one of the sources, the type is defined
agent.sources... ...
分类:
其他好文 时间:
2018-11-12 20:24:44
阅读次数:
145
bundle is not defined 报错,即找不到 bundle.js,filename: 'bundle.js',//输出的文件名(将其所依赖的js打包成bundle.js) 创建的webpack.config.js文件 bundle.js要用引号引起来 //以js文件作为入口文件 相对路 ...
分类:
其他好文 时间:
2018-11-09 19:30:41
阅读次数:
187
对于 出现Missing parentheses in call to ‘print’和’raw_input’ is not defined问题的解决 在学习Python的过程中,我安装的是最新版本3.6 以前因为感兴趣对Python对Python的学习是基于2.0版本的,这次换成3.0版本的,出现 ...
分类:
其他好文 时间:
2018-11-09 13:11:28
阅读次数:
256
Given an integer array, return the k-th smallest distance among all the pairs. The distance of a pair (A, B) is defined as the absolute difference bet ...
分类:
其他好文 时间:
2018-11-08 22:09:02
阅读次数:
142
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2... ...
分类:
其他好文 时间:
2018-11-06 11:14:08
阅读次数:
130