我一直觉得学习的最好方法就是先让程序能够正常运行,才去学习他的原理,剖析他的细节. 就好像这个图: 所以,我们先跟着官方文档,创建一个 SignalR 应用: https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/signalr?view=as ...
分类:
Web程序 时间:
2019-01-09 00:27:51
阅读次数:
290
英文原文 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
官方文档: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
#!/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
程序执行时默认会打开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
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跑程序,需要每个节点都安装吗? 不需要的,是通过设置节点共享目录: /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
#!/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
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