码迷,mamicode.com
首页 >  
搜索关键字:tutorials    ( 1192个结果
ASP.NET Core 2.2 基础知识(十六) SignalR (未完待续)
我一直觉得学习的最好方法就是先让程序能够正常运行,才去学习他的原理,剖析他的细节. 就好像这个图: 所以,我们先跟着官方文档,创建一个 SignalR 应用: https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/signalr?view=as ...
分类:Web程序   时间:2019-01-09 00:27:51    阅读次数:290
JavaScript Transpilers: 为什么需要用它们?
英文原文 https://scotch.io/tutorials/javascript-transpilers-what-they-are-why-we-need-them 摘译(文章内的代码有些过期,部分改动): Transpilers, or source-to-source compilers ...
分类:编程语言   时间:2019-01-06 22:28:52    阅读次数:513
一、Unity Editor自定义菜单
官方文档:https://unity3d.com/cn/learn/tutorials/topics/interface-essentials/unity-editor-extensions-menu-items 1、菜单栏菜单 2、可以在资源窗口右键显示 3、可以在Project窗口对象右键菜单调 ...
分类:编程语言   时间:2019-01-04 14:54:33    阅读次数:899
Tensroflow-测试集
#!/usr/bin/envpython2#-*-coding:utf-8-*-"""CreatedonTueAug108:14:302017@author:myhaspl@myhaspl.com"""fromtensorflow.examples.tutorials.mnistimportinput_datamnist=input_data.read_data_sets("mnist_datat
分类:其他好文   时间:2019-01-04 10:30:22    阅读次数:192
Linux重定向与管道
程序执行时默认会打开3个流,标准输入、标准输出、标准错误。 Redirection The shell interprets the symbols <,>, and >> as instructions to reroute a command's input or output to or fr ...
分类:系统相关   时间:2019-01-01 16:10:10    阅读次数:174
创建道路曲面
有群友遇到下面问题: 想不出问题出在哪里, 于是自己写了测试代码, 使用样例文件中的Corridor-3b.dwg进行测试, (Civil 3d 2018简体中文版) (C:\Program Files\Autodesk\AutoCAD 2018\C3D\Help\Civil Tutorials\D... ...
分类:其他好文   时间:2018-12-28 17:48:45    阅读次数:213
Java 8 – Period and Duration examples
Few examples to show you how to use Java 8 Duration, Period and ChronoUnit objects to find out the difference between dates. 1. Duration Example A jav ...
分类:编程语言   时间:2018-12-22 19:37:24    阅读次数:150
集群上mpi的使用
mpi跑程序,需要每个节点都安装吗? 不需要的,是通过设置节点共享目录: /home,/opt,/share等。 The classic NFS approach to a shared directory is to export a directory from the master node ...
分类:其他好文   时间:2018-12-20 23:58:11    阅读次数:463
实现的第一个RNN
#!/usr/bin/env pythonimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_data_sets("MNIST_data",o ...
分类:其他好文   时间:2018-12-18 20:30:48    阅读次数:130
Kafuka相关文章集合
Kafka 2.0 安装以及使用: http://www.tianshouzhi.com/api/tutorials/kafka/117 kafka实战: https://www.cnblogs.com/hei12138/p/7805475.html 1. 主要功能 根据官网的介绍,ApacheKa ...
分类:其他好文   时间:2018-12-18 14:40:34    阅读次数:174
1192条   上一页 1 ... 21 22 23 24 25 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!