JQuery 实现富文本的标题自动生成目录 参考文档 JQuery 实现自动生成二级目录 JQuery 点击事件回到页面顶部效果 配置步骤 content 内容的标题要固定某个号,如:h2 设置 content 内容 div 的 id 属性, ... continue reading html zhuoyuebiji 2019/11/6 1384
网站 http 资源切换成 https jquery : https://libs.baidu.com/jquery/2.1.4/jquery.min.js,https://www.bootcdn.cn/jquery/ amazeui: https: ... continue reading django zhuoyuebiji 2018/8/4 1373
Python3 + Django + xamdin + DjangoUediter,UEditorField 在 xadmin 下加载不出来的解决办法 使用环境 python==3.6.8 django==1.11.18 xadmin # pip install git+git://github.com/sshwsfc/xadmin.git DjangoUed ... continue reading django zhuoyuebiji 2019/6/13 1364
Mac 之 STF 搭建(淘宝源安装) 参考链接: https://www.jianshu.com/p/5fe8cb7d214f (MAC 直接安装 STF) https://www.jianshu.com/p/c5c298486dbd(homebrew 安装指定版本 nod ... continue reading 软件测试 zhuoyuebiji 2019/5/10 1361
Django 图片保存至七牛云前再使用 tinify 压缩 工作中应用图片时会觉得图片能压缩又不失去显示效果,岂不美哉,果断用 tinify 来压缩图片,一来可以减小图片占用空间大小,二来放到服务器后还能节省存储空间,用于显示时也能提高图片的访问速度。 之前已经在 djan ... continue reading django zhuoyuebiji 2019/9/24 1361
Jenkins 之 Android 打包及上传至蒲公英 准备条件 iMAC,非必须(如果是 安卓 和 苹果 可以在同一台电脑上打包则要 Mac OS 系统的电脑,如果是只是给安卓打包 windows 电脑也是可以的, window 下 需要把 ls 换成 dir ... continue reading 软件测试 zhuoyuebiji 2019/6/11 1318
Django DateTimeField 指定日期筛选(How can I filter a date of a DateTimeField in Django) models.py class AnchorBindAgent(models.Model): """ 主播绑定到代理,绑定规则 """ end_time_default = (timezon ... continue reading django zhuoyuebiji 2020/4/23 1314
Django 数据查询中对字段进行排序 方法一:order_by 排序 # 更新时间字段,倒序排序 articles = Article.objects.filter(show_status=True).order_by('-time_created') # 更新时 ... continue reading django zhuoyuebiji 2019/9/25 1313
Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 ... continue reading 软件测试 zhuoyuebiji 2021/5/19 1305
江西省吉安市安福县乡镇结婚登记(需要婚检)流程及准生证领取 准备证件 女方 身份证 女方 户口本 男方 身份证 男方 户口本 准备照片 1 寸 女方 近期单人免冠照 4 张(婚检用 3 张,结婚登记用 1 张,一般都是红底) 1 寸 男方 ... continue reading 生活感悟 zhuoyuebiji 2021/3/16 1298