上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: import paramiko import os import datetime from stat import S_ISDIR as isdir def down_from_remote(sftp_obj, remote_dir_name, local_dir_name): """远程下载文件 阅读全文
posted @ 2020-03-11 18:38 TY520 阅读(24404) 评论(0) 推荐(0) 编辑
摘要: 用vue.js实现的期货,股票的实时k线 项目地址:https://github.com/zhengquantao/vue-kline vue-kline 效果图 Build Setup 本项目基于Vue的k线图.某K线插件做了一些封装和二次开发,使其更加便于使用和修改,方便后来的开发者. 修改主要 阅读全文
posted @ 2019-09-19 10:01 TY520 阅读(31843) 评论(2) 推荐(0) 编辑
摘要: # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http:/ 阅读全文
posted @ 2019-08-19 21:12 TY520 阅读(24099) 评论(0) 推荐(0) 编辑
摘要: 1 、就在前天 我还能用python3 manage.py runserver 0.0.0.0:8000 启动Django 今天就突然报错了(心情极为复杂,你这也能信?) 2、打印python找包的路径和环境变量 print(sys.path) 3、执行pip3 install django 查看p 阅读全文
posted @ 2019-08-18 11:32 TY520 阅读(34199) 评论(0) 推荐(1) 编辑
摘要: uwsgi安装 uwsgi启动后出 -- unavailable modifier requested: 0 出现问题的的原因是找不到python的解释器(其他语言同理) 你使用的yum install uwsgi 或者 apt-get install uwsgi 安装了uwsgi(我就是这样遇到了 阅读全文
posted @ 2019-08-15 10:21 TY520 阅读(27259) 评论(0) 推荐(0) 编辑
摘要: 步骤: 1、yum仓库下载MySQL:sudo yum localinstall https://repo.mysql.com//mysql80-community-release-el7-1.noarch.rpm 2、yum安装MySQL:sudo yum install mysql-commun 阅读全文
posted @ 2019-07-25 15:04 TY520 阅读(23695) 评论(0) 推荐(0) 编辑
摘要: 一、安装redis 第一步:下载redis安装包 wget http://download.redis.io/releases/redis-4.0.6.tar.gz [root@iZwz991stxdwj560bfmadtZ local]# wget http://download.redis.io 阅读全文
posted @ 2019-07-25 14:56 TY520 阅读(24021) 评论(0) 推荐(0) 编辑
摘要: 本人写的AgentLogin,能快速返回QQ、微信、微博第三方用户名信息,主要用于快速登录 用 pip命令安装 pip install AgentLogin 用法 : 导入这个包 from AgentLogin import AgentLogin 获取 第三方登录url的方法 1.首先去微博开放平台 阅读全文
posted @ 2019-06-18 21:39 TY520 阅读(26210) 评论(0) 推荐(0) 编辑
摘要: 39个前端精美后台模板 1.Ace_admin 下载地址:http://pan.baidu.com/s/1dFaRCCL 2.AdminEx 下载地址:http://pan.baidu.com/s/1gfxOkpl 3.AdminLTE 下载地址:http://pan.baidu.com/s/1jI 阅读全文
posted @ 2019-06-07 20:15 TY520 阅读(24806) 评论(0) 推荐(0) 编辑
摘要: 把从数据库查询出来数据导出 源码下载!!!!! 效果图 登入界面 主页面 查询到数据 导出 打开得到文件 项目地址,源码下载 阅读全文
posted @ 2019-04-21 20:21 TY520 阅读(23895) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页