上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: Pycharm远程部署Django项目 1、配置远程解释器 配置解释器 2、本地创建Django项目, 配置启动项目ip地址。如下,点击启动项目。 3、远端服务器查看,端口和进程信息如下, 浏览器访问。 自此,完成了pycharm远程运行Django项目。 阅读全文
posted @ 2019-09-20 16:44 wang_wei123 阅读(1490) 评论(0) 推荐(0) 编辑
摘要: Django+uwsgi+nginx部署 参考:https://www.cnblogs.com/fnng/p/5268633.html 1、Django项目上线部署 [root@master djan]# pwd /root/djan [root@master djan]# cat requirem 阅读全文
posted @ 2019-09-20 13:50 wang_wei123 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 参考文档:https://www.cnblogs.com/yuanchenqi/articles/5980312.html HTML DOM Event(事件) onfocus 元素获得焦点。 //练习:输入框 onblur 元素失去焦点。 应用场景:用于表单验证,用户离开某个输入框时,代表已经输入 阅读全文
posted @ 2019-08-30 11:58 wang_wei123 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 1、MySQL连接驱动问题 django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: libmysqlclient.so.18: cannot open shared object file: No such 阅读全文
posted @ 2019-08-22 17:26 wang_wei123 阅读(144) 评论(0) 推荐(0) 编辑
摘要: ScureCRT避免多标签 显示,按列展示。 ScureCRT避免多标签。 阅读全文
posted @ 2019-08-22 09:52 wang_wei123 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1、curl命名 curl -H 'Accept: application/json; indent=4' -u admin:password http://127.0.0.1:8000/users/ curl -X POST -d username=new -d email=new@example 阅读全文
posted @ 2019-08-19 09:53 wang_wei123 阅读(180) 评论(0) 推荐(0) 编辑
摘要: [root@promethus ffmpeg-3.2.14]# yum install yasm [root@promethus ffmpeg-3.2.14]# ./configure --enable-shared --prefix=/usr/local/ffmpeg[root@promethus 阅读全文
posted @ 2019-08-13 09:18 wang_wei123 阅读(300) 评论(0) 推荐(0) 编辑
摘要: filebeat-7.2.0服务输出形式 配置参考:https://www.elastic.co/guide/en/beats/filebeat/7.2/configuring-howto-filebeat.html 日志输出:https://www.elastic.co/guide/en/beat 阅读全文
posted @ 2019-08-06 18:04 wang_wei123 阅读(1828) 评论(0) 推荐(0) 编辑
摘要: ELK7.2 服务操作实战演示 安装部署过程就不做阐述,自行部署。 1、主机信息: 客户端:192.168.19.139(system、tomcat日志) ES:192.168.19.138:9200 192.168.19.139:9200 Redis:192.168.19.139:6379 123 阅读全文
posted @ 2019-08-06 14:03 wang_wei123 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 学习scrapy爬虫需要,不得不设计xpath 知识点训练。 练习xpath使用方法。参考:https://cuiqingcai.com/2621.html 1、准备资源 [root@master xpaths]# cat hello.html <html><body> <div> <ul> <li 阅读全文
posted @ 2019-08-05 16:11 wang_wei123 阅读(362) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页