Pandas read_csv、read_excel 填充合并的单元格 在使用 pandas 处理表格数据的时候,有时候表格里有很多合并的单元格,不想手动去取消合并再填充数据,应该怎么办呢?主要是使用: # 有合并的单元格,填充 NaN 数据 data = data. ... continue reading python zhuoyuebiji 2020/7/20 2755
HTML highlight 代码前端高亮、代码美化 参考资料: 1. highlightjs 官方使用文档 2. highlightjs 代码各种风格 3. ckeditor 代码高亮插件 Code Snippet 官方使用文档 4.&n ... continue reading html zhuoyuebiji 2017/9/29 2734
Pycharm 自动更换背景图插件 Background Image Plus 安装和使用 插件安装 打开 pycharm 设置页面: 找到 Plugins,输入 Background Image Plus,安装并启用再重启 pycharm 插件使用 效果 ... continue reading python zhuoyuebiji 2020/6/16 2734
Django admin 给字段设置 widget * 本文代码同步更新至 https://github.com/yinzhuoqun/django2 * django admin 后台里有些输入框长度、宽度、提示语等,可能不满足我们的需求,这个时候,我们就需要对 admin ... continue reading django zhuoyuebiji 2019/9/5 2728
Html toastr.js 悬浮通知(h5 toast 提示) 资源地址 github: https://github.com/CodeSeven/toastr 官网:https://codeseven.github.io/toastr/ cdn 资源地址:https://w ... continue reading html zhuoyuebiji 2019/10/30 2710
Pycharm 默认模版 File and Code Templates pycharm 默认的【新建】文件,格式想指定自己的一些信息,比如:编码、自己的信息、新建时间等,那么就需要改一下文件模板。 具体步骤是(我这里是 专业版,社区版未知): 1.【File】-->【Settings...】, ... continue reading python zhuoyuebiji 2019/9/2 2649
标致新408高德地图两种升级策略和注意事项 高德地图升级目前分为两类,两种安装方法,切记不要弄混,避免浪费时间(内容来源于 懂车帝 逐梦汴梁城 ): APK签名修改直装版 已将签名修改为与原车高德一致,直接安装不会提示签名不匹配,此安装方法比较简单,但后续不能在 ... continue reading 汽车交流 zhuoyuebiji 2024/5/27 2628
认识主机后面的6个音频接口 音频接口通常用颜色来定义: 1.草绿色:音频输出端口。可以连接耳机或音箱的输入端。 2.粉红色:麦克风端口。 3.蓝色:音频输入端口。转播音源。 4.灰色:侧边环绕喇叭接头。(在八声道设置下) 5.黑色:后置环 ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 2513
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord centos7 进程守护命令 Syste ... continue reading centos zhuoyuebiji 2019/6/6 2511
Django-simple-captcha 图形验证码使用总结 官方文档 https://django-simple-captcha.readthedocs.io/en/latest/usage.html https://github.com/mbi/django-simple-capt ... continue reading django zhuoyuebiji 2019/11/9 2500