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
【强化学习】 A3C MountainCarContinuous
importgymimportmultiprocessingimpo
rtthread
ingimportnumpyasnpimportosimportshutilimportmatplotlib.pyplotaspltimporttensorflowastf
颹蕭蕭
·
2020-08-16 13:19
#
深度学习
#
机器学习
Python 线程启动的四种方式
impo
rtthread
ing,_threaddefaction(i):print(i**32)#带有状态的子类classMythread(threading.Thread):def__init__(self
aunmhiq5181
·
2020-08-16 12:07
使用Python上传下载文件, 支持多个客户端TCP方式连接服务端, 命令行界面
/usr/bin/python3#-*-coding:utf-8-*-importsocketimpo
rtthread
ingimportt
11ze
·
2020-08-16 07:15
Python
win10 下 python 连接 sqlserver 数据!!(不是用pymssql)!!
#-*-coding:utf-8-*-importtimeimportpyodbcimpo
rtthread
ingimportqueue'''链接数据库的库有pymssqlpyodbctdsTurboodbcpyodb
镜子9537
·
2020-08-16 07:35
数据库
个人成长
计算机网络自顶向下第二章套接字编程作业
serverSocket.accept()不能写在循环里面,因为我们使用tcp建立连接,建立一次连接就足够,写在循环里面的话客户端只能发送一次请求,然后就必须断开再建立连接,fromsocketimport*impo
rtthread
ing
Ennio_
·
2020-08-16 07:46
Python 多进程与多线程优化
Python多进程与多线程优化Python多线程代码fromtimeimportctime,sleepimpo
rtthread
ingimportnumpyasnpimportcollectionsloops
湖南大学研究生-杜敏
·
2020-08-16 07:41
python
多线程
多进程
用Python3批量获取街景图片
#_*_coding:utf-8_*_importurllibfromurllib.requestimporturlopenimpo
rtthread
ingfromoptparseimportOptionParserimp
adorable_yzy
·
2020-08-16 05:44
python解决哲学家就餐问题(死锁问题)
#哲学家就餐(解决死锁问题)impo
rtthread
ing,timerlock1=threading.RLock()rlock2=threading.RLock()rlock3=threading.RLock
铭铭铭铭铭铭铭铭
·
2020-08-16 03:46
python
第十四章:应用构建模块-sched:定时事件调度器-取消事件
importschedimpo
rtthread
ingimporttimescheduler=sched.scheduler(time.time,time.sleep)#
学习中的编程老菜鸟
·
2020-08-16 03:21
Python标准库
物体跟踪器object_tracker.py解读
注释importrospyfromsensor_msgs.msgimportRegionOfInterest,CameraInfofromgeometry_msgs.msgimportTwistimpo
rtthread
classObjectTracker
Du恒之
·
2020-08-16 01:45
Python在多线程中使用time.sleep()
测试代码如下:impo
rtthread
ingimporttimedefthread1():whileTrue:time.sleep(1)print(time.strftime('%H:%M:%S'),'
陈和权
·
2020-08-15 22:55
Python
Python
thread
time.sleep()
python批量操作Linux服务器脚本,ssh密码登录(执行命令、上传、下载)(一)
/usr/bin/python4importparamiko5importdatetime6importos7impo
rtthread
ing8defssh2(ip,username,passwd,cmd
bang152101
·
2020-08-15 22:37
python
python3学习第三弹----多线程学习
多线程和多进程多线程由于任何进程默认就会启动一个线程,我们把该线程称为主线程,主线程又可以启动新的线程,Python的threading模块有个current_thread()函数模拟代码:importtimeimpo
rtthread
ing
鹿目圆
·
2020-08-15 19:07
python xlog代码赏析
importosimportsysimporttimefromdatetimeimportdatetimeimporttracebackimpo
rtthread
ingimportjsonimportshutilimporttypesreload
limwz
·
2020-08-15 17:42
python
python
破解未解之谜--STM32-KEIL分散加载范例
\build\
rtthread
-stm32.sct"--keep*.o(.rti_f
GKoSon
·
2020-08-15 16:54
Python logging模块异步线程写日志实现过程解析
通过logging模块,重写一个logging2模块,独立开启线程,将待写的日志信息异步放入队列,做到日志输出不影响主流程性能,环境python3.8logging2.pyimportosimpo
rtthread
ingimportqueueimporttimeimportdatetimeimportloggingfromlogging.handlers
wx5ecc6bcb4713c
·
2020-08-15 15:22
编程语言
程序员
爬虫
RT-Thread在正点原子Apollo上为 QSPI FLASH W25Q256移植FATFS文件系统
document/site/application-note/components/dfs/an0012-dfs/其中有一些细节问题,这里再说一遍①首先需要有一个stm32f767-atk-apollo的工程,在
rtthread
nuaa_qianjin
·
2020-08-15 11:55
python-面包店算法实现多线程锁
#coding:UTF-8impo
rtthread
ingimporttimeimportrandom#面包店算法实现线程锁#争夺的资源incNum=0classBakeryLock:def__init_
凭江仙
·
2020-08-15 10:56
分布式
对于python实现线程池的例子
/usr/bin/envpython#-*-coding:utf-8-*-importQueueimpo
rtthread
ingimporttimeclassWorkManager(object):def
Yatere
·
2020-08-15 09:40
python
python多线程与线程池
模块实现多线程参数:target线程函数args以元组方式给线程函数传参kwargs以字典方式给线程函数传参name线程名称(默认Thread-1)返回值:返回线程对象fromthreadingimpo
rtThread
deffun1
weixin_44632941
·
2020-08-15 09:18
python基础语法
python多线程
python 实时绘制 iperf吞吐量数据
pythonmatplotlib实时绘制iperf吞吐量数据效果展示单条流多条流python代码importsysimportmatplotlib.pyplotaspltimportnumpyasnpimporttimeimpo
rtthread
frommatplotlibimportanimationcolors
gannicus.guo
·
2020-08-15 07:39
python
Python Tkinter Treeview的使用
importrequestsfrombs4importBeautifulSoupimpo
rtthread
ingimporttime#fromtkinterimport*importtkinterastkfromtkinterimportttkimportpandasaspddefget_lst
弈訢
·
2020-08-15 07:58
在Centos上写Python
Tornado5 执行线程时报错:RuntimeError: There is no current event loop in thread 'Thread-1'.
/usr/bin/envpython3impo
rtthread
ingimporttornado.ioloopimporttornado.webfromtornadoimportg
Ju_Sang
·
2020-08-15 06:30
web
我对python线程池的理解
/usr/bin/envpythonfromQueueimportQueuefromthreadingimpo
rtThread
importrandomimporttimedefperson(i,q):whileTrue
weixin_34138056
·
2020-08-15 05:36
Python爬取妹子图上传到wordpress并使用阿里云oss
/usr/bin/envpython#coding=utf-8importosimporttimeimpo
rtthread
ing,datetime,hashlibimportoss2importphpserializefrommultiprocessingimportPool
子山-+
·
2020-08-14 23:43
python
爬虫
Python 捕获线程中的异常
importsysfromthreadingimpo
rtThread
definstall_thread_excepthook():init_original=Thread.
张凯强 - zkqiang
·
2020-08-14 22:17
python爬虫糗事百科
/user/bin/envpython#-*-coding:utf-8-*-importurllibimporturllib2importreimpo
rtthread
importtimeclassQSBK
手艺人123
·
2020-08-14 21:57
python
python爬取京东评论(三)
上篇我们只爬了一个牌子的文胸,这次我们来多爬几个牌子的1.爬取不同牌子的url得到id其实可以直接爬那个href,但我发现有的带了https有的没带就索性直接取id拼接了importrequestsimportjsonimpo
rtthread
ingimporttimeimportrefromlxmlimportetreeclasscup
weixin_43554366
·
2020-08-14 21:13
Python进程和线程的应用. (快速上手!
学会使用Python进程和线程进程模块:frommultiprocessingimportProcess线程模块:fromthreadingimpo
rtThread
两者都可以通过被继承的方式重写内置run
HeliantHuSiHM
·
2020-08-14 18:13
Python
初识 asyncio异步爬虫
#coding=utf-8importasyncioimportfunctoolsimportloggingimporttimefromconcurrent.futuresimpo
rtThread
PoolExecutorfromaiohttpimportClientSessionlogging.basicConfig
pythoner111
·
2020-08-14 18:55
爬虫类
爬取京东商品信息
效果如下:附上代码:importrequests,re,datetimefrombs4importBeautifulSoupimporturllibimportxlsxwriterimpo
rtthread
ing
wywwzjj
·
2020-08-14 15:42
Python
Python开启多线程/停止多线程的方法
importctypesimportinspectimpo
rtthread
ingimporttimedefmain(a):whileTrue:print(a)classmyThread(threading.Thread
蛇皮皮蛋
·
2020-08-14 11:18
Python
Python中Socket的Close方法假关闭Socket连接的问题
经过试验后,确实如此,以下是我的事例代码,Server端代码:fromsocketimport*impo
rtthread
ing,os,timeclassServer(
最后一次被盗
·
2020-08-14 00:58
python-socket
爬瓜子二手车的信息1.0(仅500条)
importurllib.requestimportbs4importtimeimportrandomimportpandasaspdfromconcurrent.futuresimpo
rtThread
PoolExecutorimportre
wengmt1996
·
2020-08-13 22:58
简单的爬虫
进程池和线程池的使用
进程池和线程池的使用fromconcurrent.futuresimpo
rtThread
PoolExecutor,ProcessPoolExecutorimportloggingimportdatetimeimporttimeimpo
rtthread
inga
JoseThree
·
2020-08-13 22:44
python基础
多线程、多进程、协程、缓存(memcache、redis)
本节内容:线程:a:基本的使用:创建线程:1:方法1impo
rtthread
ing23deff1(x):4print(x)567if__name__=='__main__':8t=threading.Thread
weixin_30532973
·
2020-08-13 20:21
自动记录状态的库(线程安全,非进程安全)
#encoding=utf8impo
rtthread
ingimporttimeclassAutoKnight(object):def__init__(self,retry_times=5,retry_delay
学生1号
·
2020-08-13 17:09
Python实用工具
自动ack
状态记录
自动熔断 python
#encoding=utf8importtimeimportjsonimportloggingimpo
rtthread
ingfromrandomimportrandomimportredisclassAutoKnightError
学生1号
·
2020-08-13 17:09
Python实用工具
Python笔记24-线程池
参照菜鸟做了一个线程池fromthreadingimpo
rtThread
,LockfromqueueimportQueueimporttimeimportrandomthread_active=Truethread_lock
q275343119
·
2020-08-13 16:53
Python多线程004之守护进程/守护线程
impo
rtthread
ingimporttime#什么叫守护进程#只要主线程执行完毕,那么不管子线程是否结束,都会退出,它会等待非守护线程结束才退出#只要主线程死了,那么守护线程一定死了defrun(
haeasringnar
·
2020-08-13 14:39
Python
python3 进程池和线程池
#线程池导入importosimporttimefromconcurrent.futuresimpo
rtThread
PoolExecutor,ProcessPoolExecutorimpo
rtthread
ingimportrandomdeff
ddxr5515
·
2020-08-13 13:21
信号灯
impo
rtthread
ing,timeimportrandomdeflight():##灯不会应为car而做出任何改变,而是车更加灯做出改变。
小僧回头啦
·
2020-08-13 12:00
Python爬虫脚本,利用Beautifulfly爬取动态网页网页(源码)
'''Createdon2019年12月23日@author:Zhangzhiwei'''importdatetimeimpo
rtthread
ingimportcx_Oracleimporturllib.requestimportuuidimportpyamffrompyamfimportremotingfrompyamf.fleximportmessagingimportosos.environ
南国々余音
·
2020-08-13 11:24
python
爬虫
nodejs创建线程问题
当我们调用newWorker的时候,最后会调用c++的Sta
rtThread
函数(node_w
theanarkh
·
2020-08-12 23:10
c++
c语言
nodejs
多线程多进程
多线程+锁修改全局变量impo
rtthread
inga=0lock=threading.Lock()#实例化互斥锁对象,方便之后的调用defincr(n):globalaforiinrange(n):lock.acquire
yahuuu
·
2020-08-12 18:34
PYTHON3
进程线程
多任务编程,线程,多线程,互斥锁
进程时最小的资源分配单位1.线程线程时最小的执行单位线程也是实现多任务的一种方式一个程序在执行时会对应一个主进程,主进程中会有一个主线程通过主线程手动产生的线程称为子线程2.多线程的使用1.导入模块impo
rtthread
ing2
长安白猫
·
2020-08-12 18:10
系统学习python
Python编写简单MP3音乐播放器源码
#--coding:utf-8--importosimporttkinterimporttkinter.filedialogimportrandomimporttimeimpo
rtthread
ingimportpygame
小杜1114
·
2020-08-12 18:56
python
python多线程之threading模块
话不多说,直接开始吧调入模块:impo
rtthread
ingthreading的几个方法创建线程对象:t1=threading.Thread(target=output,args=("小明",))target
qq229554158
·
2020-08-12 17:39
Python
python
python——FTP文件上传工具
/usr/bin/python#-*-coding:UTF-8-*-importdatetimeimpo
rtthread
ingfromftplibimportFTPimportsysimportosimportti
昕楠
·
2020-08-12 17:59
python
python爬虫篇5——万能音乐下载器
python代码:importasyncioimportosimportreimporttimeimpo
rtthread
ingimportwinregfromtkinterimport*fromurllibimportparseimportrequestsfromlxmlimportetree
昕楠
·
2020-08-12 16:28
python
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
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
其他