Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete ...
分类:
编程语言 时间:
2018-06-13 21:46:03
阅读次数:
756
# 1、requests里面自带解析器转字典 print(r.json()) print(type(r.json())) # 取出json中的'result_sk_temp'字段 # {"resultcode":"200","reason":"查询成功","result":{"sk":{"temp"... ...
分类:
编程语言 时间:
2018-06-09 16:43:43
阅读次数:
385
处理异常 urllib的error模块定义了由request模块产生的异常 1、URLError URLError类来自urllib库的error模块,继承自OSError类,是error异常模块的基类,由request模块产生的异常都可以通过捕获这个类来处理 它具有一个属性:reason,返回的错 ...
分类:
Web程序 时间:
2018-06-03 10:43:35
阅读次数:
196
摘自https://www.cnblogs.com/kissazi2/p/3886563.html Android-Universal-Image-Loader三大组件DisplayImageOptions、ImageLoader、ImageLoaderConfiguration详解 一、介绍 An ...
分类:
移动开发 时间:
2018-05-28 16:08:08
阅读次数:
225
请看操作方式 下面是code templates文件的内容 注意 把文件中的 @@@@@@@@@@@@@@@ 替换为 作者名称即可 各注释详细可在eclipse工具中修改 ...
分类:
其他好文 时间:
2018-05-24 15:14:35
阅读次数:
191
Your task in this problem is to determine the number of divisors of Cnk. Just for fun -- or do you need any special reason for such a useful computati ...
分类:
其他好文 时间:
2018-05-23 10:25:56
阅读次数:
209
gdb了ovs的代码,发现是 dpdk的imiss计数在不断的丢包。 看了ovs-openvswitchd的日志,重启时发现如下行: 开启debug 重装新版dpdk 1. 编译dpdk 2. 编译ovs 3. 运行 4. 配置 ...
分类:
其他好文 时间:
2018-05-22 14:45:09
阅读次数:
810
problem: vue 项目中经常遇到一些需要改变 table 的某项数据,或者往 table 中 增删改 某些数据(诸如此类在 created 周期后改变已经初始化的 值)操作结束后发现 页面根本就不能正常渲染reason: 受现代 JavaScript 的限制 (以及废弃 Object.obs ...
分类:
其他好文 时间:
2018-05-19 19:41:34
阅读次数:
201
近期一直跟第三方平台对接数据,也逐渐复习了一下JSON的数据,也许这对新人有一定的引导吧。 例如:[{"teamid":"138","reason":"肌肉损伤","name":"Aitor Sanz","playerid":"116205","reasontype":"71","name2":"A ...
分类:
Web程序 时间:
2018-05-18 01:26:51
阅读次数:
409
我们进行解析(解析一部分): 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 package cn.edu.bzu.json; import java.io.FileN ...
分类:
Web程序 时间:
2018-05-16 15:35:40
阅读次数:
231