Easter79 Easter79
2年前
tensorflow与numpy的版本兼容性问题
在Python交互式窗口导入tensorflow出现了下面的错误:root@ubuntu:~python3Python3.6.8(default,Oct72019,12:59:55)GCC8.3.0onlinuxType"help","copyright","credits"o
Wesley13 Wesley13
2年前
iOS常用控件尺寸大集合
全:http://dangpu.sinaapp.com/?p59(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdangpu.sinaapp.com%2F%3Fp%3D59)StatusBar的高度(横、竖屏):  20NavigationBar的高度(竖屏)
Stella981 Stella981
2年前
Charles中文破解版下载安装及使用教程
下载地址:https://pan.baidu.com/s/1praYZAw23psZLi59hKJjqw(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fpan.baidu.com%2Fs%2F1praYZAw23psZLi59hKJjqw)一.简介及安装Charles是在
Wesley13 Wesley13
2年前
C语言实现将时间戳转换为年月日时分秒和将年月日时分秒转换为时间戳
include<stdio.hinclude<string.htypedefunsignedinttime_t;structtm{  inttm_sec;/秒–取值区间为0,59/  inttm_min;/分取值区间为0,59
Stella981 Stella981
2年前
Docker安装 RabbitMQ,Elastic6.3.0,Kibana6.3.0
1.RabbitMQdockerpullrabbitmq:3.7.7managementdockerrundnamerabbitmqp15672:15672p5672:56722888deb59dfc(默认账户密码guest)dockerrundnamerabbitmq3.7.7p
Wesley13 Wesley13
2年前
Java中不可或缺的59个小技巧,贼好用!
来源:https://blog.dogchao.cn/?p70《EffectiveJavaJava》名著,必读。如果能严格遵从本文的原则,以编写API的质量来苛求自己的代码,会大大提升编码素质。以下内容只记录了我自己整理的东西,还是建议读原文。为了聚焦知识点,一些说明故意忽略掉了。相当于是一篇摘要。1、考虑用静态工厂方法替代构造
Wesley13 Wesley13
2年前
IntelliJ IDEA 使用问题一:测试文件
14:32:59UpdateInfo:AnewversionofIntelliJIDEAisavailable!(showballoon)14:34:59Allfilesareuptodate14:36:08Alreadyuptodate14:36:24Compilationcompletedsucce
Stella981 Stella981
2年前
Linux中Too many open files 问题分析和解决
WARN2018061516:55:20,831NewI/Oserverboss1(id:0x55007b59,/0.0.0.0:20880)org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink DUBBOFailedt
Stella981 Stella981
2年前
Cohen
CohenCohenDLNA/UPnP媒体服务器unintended发布:2020122313:59:46.622289作者:unintended作者邮箱:unintended.github@gmail.com首页:h
Stella981 Stella981
2年前
Qt编写自定义控件59
一、前言直方动态图类似于音乐播放时候的柱状图展示,顶部提供一个横线条,当柱状上升的时候,该线条类似于帽子的形式冲到顶端,相当于柱状顶上去的感觉,给人一种动态的感觉,听音乐的同时更加赏心悦目,原理比较简单,就是用2个定时器,一个定时器间隔比较短,负责快速把柱状图从底部冲到设置的值,同时横线条跟随一起冲上去,一个定时器负责慢慢的跌落值到0,然后横线