拾晚霞

Results 8 issues of 拾晚霞

When the seedMinLength property is set to 20, the execution speed is very slow, and the browser will be stuck for a while. Can the execution speed be improved? ```...

最近在一个简单项目需要使用前端上传控件,不想自己造轮子,于是找到了这个很好用的`web-uploader`,看了下源码,作者写的是真的非常好。在实际项目使用中也遇到了一些问题,通过修改源码的方式解决了,同时我把这些问题也记录了下来,希望作者能完善下。 # 1、上传后服务器端出错时出现代码报错 上传服务器出错时会报:` Unexpected token < in JSON at position 0` 错误 原因:当`dataType=json`时后端返回的数据并不是`json数据`,而代码中并没有对请求状态做判断就直接去解析了 解决:Q.Uploader.js第894行改造 ``` //完成上传 complete: function (task, state, responseText) { var self = this; if (!task &&...

Dear datetimepicker author,Thank you for developing such a powerful, easy-used, artistic date time selection plug-in.As the page I made was required to be compatible with IE8, I used the plug-in...

Many times we upload files to a third-party server instead of uploading them directly to our own server. Before uploading to a 3rd party server, you usually need to call...

请按照一下格式提交issue,谢谢! 1. 你当前使用的是哪个版本的 MinDoc(`godoc_linux_amd64 version`)? mindoc_windows_386.7z 2. 你当前使用的是什么操作系统? windows 3. 你是如何操作的? 4. 你期望得到什么结果? 希望在编辑时能支持wangEditor富文本编辑与markdown文本编辑器的切换 5. 当前遇到的是什么结果?

### Element UI version 2.15.6 ### OS/Browsers version windows ### Vue version 2.6.14 ### Reproduction Link https://jsfiddle.net/sfu3avh6/2/ ### Steps to reproduce 重现代码 ``` 错误的input高度,input的高度被强制设置为40px export default { data () {...

按照`README.md`文档完成了安装,在启动服务时却报错了,请大佬帮忙看下什么原因 控制台报错信息 ![image](https://user-images.githubusercontent.com/20528541/136904101-f98ab35c-6136-4e13-a474-1daa9920d05f.png) ![image](https://user-images.githubusercontent.com/20528541/136904130-65f8de1f-492c-4212-ae37-545a29a48f0c.png 数据库信息 ![image](https://user-images.githubusercontent.com/20528541/136904474-a290483c-6133-4d04-acf3-770f2afdcaea.png) 页面报错信息 ![127 0 0 1_5000_](https://user-images.githubusercontent.com/20528541/136904272-582acf6b-e3b6-4603-9ee8-beae3838f1e4.png) )

我正在寻找一种方案可以用来做前端页面按钮权限的自动化测试,相同的页面不同角色的用户登录后看到的按钮是不一样的,对于这种按钮权限的自动化测试AutoLine平台能实现吗?