文章作者:Pablo Gomez Guerrero 原文链接:《How to Work with Microsoft Bot Framework Since Last Update》 翻译:一熊翻译组 Mason 如果你有使用微软机器人框架的话,你很有可能已经看见提示你迁移机器人的边栏了。你也可能会 ...
分类:
其他好文 时间:
2020-06-09 12:39:14
阅读次数:
82
Retire deprecated micro app projects. (Repo, Codeship, S3) Improve our code structure, how do we layout/split our components and services? https://ind ...
分类:
其他好文 时间:
2020-06-09 10:06:09
阅读次数:
144
Give this: We have a wrongn classified point, how to move the line to come closer to the points? We apply learning rate and since wrong point is in po ...
分类:
其他好文 时间:
2020-06-08 00:57:01
阅读次数:
82
? REF: https://stackoverflow.com/questions/35098595/export-pictures-excel-vba-in-original-resolution https://stackoverflow.com/questions/49106816/how- ...
分类:
编程语言 时间:
2020-06-07 21:19:15
阅读次数:
123
神图 能够实时观察设计的cpu是如何执行指令的。网页地址:http://www.buthowdoitknow.com/but_how_do_it_know_cpu_model.html Philosophy But How do it Know(计算机是怎么知道的) 近乎成了一个哲学问题,这本书讲述 ...
分类:
其他好文 时间:
2020-06-07 14:27:39
阅读次数:
141
Reference: https://code.tutsplus.com/tutorials/how-to-collaborate-on-github--net-34267 https://guides.github.com/introduction/flow/ After you fork and ...
分类:
其他好文 时间:
2020-06-05 15:26:03
阅读次数:
84
在Go的官网文档How to Write Go Code中,已经介绍了Go的项目目录一般包含以下几个: src 包含项目的源代码文件; pkg 包含编译后生成的包/库文件; bin 包含编译后生成的可执行文件。 一般,bin和pkg目录可以不创建,go命令会自动创建(如 go install),只需 ...
分类:
其他好文 时间:
2020-06-05 15:23:06
阅读次数:
64
1. veracity (quality) how correct the data is, shows if we can trust the data challenging因为易于发生,影响巨大且难以控制 2. variability variety指same data, different ...
分类:
其他好文 时间:
2020-06-05 14:47:57
阅读次数:
77
package LeetCode_1365 import java.util.* /** * 1365. How Many Numbers Are Smaller Than the Current Number * https://leetcode.com/problems/how-many-num ...
分类:
其他好文 时间:
2020-06-04 19:56:56
阅读次数:
67
XML处理 1.How to create xml ? XDocument customer = new XDocument( new XDeclaration("1.0", "UTF-16", "yes"), new XElement("customer", new XAttribute("id" ...
分类:
其他好文 时间:
2020-06-02 10:58:49
阅读次数:
56