#基本使用 ##声明浏览器对象 from selenium import webdriver browser = webdriver.Chrome() browser = webdriver.Firefox() browser = webdriver.Firefox() browser = webd ...
分类:
其他好文 时间:
2020-06-18 16:05:53
阅读次数:
48
java 读取音频/视频 文件时长 支持mp3,mp4,mov,m4a,wav 格式文件 源码 https://github.com/opensourceteams/java-maven-project pom文件 1 <!-- mp3文件支持(如语音时长)--> 2 <dependency> 3 ...
分类:
编程语言 时间:
2020-06-18 13:22:19
阅读次数:
80
You have an empty repositoryTo get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commandsConfigure Git ...
分类:
其他好文 时间:
2020-06-17 23:10:05
阅读次数:
67
1.document对象 常用属性:referrer:返回当前载入文档的URL URL:返回当前文档的URL 常用属性语法:document.referrer document.URL 常用方法:getElementByld(); getElementsByName(); getElementByT ...
分类:
Web程序 时间:
2020-06-17 20:34:37
阅读次数:
75
#include<bits/stdc++.h> using namespace std; int prime[5800000]; bool tag[100000000]; int tot = 0; int cnt=0; void Pr(int n) { memset(tag,0,sizeof tag ...
分类:
其他好文 时间:
2020-06-17 20:33:12
阅读次数:
70
BBS项目之点赞点踩功能 需求分析 # 需求1 已经支持过的用户(点赞,点擦)不能再点 # 需求2 未经过认证的用户(匿名用户)不能点赞点踩,需要让其(登录或注册账号) # 需求3 该文章的作者不能给自己的文章点赞 这里需要注意的是:点赞数和点踩数是出现较为频繁的数据字段,但凡文章出现的地方,其也随 ...
分类:
其他好文 时间:
2020-06-17 01:37:35
阅读次数:
172
这篇文章主要整理一些css3实现的一些文字特效,分享给大家, 相信您看完会有不少的收货哦! 一、css3 空心文字 <style> .hollow{ -webkit-text-stroke: 1px black; -webkit-text-fill-color : transparent; font ...
分类:
Web程序 时间:
2020-06-17 01:02:12
阅读次数:
108
内容回顾 - 侧边栏制作inclusion_tag """ 1.当一个页面的局部需要再多个页面使用并且还需要传参数 自定义inclusion_tag步骤 1.在应用下创建名字必须叫templatetags文件夹 2.文件夹内创建任意名称的py文件 3.py文件内先书写固定的两行代码 from dja ...
分类:
其他好文 时间:
2020-06-16 20:06:14
阅读次数:
54
django后台管理系统 admin后台管理 django的admin后台管理系统提供了功能强大的后台管理功能,为每一张表提供了增删改查操作。 后台管理系统使用步骤 1.使用超级账号( admin 权限) 2.对应用的表进行注册 创建超级用户的两种方式 # 命令行方式创建(必填项:用户名以及密码) ...
分类:
其他好文 时间:
2020-06-16 15:22:11
阅读次数:
106
Docker的常用命令帮助命令docker version docker info docker --help 镜像命令docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE hello-world latest 9f5834b25059 ...
分类:
其他好文 时间:
2020-06-16 13:19:07
阅读次数:
66