E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
RTThread
python搭建服务器实现两个Android客户端间收发消息
python服务器#coding:utf-8importsocketimpo
rtthread
ingimporttimedefhandle_client(client_socket,client_id):
Super__M
·
2020-08-23 02:21
python学习笔记
android学习笔记
python笔记-协程
协程运行过程中始终只有一个线程协程优势:-有较高的执行效率,始终只有一个线程,不存在创建线程和销毁线程需要的时间;也没有线程切换的开销,任务需要开启线程数越多,协程的优势越明显;-不需要多线程的锁机制yield实现协程impo
rtthread
ingimporttimedef
94_LR
·
2020-08-23 02:11
2019-04-29-重学Python16--多线程如果不加锁,会产生干扰。
impo
rtthread
ingimporttimetickets=0defget_ticket():globalticketsforxinrange(1000000):tickets
heiqimingren
·
2020-08-23 01:10
opencv视频编码格式转换为H264
#coding:utf-8importsys,osimpo
rtthread
ingclassmp4_to_H264():def__init__(self):passdefconvert_avi(self,
SanJin_Young
·
2020-08-23 00:42
python 图片、文件 通过 request header 多线程下载
写爬虫过程中发现图片下载比较慢,遂使用多线程下载来提速impo
rtthread
ingimportrequestsclassMulThreadDownload(threading.Thread):def_
Peace & Love
·
2020-08-22 23:13
爬虫
声源定位专项
/usr/bin/envpythonimportsocketimportsysimpo
rtthread
ingimportrandomimportosi
老邵的开源世界
·
2020-08-22 22:54
自动跟随机器人
将本地视频通过opencv在tkinter窗口中显示
askdirectoryfromtkinter.messageboximportaskquestion#fromdemo_neoimportExtractorfromPILimportImagefromPILimportImageTkimportosimpo
rtthread
in
JstuCheng
·
2020-08-22 22:09
Python 多线程运行多个job的框架
在做机器学习很多时候浪费时间到了数据处理上面,现在实现了一个python多线程的程序,希望这个框架能够用于数据处理阶段多线程的运行#coding=utf-8impo
rtthread
ingfromtimeimportctime
Free顿悟
·
2020-08-22 18:43
python
实现基本任务对象Task(Python)
任务处理逻辑任务参数任务唯一标记(UUID)任务具体的执行逻辑具体实现(Python)#-*-encoding=utf-8-*-importuuidimpo
rtthread
ing#基本任务对象classTask
PauperGuy
·
2020-08-22 17:09
复习总结
计算机操作系统
实现支持异步任务的线程池
python 采集斗图啦(多线程)
importconcurrentimportrequests;fromconcurrent.futuresimpo
rtThread
PoolExecutorimportos;importparsel;defsend_request
Eric-子枫
·
2020-08-22 14:18
Python基于http的ddos攻击代码
/usr/bin/envpythonimportsocketimporttimeimpo
rtthread
ing#PressureTest,ddostool#-----------------------
weixin_33923148
·
2020-08-22 14:59
Python 3基础教程40-队列-Queue
impo
rtthread
ingimporttimef
Anthony_tester
·
2020-08-22 14:17
Python
3
从零开始学编程
MongoDB工作日常查询操作代码
自己把mondodb的增删更查操作封装在一个py文件中(mongo_operations.py)#-*-coding:utf-8-*-importmongo_operationsimpo
rtthread
ing
sinat_26781697
·
2020-08-22 13:17
Python
python中的设计模式
fromthreadingimpo
rtThread
,LockclassSingleton:"""线程安全的单例模式"""_instance_lock=Lock()_init_lock=Lock()def
oldk
·
2020-08-22 11:30
设计模式
python
python3.x
工厂模式
单例模式
windows和linux中socket的非阻塞模式error:EWOULDBLOCK 和EAGAIN
在学习socket编程的时候,测试了非阻塞模式下产生的错误(window环境)先放上全部代码:importsocketimporterrnoimpo
rtthread
ingimporttime#多线程EOL1
土豆大番薯
·
2020-08-22 04:28
多线程与线程池的使用
线程python的thread模块是比较底层的模块,python的threading模块是对thread做了一些包装的,可以更加方便的被使用,使用模块impo
rtthread
ing要知道:线程执行是无顺序的
weixin_43143740
·
2020-08-22 04:26
大神
多线程
线程池
python3写的爬取 音乐下载地址的爬虫并存储到数据库
#_*_coding:utf_8_*_#python2importjsonimpo
rtthread
ingimportpymysqlfrombs4importBeautifulSoupimportreimportosfromurllib.requestimporturlopen
weixin_30455661
·
2020-08-22 03:59
深入了解生产消费者模型中task_done()具体作用
关于tase_done()的作用:只有消费者把队列所有的数据处理完毕,queue.join()才会停止阻塞importtimefromqueueimportQueuefromthreadingimpo
rtThread
q
NealHuiwen
·
2020-08-22 03:54
python
史上最简单的多线程爬小说
importrequestsimpo
rtthread
ingimportqueuefromlxmlimportetreeimporttimeQ=queue.Queue()classA(threading.Thread
Mr.Shawn
·
2020-08-22 03:53
爬虫系列(个人学习过程)
使用python的requests、xpath和多线程爬取糗事百科的段子
#author:aspiringimportrequestsfromlxmlimportetreeimportjsonimpo
rtthread
ingfromqueueimportQueueclassQiubaiSpider
aspiring123
·
2020-08-22 02:26
Python
爬虫
努努小说通用爬取——多线程
email:
[email protected]
@author:NiceBlueChai"""importrequestsfrombs4importBeautifulSoupasspimportosimpo
rtthread
ingfromconcurrent.futuresimpo
rtThread
PoolExecutor
NiceBlueChai
·
2020-08-22 02:10
python实战串口助手---6实现串口接收
/usr/bin/envpython#-*-coding:utf-8-*-importtimeimportdatetimeimpo
rtthread
ingimportbinasciiimportplatformimportloggingimportser
malinda666
·
2020-08-22 02:43
wxpyhton
ThreadPoolExecutor实现异步多线程
importtimefromconcurrent.futuresimpo
rtThread
PoolExecutorexecutor=ThreadPoolExecutor(max_workers=20)list
airangrong6572
·
2020-08-22 01:46
Python 串口读写
如果没有安装pyserial则需要安装:pipinstallpyserialimportserialimpo
rtthread
ingimporttimeser=serial.Serial('COM1',9600
医然
·
2020-08-22 01:03
系统
数据分析
python爬虫 --多线程爬取笔趣网小说【晋级版】
importrequestsfromlxmlimportetreeimportosfromqueueimportQueueimpo
rtthread
ingclassBiquge(threading.Thread
D_dalei
·
2020-08-22 00:57
爬虫
xpath
队列
python
queue
url
Python多线程爬取小说
pipinstalllxml3、pipinstallbs4安装完成后则可运行代码:importrequestsfromlxmlimportetreeimportosfromqueueimportQueueimpo
rtthread
ingclassBiquge
x-dragon8899
·
2020-08-22 00:57
Python
多线程(python)
0defadd():globalmoneyforxinrange(100000):money+=1defdesc():globalmoneyforxinrange(100000):money-=1impo
rtthread
ingthread1
记事本的记事本
·
2020-08-21 23:53
python并发编程-条件锁
条件#锁#acquirerelease#一个条件被创建之初默认有一个False状态#False状态会影响wait一直处于等待状态#notify(int数据类型)造钥匙fromthreadingimpo
rtThread
Twish
·
2020-08-21 20:31
Python
Python面试笔记
python进程
方法1:直接使用threading.Thread()impo
rtthread
ing#这个函数名可随便定义defrun(n):print("currenttask:",n)if__name__=="__main
录崽
·
2020-08-21 19:22
【爬虫小程序:爬取斗鱼所有房间信息】Xpath(多线程版)
本程序亲测有效,用于理解爬虫相关的基础知识,不足之处希望大家批评指正fromqueueimportQueueimportrequestsfromlxmlimportetreefromthreadingimpo
rtThread
ZS769650286
·
2020-08-21 18:14
爬虫
RT-thread线程创建:动态线程与静态线程
本文介绍了如何创建一个动态线程和一个静态线程RT-thread版本:RT-threadsystem3.1.0开发环境:MDK5为了编程方便,创建了sample1.c文件,然后添加到工程中话不多说,先上代码#include"
rtthread
.h
weixin_30242907
·
2020-08-21 10:26
Python多线程,生产者-消费者-终结者
下面是一个简单的多线程版HelloWorld:impo
rtthread
ingclassMyThread(thre
snowflurry
·
2020-08-21 10:31
Python
用python来预测大乐透(仅供参考~)
直接上代码:importrequestsfrombs4importBeautifulSoupasbsimpo
rtthread
ingimportqueueclassget_history(threading.Thread
@花蛤与蟹
·
2020-08-21 07:59
好玩的python
多线程socket聊天
print(msg)inp=input('>>>').encode('utf-8')sk.send(inp)sk.close()#serverimportsocketfromthreadingimpo
rtThread
defchat
BOBO_GO
·
2020-08-21 05:03
网络编程
python实现进程管理类
/usr/bin/envpython#-*-coding:utf-8-*-importshleximpo
rtthread
ingimportsubprocessimporttimeimportosimportsysimportstatclassProcessManage
mo4776
·
2020-08-21 04:25
python
python常用小模块收集
python 每隔一段时间执行某些语句
impo
rtthread
ingdefhello():print("hello,world")t=threading.Timer(10.0,hello)t.start()print("Hi")i=10i=
0点51 胜
·
2020-08-21 03:46
python
python多线程爬虫万能模板
impo
rtthread
ing#多线程模块importqueue#队列模块importrequestsfromlxmlimportetreeimporttimeimportrandomimportjsonconcurrent
一切都是最好的安排1
·
2020-08-21 02:31
c语言加载动态库,python使用-2018-03-30
c语言的函数把一个c语言文件编译成一个动态库的命令(linux平台下):gccxxx.c-shared-olibxxxx.so例如:fromctypesimport*fromthreadingimpo
rtThread
ZJXianG
·
2020-08-21 02:40
使用paramiko 进行多线程本地代码远端打包,及本地打总包
/usr/bin/pythonimportparamikoimportosimporttimeimpo
rtthread
ingimportcommandsimportsysmaster_running=Trueagent_running
qq_895043460
·
2020-08-21 02:19
python脚本
qt 定时器在子线程中运行
private:QTimer*m_pTimer;QThread*m_pThread;privateslots:voidtimeOutSlot();.cpp中voidControlWidget::sta
rtThread
Time
mohoward
·
2020-08-21 00:30
Python脚本实现报错注入自动化提取
impo
rtthread
ingimportrequestsimportreclasserror():#初始化def_
Flowers_beicheng
·
2020-08-21 00:34
python 统计多线程运行时间
#-*-coding:utf-8-*-importpymongoimporttimeimpo
rtthread
ingdefthreadFunc(threadName):print("\r\n%sstart
lujianfeiccie2009
·
2020-08-21 00:59
python
day18总结:多线程(2019-05-09)
每个进程默认有一个线程,这个线程叫主线程,其他的进程都叫子线程2.线程模块(threading)利用threading模块的Thread类创建子线程1)threading模块专门提供和线程相关的操作impo
rtthread
ing2
墨2019418
·
2020-08-21 00:23
python主线程捕获子线程的方法
先看一个线程类的定义'''''CreatedonOct27,2015@author:wujz'''impo
rtthread
ingclassrunScriptThread(threading.Thread
python 一语呢喃
·
2020-08-20 23:55
python基础教程
C# 线程池详解
函数原型:publicstaticvoidGetMaxThreads(outintworkerThreads,outintcompletionPo
rtThread
s)参数1:workerThreads:
夜之子
·
2020-08-20 23:47
C#
Python:线程为什么搞个setDaemon
线程的使用与存在的问题我们会写这样的代码来启动多线程:importtimeimpo
rtthread
ingdeftest():whileTrue:printthreading.currentThread(
Lin_R
·
2020-08-20 21:18
python
linux
python2.7
Python:线程为什么搞个setDaemon
线程的使用与存在的问题我们会写这样的代码来启动多线程:importtimeimpo
rtthread
ingdeftest():whileTrue:printthreading.currentThread(
Lin_R
·
2020-08-20 21:18
python
linux
python2.7
asyncio结合线程池
#使用多线程:在协程中集成阻塞ioimportasynciofromconcurrent.futuresimpo
rtThread
PoolExecutorimportsocketfromurllib.parseimporturlparsedefget_url
weixin_34081595
·
2020-08-20 19:18
python
ICMP隧道之端口转发(Python)
T3rry'importosimportmd5importsysimporttimeimportQueueimportrandomimportselectimportsocketimportstructimpo
rtthread
inggSOCKETID
T3rry7f
·
2020-08-20 18:27
Security
Python
TCP/IP
LINUX/UNIX
Python读取Excel内容
/usr/bin/envpython#coding:utf-8-*-importurllib,urllib2,requestsimportre,time,os,sysimpo
rtthread
ing,jsonimportHTMLTestRunnerimportunittestimportxlrd
qq_28905427
·
2020-08-20 17:35
Python基础
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他