首页
  • python 学习 抓取 中国福利彩票网站的信息

    #安装库
    pip3 install requests
    import requests
    import json
    
    def getDraw(name,index):
        headers = { "Referer": "http://www.cwl.gov.cn/" }
    阅读全文
  • nginx 常规命令操作

    nginx sbin #目录下
    
    ./nginx  #启动
    ./nginx -s reload  #重启
    阅读全文
  • Mac打开应用提示已损坏怎么办 开启 任何来源

    Mac打开应用提示已损坏怎么办 Mac安装软件时提示已损坏怎么办

    升级了最新Mac系统的用户在打开一些应用的时候都会出现“应用XX已损坏”的系统提示,安装这些应用的时候总是提示“已损坏,移至废纸篓”这类信息,根本无法打开应用,那么Mac打开应用提示已损坏怎么办?

    Mac打开应用提示已损坏的解决办法:

    打开应用提示已损坏是因为新系统的原因。新的系统为了加强安全机制,默认不允

    阅读全文
  • vue-cli3 前端构建失败

    需要安装一个Html编辑器提示报错

    You are using the runtime-only build of Vue where the template compiler is not available. 
    阅读全文
  • 阻止微信浏览器下拉滑动效果

    document.body.addEventListener('touchmove', function (e) {
          e.preventDefault(); 
    }, {passive: false}); 
    阅读全文
  • html 安全Meta

    <meta 
      http-equiv="Content-Security-Policy" 
      content="script-src 'self' 'unsafe-eval' 'unsafe-inline' ; 
          object-src xxx.xxx.com ; 
          style-src 'unsafe-inline' xxx.xxx.com; 
    阅读全文
  • 微信横屏库

    <script src="http://wximg.qq.com/wxp/libs/wxmoment/0.0.4/wxmoment.min.js"></script>
    <script>
        new WxMoment.OrientationTip();
    </script>
    阅读全文
  • 微信当前浏览器内置函数

    微信的WeixinJSBridge 自动关闭当前浏览器内置函数

    WeixinJSBridge.call('closeWindow');
    

    WeixinJSBridge的隐藏函数

    WeixinJSBridge.call('hideToolbar'); //隐藏右下面工具栏
    WeixinJSBridge.call('showToolbar'); //显示右下面工具栏
    阅读全文
  • vue中利用axios实现文件上传进度实时更新

    var form = new FormData()
        form.append('file', vm.$refs.upload.files[0])
        form.append('id', id)
        form.append('type', type)
        var config = {
            // 进度
    阅读全文
  • video 手机全屏自动播放

    x-webkit-airplay="true",x5-playsinline="true",
    webkit-playsinline="true",playsinline="true"

    x-webkit-airplay="true" 支持Airplay的设备
    webkit-playsinline="true" 播放视频不全屏,ios7+

    阅读全文
  • 上一页 1 2 3 4 5 6 7 8 9 10 下一页
Taoqun
陶群
1994-09-07
taoquns@foxmail.com
前端开发
南京

文章分类

Mac
算法
前端
python
golang
mysql
node
linux
随笔
生活
游记

我的作品

记录体重Pro(小程序)
闲蝉科技

其他推荐

node-sass 安装失败 填坑
npm 的一些包
微信当前浏览器内置函数
webpack 开启 gzip 打包 减小文件大小
taro 小程序 css 多行隐藏
Centos 安装 vsftpd 配置和命令
学习-nginx开启负载均衡分发至2个docker容器
h5移动端rem使用750设计稿
开发者:Taoqun

备案/许可证编号为:皖ICP备17027395号

闲蝉科技
Ron · 一个无人问津的小站
小印章