摘要: 先将整型转换成float型,在计算,结果就有小数了 阅读全文
posted @ 2018-12-29 13:29 anobscureretreat 阅读(1739) 评论(0) 推荐(0)
摘要: 服务启动: avtar服务启动 am startservice com.xxx.xxxwebserver/com.xxx.xxxwebserver.AvatarService am startservice com.xxx.xxxwebserver/com.xxx.xxxwebserver.WebRTCService report服务启动 am startservice com.xxx.d... 阅读全文
posted @ 2018-12-29 02:00 anobscureretreat 阅读(155) 评论(0) 推荐(0)
摘要: ##Using Queue with multiprocessing – Chapter 3: Process Based Parallelism import multiprocessing import random import time class producer(multiprocessing.Process): def __init__(self, queue): ... 阅读全文
posted @ 2018-12-29 01:23 anobscureretreat 阅读(173) 评论(0) 推荐(0)
摘要: 双击文件运行 阅读全文
posted @ 2018-12-29 01:02 anobscureretreat 阅读(184) 评论(0) 推荐(0)