码迷,mamicode.com
首页 >  
搜索关键字:微软云 microsoft azure iaas paas    ( 19063个结果
C++11新特性
一、原生字符串(raw string literals) 比如我们写硬盘上一个文件的访问路径:"C:\Program Files\Microsoft.NET\ADOMD.NET",你需要把它写成以下格式 string path = "C:\\Program Files\\Microsoft.NET\ ...
分类:编程语言   时间:2021-05-03 12:40:02    阅读次数:0
Asp.Net MVC 优化第一次加载慢解决方案
第一步 安装模块 Application Initialization for IIS 7.5https://go.microsoft.com/fwlink/?LinkID=247817 https://download.microsoft.com/download/0/A/6/0A6790C9-C ...
分类:Web程序   时间:2021-05-03 12:21:24    阅读次数:0
在nginx配置将请求转发到某个真实后端服务ip
一、打开nginx机器的nginx配置文件 命令: locate nginx.conf 会列出所有nginx.conf文件的地址, 一般咱们要用的nginx配置文件是/usr/local/nginx/conf/nginx.conf cd /usr/local/nginx/conf vim nginx ...
分类:其他好文   时间:2021-05-03 12:11:25    阅读次数:0
Django链接sqlserver2019
1.模块安装 pip install django-pyodbc-azure-2019 Django 2.1.15 django-pyodbc-azure 2.1.0.0 django-pyodbc-azure-2019 2.1.0.0 pip 21.0.1 pyodbc 4.0.30 pytz 2 ...
分类:数据库   时间:2021-05-03 11:56:50    阅读次数:0
Azure Database for MySQL server的“Allow access to Azure services” 参数设置20210430
Allow access to Azure services 这个参数会控制VNET访问这个mysql。如果是YES, vnet的VM可以访问mysql 如果是NO, 如果VM访问会有提示报错: ERROR 9009 (28000): Client from Azure Virtual Networ ...
分类:数据库   时间:2021-05-03 11:41:19    阅读次数:0
C#中使用微软语言包来获取中文汉字的拼音、拼音首字母、中文繁体
首先需要获取ChnCharInfo.dll (汉子转拼音就可以了)和ChineseConverter.dll (简繁转化吧) ChnCharInfo.dll官方下载操作如下: 先下载微软Microsoft Visual Studio International Pack 1.0 SR1语言包: Mi ...
分类:编程语言   时间:2021-04-30 12:38:39    阅读次数:0
String类常用方法
indexOf():返回指定字符的索引。 charAt():返回指定索引处的字符。 replace():字符串替换。 trim():去除字符串两端空白。 split():分割字符串,返回一个分割后的字符串数组。 getBytes():返回字符串的 byte 类型数组。 length():返回字符串长 ...
分类:其他好文   时间:2021-04-30 12:17:29    阅读次数:0
数栈产品分享:简析数据中台如何通过DataAPI实现数据共享
数栈是云原生—站式数据中台PaaS,我们在github和gitee上有一个有趣的开源项目:FlinkX,FlinkX是一个基于Flink的批流统一的数据同步工具,既可以采集静态的数据,也可以采集实时变化的数据,是全域、异构、批流一体的数据同步引擎。大家喜欢的话请给我们点个star!star!star ...
分类:Windows程序   时间:2021-04-30 12:14:20    阅读次数:0
Enable Jupyter For C#
.NET Interactive is here! | .NET Notebooks Preview 2 | .NET Blog (microsoft.com)jupyter notebook ...
分类:Windows程序   时间:2021-04-30 11:56:03    阅读次数:0
基于先电的openstack云平台部署(IaaS 平台构建)
IaaS 平台构建 1.关闭防火墙,禁止开机自启 systemctl stop firewalld systemctl disable firewalld 2.设置主机名 hostnamectl set-hostname controller 设置主机名compute 3.设置selinux,per ...
分类:其他好文   时间:2021-04-29 12:11:43    阅读次数:0
19063条   上一页 1 ... 9 10 11 12 13 ... 1907 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!