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
破解未解之谜--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
Python调用nmap扫描网段主机信息生成xml
coding:utf_8-*-3#Date:2015年10月23日4#Author:蔚蓝行5#博客http://www.cnblogs.com/duanv/67fromIPyimportIP8impo
rtthread
ing9importnmap10importtime11importsys12importsubprocess13fromxml.d
weixin_30808253
·
2020-08-12 16:48
基于视频的电熔镁炉工况识别系统→6.电熔镁炉服务器设计
基于视频的电熔镁炉工况识别系统→6.电熔镁炉服务器设计》程序目的总结主线程当有新的客户端连接时显示工况数据表读取数据库工况数据启动子线程1thread,使能子线程1处理函数isStop=false主线程发出信号sta
rtThread
LeisureZhao
·
2020-08-12 14:13
迁木网爬虫多线程版
importtimeimpo
rtthread
ingfromqueueimportQueueimportrequestsfromlxmlimportetreestart_url='http://qianmu.iguye.com
扣剑书生
·
2020-08-12 13:38
python+正则表达式爬取笔趣阁小说
开始的时候怕被封ip就先做了一个无多线程的简易版,代码如下:impo
rtthread
ingimporttimeimportrequestsimportreheaders={"user-agent":"Mozilla
weixin_43784212
·
2020-08-12 13:00
tornado部署
importloggingfromconcurrent.futuresimpo
rtThread
PoolExecutorfromtornado.concurrentimportrun_on_executorimporttornado.httpserverimporttornado.ioloopimporttornado.optionsimporttornado.webimporttornado.ge
Alphapeople
·
2020-08-12 13:41
python
运维
多线程爬取豆瓣用户
多线程爬豆瓣用户impo
rtthread
ingimporttimeimportrequestsfrompymongoimportMongoClientimportjsonclassmyThread(threading.Thread
spirit_artist
·
2020-08-12 12:47
python爬虫
python利用tkinter开发翻译小工具(基于百度翻译和有道翻译爬虫)
importimportrequestsimporthashlibimporttimeimportrandomimporturllib3importreimportjs2pyimporttkinterastkfromtkinterimport*fromtkinterimportttkimpo
rtthread
ingurllib3
shitou987
·
2020-08-12 12:23
测试开发
python
爬虫
Python-入门实战(简单有道词典爬虫)
故参考了球友的代码作者:tipirehttps://www.jianshu.com/p/8537178639a8frompyqueryimportPyQueryaspqimportrequestsimpo
rtthread
pooldefdownload_html
luran_lz
·
2020-08-12 11:29
Python学习
python++++多线程爬取豆瓣网的书单
importrequestsasreqsimpo
rtthread
ingimporttime#SomeUserAgentshds={'User-Agent':'Mozilla/5.0(Windows;U;
LKJLKJKL
·
2020-08-12 10:56
爬虫公开
Python
爬虫
多线程
【python】爬虫-爬取CSDN上的博客文章
#-*-coding:utf-8-*-importhtmlimportosimportqueueimportreimpo
rtthread
ingimporturllib'''authorfzuim'''BlogSet
Fzuim
·
2020-08-12 10:39
Python开发
Python多线程简单案例
Python多线程简单案例impo
rtthread
ingfromtimeimportsleep,ctimeloop=[4,2]classThreadFunc:def__init__(self,name)
广州-辉Python开发
·
2020-08-12 01:14
python
Python多线程学习(中)
使用锁的方法:impo
rtthread
ing
weixin_34331102
·
2020-08-12 01:10
Python多线程学习(一、线程的使用)
如下例:importtimeimpo
rtthread
deftimer(no,interval):cnt=0whilecnt<10:print'Thread:(%d)Time:%s/n'%(no,time.ctime
小虎Sam很忙
·
2020-08-12 01:50
python
Python多线程学习(一)
python多线程之一,首先我们来看代码impo
rtthread
ingimporttimedeftest1():foriinrange(5):print("-----test1----%d---"%i)
VarlorC
·
2020-08-12 01:17
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
其他