运用简单的css、html和JavaScript代码实现2020年倒计时。 html: css样式: 效果展示 学习自YouTube@Online Tutorials ...
分类:
其他好文 时间:
2019-12-22 12:57:56
阅读次数:
118
该博客的内容是莫烦大神的授课内容。在此只做学习记录作用。 原文连接:https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/2-6-A-activation-function/ 非线性方程 我们为什么要使用激活函数?用简单 ...
分类:
其他好文 时间:
2019-12-20 13:30:06
阅读次数:
91
# 1. 通过TensorFlow-Slim定义卷机神经网络 import numpy as np import tensorflow as tf import tensorflow.contrib.slim as slim from tensorflow.examples.tutorials.mn... ...
分类:
Web程序 时间:
2019-12-19 21:05:40
阅读次数:
98
import numpy as np import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data # 读取文件。 filename_queue = tf.train.string_input_p... ...
分类:
编程语言 时间:
2019-12-19 09:52:07
阅读次数:
90
/etc/apache2/apache2.conf: https://www.cnblogs.com/vamei/archive/2012/12/04/2799381.htmlhttps://www.hostinger.com/tutorials/how-to-install-wordpress-o ...
分类:
其他好文 时间:
2019-12-16 22:30:57
阅读次数:
99
4.Mongoose使用 4.1.nodejs操作mongodb 文档地址:http://mongodb.github.io/node mongodb native/3.2/tutorials/crud/ 1.安装mongodb驱动 2.连接数据库 3.插入数据 4.更新数据 5.删除数据 螺钉课堂 ...
分类:
数据库 时间:
2019-12-16 12:52:31
阅读次数:
79
第一部分:本教程介绍如何在 IIS 服务器上托管 ASP.NET Core 应用。 官方文档地址:https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-3.1&tabs=visual ...
分类:
Windows程序 时间:
2019-12-14 09:16:38
阅读次数:
3476
🐜 版本信息: 🐞 JDK:1.8+ 🐌 IDEA:2019.3 🐝 插件项目基于gradle构建。 🦟 知识背景:swing 🦇 参考文档: http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prereq ...
分类:
其他好文 时间:
2019-12-13 14:13:32
阅读次数:
298
原创YouTube@ Online Tutorials css代码: html源码: 效果展示: 自适应效果: ...
分类:
Web程序 时间:
2019-12-11 12:50:34
阅读次数:
140
使用背景:为api接口自动添加注解。 参考资料:https://mp.weixin.qq.com/s/F06a0ON0X8Gj12CFz56K-g .Net Core3.1下使用Swagger搭建web api项目 微软官方文档:https://docs.microsoft.com/zh-cn/as ...