码迷,mamicode.com
首页 >  
搜索关键字:win10 iot core    ( 25066个结果
端应用研发进入云原生时代
多样化用户体验(Multiexprience)与大前端 随着云计算、移动化、IoT、AI 等技术概念地落地和持续发展,社会的数字化进程在不断加速。Gartner 近期发布了新的企业应用架构方法论 MASA(Mesh Application and Service Architechture,网格应用 ...
分类:其他好文   时间:2021-01-13 10:43:09    阅读次数:0
如何使用U盘为电脑安装Win10系统
U盘装Win10系统 重装系统同理 1、打开浏览器,搜索微软官方下载win10,找到此项 或者直接复制此链接:https://www.microsoft.com/zh-cn/software-download/windows10 2、打开后点击这个 3、下载后出现这个软件 4、打开此软件,选择安装介 ...
分类:Windows程序   时间:2021-01-13 10:34:58    阅读次数:0
springboot建立web应用程序的坑(tomcat-embed-core)
这里踩了一个大坑,因为spring-boot-starter-web这个jar包中已经有tomcat了,所以有一定的机率 导致创建web项目失败, 所以要做一件事,就是把tomcat排除 <dependency> <groupId>org.springframework.boot</groupId> ...
分类:编程语言   时间:2021-01-12 11:06:17    阅读次数:0
redis安装报错:creating server tcp listening socket 127.0.0.1:6379: bind No error
错误重现 redis安装报错:creating server tcp listening socket 127.0.0.1:6379: bind No error 笔者环境 系统版本:win10企业版 redis版本:3.2.100 安装方式 > redis.msi安装 解决方式 依次输入以下命令: ...
分类:其他好文   时间:2021-01-12 11:05:08    阅读次数:0
Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found 解决办法
问题 每次vs重启都提示安装证书,即使执行dotnet dev-certs https --clean,dotnet dev-certs https -t然后重启vs也不行。 环境 win10, vs2019 解决办法 运行输入certmgr.msc 在个人,受信任的根证书颁发机构内删除颁发给loc ...
分类:Web程序   时间:2021-01-11 11:29:01    阅读次数:0
Win10安装ArcGIS 10.8时报错需要 Microsoft Visual C++ 2015-2019 Redist 14.22.27821或更高版本的问题
Win10 x64 安装 ArcGIS 10.8,运行Setup.exe时,总是报错需要 Microsoft Visual C++ 2015-2019 Redist 14.22.27821或更高版本 从 Microsoft 官网下载:https://support.microsoft.com/en- ...
分类:编程语言   时间:2021-01-11 11:19:19    阅读次数:0
jsDOM批量插入节点性能测试
测试配置: cpu:Intel(R) Core(TM) i7-9750H CPU @2.60GHz gpu:GTX1650 4G 内存:DDR4 2667MHz 浏览器:Chrome 版本 87.0.4280.141 // 测试执行耗时方法 function getRunTime(fun) { co ...
分类:Web程序   时间:2021-01-11 11:13:22    阅读次数:0
window环境编译 openlookeng
OpenLooKeng是华为开源的高性能数据虚拟化引擎,github:https://github.com/openlookeng/hetu-core OpenLooKeng 基于 PrestoSql(现改名:Trino)开发的, Presto编译环境不支持windows,windows上运行需要进 ...
分类:Windows程序   时间:2021-01-11 11:10:17    阅读次数:0
asp.net core 5.0 中的 JsonConsole
asp.net core 5.0 中的 JsonConsole Intro asp.net core 5.0 中日志新增了 JsonConsole,还是输出日志到 Console,但是会应用 Json 格式的一个 Formatter 把日志序列化成 json 再输出到控制台 Sample 一起来看一 ...
分类:Web程序   时间:2021-01-11 10:50:29    阅读次数:0
jdbc连接Apache druid
//jdbc连接druid<dependency> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-core</artifactId> <version>1.15.0</version> </dependency> ...
分类:数据库   时间:2021-01-11 10:37:33    阅读次数:0
25066条   上一页 1 ... 42 43 44 45 46 ... 2507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!