码迷,mamicode.com
首页 >  
搜索关键字:started    ( 2130个结果
.net core 使用EF
本文已VS2017 为例 官方链接:[Getting Started with EF Core on ASP.NET Core with an Existing Database](https://docs.microsoft.com/zh-cn/ef/core/get-started/aspnet ...
分类:Web程序   时间:2019-08-07 13:18:01    阅读次数:137
关于“.bash_profile”和“.bashrc”区别的总结
0、前言 项目环境部署是自己的薄弱项,一些简单的服务,照着搜索来的步骤能凑合部署成功,但并不明白其中的原理,偶尔遇到一些ERR,就抓瞎,无从下手。项目环境部署,需要一些基础服务,如java环境,tomcat环境、mysql等等;服务部署成功后,还需要给其配置环境变量;要配置环境变量,就要用到什么ba ...
分类:其他好文   时间:2019-08-04 22:37:43    阅读次数:142
celery:first step
参考文档:http://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html#first-steps ...
分类:其他好文   时间:2019-08-04 13:17:45    阅读次数:100
TX2在Turtlebot测试kobuki
1、检查TX2开发板上的ROS,输入: 如果ROS安装正确显示 2、输入检测kobuki 命令 如果会显示有对应的设备/dev/kobuki,如果没有,添加别名: 3、通过键盘遥控移动(通过Turtlebot的TX2操作) 1)打开kobuki开关,状态点亮。 2)启动Turtlebot,在TX2打 ...
分类:其他好文   时间:2019-08-03 18:45:58    阅读次数:176
rust琐碎
更新 rust圣经 https://doc.rust-lang.org/book/ 一份中文的手册,忘了从哪点进去的 https://kaisery.gitbooks.io/rust-book-chinese/content/content/Getting%20Started%20%E5%87%86 ...
分类:其他好文   时间:2019-07-22 09:59:05    阅读次数:112
The Frog's Games
The Frog's Games Problem Description The annual Games in frogs' kingdom started again. The most famous game is the Ironfrog Triathlon. One test in the ...
分类:其他好文   时间:2019-07-19 12:23:41    阅读次数:118
PyTorch安装及基础
PyTorch安装: https://pytorch.org/get-started/locally/ PyTorch基础: 张量:包括零维(常数),一维(数组/列表/元组),二维(矩阵)...... 张量的创建: torch.tensor(list/array/tuple) #把数组/列表/集合转 ...
分类:其他好文   时间:2019-07-17 23:15:18    阅读次数:390
.net core 入门
官网教程:https://docs.microsoft.com/zh-cn/aspnet/core/getting-started/?view=aspnetcore-3.0&tabs=windows 目录: 1.新建项目.NET CORE API 2.连接mysql(使用EF) 3.部署到windo ...
分类:Web程序   时间:2019-07-13 13:17:52    阅读次数:963
吴裕雄--天生自然 R语言开发学习:图形初阶(续一)
# ----------------------------------------------------# # R in Action (2nd ed): Chapter 3 # # Getting started with graphs # # requi... ...
分类:编程语言   时间:2019-07-12 11:25:23    阅读次数:125
redis-5.0.3 redis.conf详解
``` Redis configuration file example. Note that in order to read the configuration file, Redis must be started with the file path as first argument: r ...
分类:其他好文   时间:2019-07-11 09:23:01    阅读次数:453
2130条   上一页 1 ... 28 29 30 31 32 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!