上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页

2018年1月17日

摘要: 1. apt install docker.io -y2. pip install docker-compose3. vim wordpress_stack.yml version: '3.1'services: wordpress: image: wordp... 阅读全文

posted @ 2018-01-17 09:34 #大囚长# 阅读(216) 评论(0) 推荐(0) 编辑

2018年1月15日

摘要: goland---http://idea.youbbs.org.......................................................................................................... 阅读全文

posted @ 2018-01-15 19:48 #大囚长# 阅读(275) 评论(0) 推荐(0) 编辑

摘要: 一直好奇贴吧里的小伙伴们在过去的时间里说的最多的词是什么,那我们就来抓取分析一下贴吧发文的标题内容,并提取分析一下,看看吧友们在说些什么。首先我们使用scrapy对所有贴吧文章的标题进行抓取scrapy startproject btspidercd btspider... 阅读全文

posted @ 2018-01-15 11:36 #大囚长# 阅读(297) 评论(0) 推荐(0) 编辑

2018年1月12日

摘要: 1. apt install dnsmasq -y2. vim /etc/dnsmasq.d/resolv.conf address=/xxx.yyy.com/21.xx.xx.x3. service dnsmasq start4. iptables -I INPUT... 阅读全文

posted @ 2018-01-12 11:52 #大囚长# 阅读(1015) 评论(0) 推荐(0) 编辑

2018年1月10日

摘要: Wi-Fi Alliance Announces WPA3, the Successor to Wi-Fi's WPA2 Security ProtocolThe Wi-Fi Alliance -- comprising 15 major sponsor member... 阅读全文

posted @ 2018-01-10 09:35 #大囚长# 阅读(131) 评论(0) 推荐(0) 编辑

摘要: Firmware updates released by Western Digital for its MyCloud family of devices address a series of security issues, including a hardco... 阅读全文

posted @ 2018-01-10 09:31 #大囚长# 阅读(139) 评论(0) 推荐(0) 编辑

2018年1月8日

摘要: 此示例为简单的实现游戏服务器端和客户端的消息同步,使用自定定义协议,引入了twisted网络框架,还有诸多不足(其实就是半成品)。资源下载地址:http://download.csdn.net/download/jailman/10194853截图服务器端:# cod... 阅读全文

posted @ 2018-01-08 17:36 #大囚长# 阅读(410) 评论(0) 推荐(0) 编辑

2018年1月5日

摘要: Queue.qsize() 返回队列的大小 Queue.empty() 如果队列为空,返回True,反之False Queue.full() 如果队列满了,返回True,反之FalseQueue.full 与 maxsize 大小对应 Queue.get([block... 阅读全文

posted @ 2018-01-05 17:49 #大囚长# 阅读(158) 评论(0) 推荐(0) 编辑

2018年1月4日

摘要: 服务器端代码# -*- coding:UTF-8 -*-from time import ctimefrom twisted.internet import reactorfrom twisted.internet.protocol import Protocol, ... 阅读全文

posted @ 2018-01-04 19:47 #大囚长# 阅读(384) 评论(0) 推荐(0) 编辑

2018年1月3日

摘要: python3,所需模块请自行补齐# coding=utf8import pygameimport randomfrom pygame.locals import *import numpy as npfrom collections import dequeimpo... 阅读全文

posted @ 2018-01-03 09:51 #大囚长# 阅读(423) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页