码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
Add JWT Bearer Authorization to Swagger and ASP.NET Core
Add JWT Bearer Authorization to Swagger and ASP.NET Core If you have an ASP.NET Core web application that already has JWT authorization, this guide wi ...
分类:Web程序   时间:2019-11-30 21:20:35    阅读次数:131
kubectl 命令技巧大全
参考1:https://jimmysong.io/kubernetes handbook/guide/kubectl cheatsheet.html?h=kubectl Kubctl 命令是操作 kubernetes 集群的最直接和最 skillful 的途径,这个60多MB大小的二进制文件,到底有 ...
分类:其他好文   时间:2019-11-30 13:19:38    阅读次数:90
ORA-01555 When Max Query Length Is Less Than Undo Retention, small or 0 Seconds (Doc ID 1131474.1)
ORA-01555 When Max Query Length Is Less Than Undo Retention, small or 0 Seconds (Doc ID 1131474.1) APPLIES TO: Oracle Database - Enterprise Edition - ...
分类:其他好文   时间:2019-11-30 12:06:47    阅读次数:108
linux 下使用 VirtualBox 搭建集群环境
参考文章: https://www.nakivo.com/blog/virtualbox network setting guide/ https://help.ubuntu.com/lts/serverguide/openssh server.html https://technologyrss. ...
分类:系统相关   时间:2019-11-30 11:45:47    阅读次数:102
keras使用多GPU并行训练模型 | keras multi gpu training
本文首发于个人博客 "https://kezunlin.me/post/95370db7/" ,欢迎阅读最新内容! keras multi gpu training <! more Guide multi_gpu_model python import tensorflow as tf from k ...
分类:其他好文   时间:2019-11-30 11:24:23    阅读次数:107
PGI 用户手册之 Site-Specific Customization of the Compilers
翻译自PGI Compiler User's Guide 1.6. 使用PGI编译器进行并行编程 PGI编译器支持多种样式的并行编程: 使用pgf77,pgf95,pgfortran,pgcc或pgc +++的-?Mconcur选项的 自动共享内存并行程序(Automatic shared-memo ...
分类:其他好文   时间:2019-11-30 11:12:44    阅读次数:104
自动生成id
参考: https://mp.baomidou.com/guide/id-generator.html 一般自动生成修改数据库字段方法 1、数据库实体类 对于主键来说@TableId(value = "REFID",type = IdType.ID_WORKER_STR) private Strin ...
分类:其他好文   时间:2019-11-28 23:07:36    阅读次数:572
windows 10使用vscode进行远程代码开发 | tutorial to use vscode for remote development using ssh on windows
本文首发于个人博客 "https://kezunlin.me/post/c93b6ba6/" ,欢迎阅读最新内容! tutorial to use vscode for remote development using ssh on windows <! more Guide server sudo ...
分类:Windows程序   时间:2019-11-28 19:13:41    阅读次数:101
Object and Collection Initializers (C# Programming Guide) 类初始化
public class Cat { // Auto-implemented properties. public int Age { get; set; } public string Name { get; set; } public Cat() { } public Cat(string na ...
分类:Windows程序   时间:2019-11-28 12:59:26    阅读次数:70
ENGG1110 — Problem Solving by Programming
ENGG1110 — Problem Solving by Programming2019–2020 Term 1Project Specification — A Vending Machine Simulator1. IntroductionVending machines are automa ...
分类:其他好文   时间:2019-11-27 18:47:11    阅读次数:49
3262条   上一页 1 ... 35 36 37 38 39 ... 327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!