码迷,mamicode.com
首页 >  
搜索关键字:microsoft deployment toolkit 2013 update 1    ( 34626个结果
Cython的坑(未解决)
使用pycharm出现了错误: Compile Cython Extensions Error 点击install无效,各种方法都无效,网上说需要Microsoft Visual C++ Build Tools,使用Microsoft Visual C++ Build Tools修复仍然无效; 找到 ...
分类:其他好文   时间:2021-04-15 12:01:48    阅读次数:0
sql server tcp链接工具
官网:https://docs.microsoft.com/zh-cn/sysinternals/downloads/tcpview 【0】介绍 TCPView是一个Windows程序,它将为您显示系统上所有TCP和UDP端点的详细列表,包括本地和远程地址以及TCP连接状态。在Windows Ser ...
分类:数据库   时间:2021-04-15 12:00:07    阅读次数:0
How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops
How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops Regular expressions are used for Pattern Matching. To use in Excel fo ...
分类:其他好文   时间:2021-04-14 12:44:22    阅读次数:0
【论文阅读】Stanza: A Python Natural Language Processing Toolkit for Many Human Languages[ACL2020]
本文介绍的是斯坦福自然语言处理工具的升级版:Stanza,在v1.0.0之前,这个工具被称为StanfordNLP。 2021年了,今天想使用斯坦福自然语言处理工具发现人家升级了,不用安装JDK了,只需要 Stanza supports Python 3.6 or later. We recomme ...
分类:编程语言   时间:2021-04-14 12:00:36    阅读次数:0
《MySQL技术内幕-InnoDB存储引擎》整理5-锁
一、什么是锁 锁机制用于管理对共享文件的并发访问,并提供数据的完整性和一致性。对于MyISAM引擎,其锁是表锁结构,在并发情况下读没有问题,但是并发插入时性能较差。而对于Microsoft SQL Server,在乐观并发下支持行级锁,但是锁越多开销越大,因此会有锁升级,行锁会升级到表锁,导致并发能 ...
分类:数据库   时间:2021-04-13 12:26:21    阅读次数:0
[Swagger]Unable to resolve service for type 'Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider' while attempting to activate
详细错误如下 System.AggregateException:“Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Swashbuckl ...
分类:Windows程序   时间:2021-04-13 12:19:16    阅读次数:0
Outlook2016 2019修改默认存储路径文件夹
默认情况下通过Outlook2016 & 2019客户端新建邮箱账户的时候,数据文件总是被保存在默认目录“C:\Users\用户名\AppData\Local\Microsoft\Outlook”中,网上搜索到很多方法都是通过更改配置默认数据文件操作,但是这种方法经在我的电脑上没有操作成功,几经波折 ...
分类:其他好文   时间:2021-04-13 11:51:47    阅读次数:0
MySQL 忘记密码
1. vi /etc/my.cnf 2. update mysql.user set authentication_string=password('123456') where user='root' and host='localhost'; 3. FLUSH PRIVILEGES; ...
分类:数据库   时间:2021-04-12 12:44:01    阅读次数:0
vs2019设置VC_IncludePath
找到Microsoft.Cpp.Common.props文件 打开然后搜索VC_IncludePath,它里面是依赖一些配置的 以VC_VC_IncludePath为例,搜索VC_VC_IncludePath,发现它里面又依赖一些配置 所以接着搜索VCInstallDir,发现它里面其实是一些注册表 ...
分类:其他好文   时间:2021-04-12 12:09:54    阅读次数:0
OpenWrt创建新用户及搭建samba服务器
1.安装依赖的软件包 opkg install shadow-common opkg install shadow-useradd 2、搭建samba服务器 opkg update opkg install samba36-server opkg install luci-app-samba opk ...
分类:其他好文   时间:2021-04-10 13:08:52    阅读次数:0
34626条   上一页 1 ... 23 24 25 26 27 ... 3463 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!