打开ueditor.all.js 注释掉以下三行 // var root = UE.htmlparser(html);// me.filterInputRule(root);// html = root.toHtml(); 将 html.push(creatInsertStr( vi.url, vi ...
分类:
其他好文 时间:
2020-06-25 10:09:08
阅读次数:
94
使用httprunner3.x版本 python版本是3.6 测试环境是zen dao 以下为脚本: # NOTE: Generated By HttpRunner v3.1.0 # FROM: assign_me.har import re from httprunner import HttpR ...
分类:
Web程序 时间:
2020-06-24 19:33:41
阅读次数:
54
错误提示 redis.exceptions.DataError: Invalid input of type: 'QiubaiproItem'. Convert to a bytes, string, int or float first. 原因: Python的第三方库redis升级到3.0后仅接 ...
分类:
其他好文 时间:
2020-06-23 21:08:04
阅读次数:
186
Show me the code ! 此次分享的是如何让你的代码框架上传到cocoapods,方便使用!对了,在第一句之前应该介绍cocoapods的背景,但作为iOS developer,不用介绍都知道其重要性,OK,Talk is cheap! 只需几步: 1.整理目录,代码提交到GitHub( ...
分类:
其他好文 时间:
2020-06-23 15:28:44
阅读次数:
56
1 protected static string DecryptAes(string input, string key) 2 { 3 var encryptedBytes = Convert.FromBase64String(input); 4 5 byte[] pwdBytes = getKe ...
分类:
编程语言 时间:
2020-06-22 19:16:36
阅读次数:
91
1.在小程序端newapp开发个人中心页面: 1.备用 1.新建修改密码页面uppwd 2.开发pages/me/me.vue: <template> <view class="content"> <view class="padding-xl radius shadow-warp bg-cyan" ...
分类:
移动开发 时间:
2020-06-21 12:06:27
阅读次数:
56
无效的绑定语句(未找到):com.bdqn.cn.dao.zhCheMapper.addzhChe (1)dao层的方法和mapper.xml中的方法不一样; (2)mapper.xml中的namespace resultParameter 和对应的dao层pojo层不一样 (3)spring配置文 ...
分类:
移动开发 时间:
2020-06-21 11:43:00
阅读次数:
53
摘要: 先看效果图 github地址 github仓库 在线访问 初始化项目 #创建项目 create-react-app applist #如果没有安装create-react-app的话,先安装 npm install -g create-react-app 目录结构改造 |--config | ...
分类:
移动开发 时间:
2020-06-20 18:32:34
阅读次数:
106
1、Configuration Metadata As the preceding diagram shows, the Spring IoC container consumes a form of configuration metadata. Spring提供的Configuration Me ...
分类:
编程语言 时间:
2020-06-20 15:40:03
阅读次数:
45
一、前言 Spring文档严格只定义了两种类型的注入:构造函数注入和setter注入。但是,还有更多的方式来注入依赖项,例如字段注入,查找方法注入。下面主要是讲使用Spring框架时可能发生的类型。 二、构造函数注入(Constructor Injection) 这是最简单和推荐的依赖项注入方式。一 ...
分类:
编程语言 时间:
2020-06-20 13:04:14
阅读次数:
65