码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
ShardingJdbc:Springboot集成ShardingSphere,单服务跨数据源时,简单实现事务管理
阅读下面实验之前:请先阅读官方的分布式事务支持内容:https://shardingsphere.apache.org/document/current/cn/features/transaction/ 经过试验,单服务跨数据源,使用shardingJdbc的事务,同普通jdbc时的做法一样。实验版 ...
分类:数据库   时间:2020-03-02 10:45:31    阅读次数:171
搭建pytorch神经网络的常用两种方式
'''本节说明搭建pytorch的常用两种方式 相比快速搭建法 第一种可以个性化设置网络结构''' import torch import torch.nn.functional as F #方式1 用 class 继承了一个 torch 中的神经网络结构, 然后对其进行了修改 class Net( ...
分类:其他好文   时间:2020-03-01 10:29:49    阅读次数:91
代码演示C#各版本新功能
C#各版本新功能其实都能在官网搜到,但很少有人整理在一起,并通过非常简短的代码将每个新特性演示出来。 ...
分类:Windows程序   时间:2020-02-29 00:25:09    阅读次数:89
Zabbix之一---企业级监控服务Zabbix部署与配置
一、业务布局: 二、整体布局 三、Zabbix监控概述: 官方文档:https://www.zabbix.com/cn/features 适用于任何IT基础架构、服务、应用程序和资源的解决方案 ?1、数据采集:周期性时序数据 ?(1)主机/对象:服务器、路由器、交换机、存储、防火墙、IP、PORT、 ...
分类:其他好文   时间:2020-02-28 22:29:00    阅读次数:67
techiediaries网站的Laravel 6系列教程
Laravel 6 Tutorial & New Features - Build a CRM [PART 1]Laravel 6 REST API CRUD Tutorial - Build a CRM [PART 2]: Eloquent Models and RelationshipsLara... ...
分类:Web程序   时间:2020-02-25 19:37:55    阅读次数:86
GitLab 如何修改项目从私有到公有
在 UI 界面中,选择 Settings > General。 在弹出的界面中,选择 Visibility, project features, permissions 后面的 Expand 按钮。 然后在弹出的界面中,将 Project Visibility 下面从 Private 选择为 Pub ...
分类:其他好文   时间:2020-02-25 09:50:08    阅读次数:186
Pytorch: torch.nn
import torch as t from torch import nn class Linear(nn.Module): # 继承nn.Module def __init__(self, in_features, out_features): super(Linear, self).__ini ...
分类:其他好文   时间:2020-02-24 13:00:20    阅读次数:72
Mybatis连接Oracle的配置
引用地址:https://blog.csdn.net/gkx_csdn/article/details/87854702 防止博主删除,自己留个记录,总结一下 获得oracle驱动的方法如下: .通过Oracle官方网站下载相应版本:http://www.oracle.com/technetwork ...
分类:数据库   时间:2020-02-24 12:48:30    阅读次数:91
条件欧几里得聚类 pcl::ConditionalEuclideanClustering
1 .条件欧几里得聚类 本教程描述如何使用pcl::ConditionalEuclideanClustering该类:一种分割算法, 该算法基于欧几里得距离和需要保持的用户可自定义条件对点进行聚类 。 此类使用与欧几里得聚类提取,区域增长分割和基于颜色的区域增长分割相同的类似贪婪/区域增长/洪水填充 ...
分类:其他好文   时间:2020-02-23 11:41:34    阅读次数:326
extt文件系统识别超过16T分区
需要更改系统的一个参数,具体如下: /etc/mke2fd.conf #vim /etc/mke2fs.conf [fs_types] ext3 = { features = has_journal } ext4 = { features = has_journal,extent,huge_file ...
分类:其他好文   时间:2020-02-21 20:25:56    阅读次数:96
1570条   上一页 1 ... 10 11 12 13 14 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!