zhangxiang

Results 5 issues of zhangxiang

## But when it works on the server, it comes up with this def fen(request,contact_list): try: page = request.GET.get('page', 1) except PageNotAnInteger: page = 1 p = Paginator(contact_list, 30) contact_list...

老哥你好 我想用你的项目实现一个动态上传的功能,但是进度条宽度一直不显示,我的代码是这样的! ``` ``` ``` onUploadProgress: function (e) { var si = Math.round((e.loaded * 100) / e.total) || 0; if (si < 100) { this.size = si; console.log(si + '%');...

change autoplayDelay

添加golang版本