2019春第四次实验报告 一、实验项目名称 flappy bird 二、实验项目功能描述 用户通过空格键控制小鸟躲过障碍物 三、项目模块结构介绍 四、实现界面展示 五、代码托管链接 https://gitee.com/wenyizhang999/ZWY/blob/master/%E5%B0%8F%E ...
分类:
其他好文 时间:
2019-06-14 21:34:36
阅读次数:
95
参考链接:https://github.com/bermanmaxim/jaccardSegment/blob/master/ckpt_to_dd.py 一. tensorflow模型转pytorch模型 1.运行上述代码后会得到model.h5模型,如下:备注:保持tensorflow和pytor ...
分类:
其他好文 时间:
2019-06-14 18:36:14
阅读次数:
1639
配置crontab实现自动备份 配置crontab实现自动备份 crontab -e root crontab -e root * * 6 * * sh /data/backup/mysql_backup.sh >>/data/backup/backup.log 2>&1 * * 6 * * sh ...
分类:
数据库 时间:
2019-06-13 13:54:50
阅读次数:
144
https://github.com/niwinz/django-redis/blob/master/doc/content.adoc#32-socket-timeout 3.2. Socket timeout Socket timeout can be set using SOCKET_TIMEO ...
分类:
其他好文 时间:
2019-06-12 19:31:35
阅读次数:
73
https://github.com/pika/pika/blob/03542ef616a2a849e8bfb0845427f50e741ea0c6/docs/examples/using_urlparameters.rst https://github.com/pika/pika/blob/411 ...
分类:
其他好文 时间:
2019-06-12 19:28:17
阅读次数:
99
Qemu有自己的Trace框架并支持多个debug/trace后端包括:nop,dtrace,ftrace,log,simple,ust,可以帮助我们分析Qemu中的问题。关于这些backend的介绍,可以看这个链接:http://repo.or.cz/w/qemu/stefanha.git/blob_plain/refs/heads/tracing:/docs/tracing.txt,如果现有的
分类:
其他好文 时间:
2019-06-11 20:59:56
阅读次数:
233
https://github.com/Turfjs/turf/tree/master/packages https://github.com/Turfjs/turf/blob/master/packages/turf-destination/index.ts //经纬度计算的算法,js方法名就是tu ...
分类:
其他好文 时间:
2019-06-11 13:23:25
阅读次数:
111
开源矿工的备用矿池设计与实现 本文基于内核自有的备用矿池功能实现开源矿工的备用矿池,以后可能会脱离具体内核实现备用矿池。 设计和实现备用矿池的功能时充分体现了为什么开源矿工会有10多万行代码。 备用矿池分两种: 一种像Claymore通过写一个Claymore指定的文件实现; 一种像更合理的NBMi ...
分类:
其他好文 时间:
2019-06-09 11:18:06
阅读次数:
105
操作系统: CentOS 6.9 脚本语言: shell https://github.com/iscongyang/Practical/blob/master/shell-scripts/install_tengine.sh 此链接是自动化安装NGINX的淘宝封装的tengine的shell脚本 ...
分类:
系统相关 时间:
2019-06-07 19:16:06
阅读次数:
139
2019年第二次课程设计实验报告 一、实验项目名称 实时钟表 二、实验项目功能描述 设计钟表,并根据实际时间转动,先设计静态秒针,然后设计时针分针,最后设计表上的刻度盘 三、项目模块结构介绍 四、实现界面展示 五、代码托管链 https://gitee.com/li xue/Jastina/blob ...
分类:
其他好文 时间:
2019-06-07 00:51:15
阅读次数:
100