码迷,mamicode.com
首页 >  
搜索关键字:cannot connect to th    ( 19082个结果
02-远程升级篇-什么是http,怎么通过http下载数据
说明问一下大家:什么是http?http的实质是什么?网上好多介绍http的,是否说到了实质?是否让你完全透彻?搭建好web服务器(Windows)1.按照基本控制篇以下两节搭建好web服务器;<ignore_js_op>2.网站根目录<ignore_js_op>3.所谓网站根目录就是在浏览器上输入 ...
分类:Web程序   时间:2020-06-29 18:49:06    阅读次数:77
mariadb设置utf8mb4
mariaDB的设置方法: #vim /etc/my.conf [mysqld] character_set_server=utf8mb4 collation-server=utf8mb4_unicode_ci init_connect='SET NAMES utf8mb4' skip-charac ...
分类:数据库   时间:2020-06-29 18:46:48    阅读次数:104
The type XXX cannot be resolved. It is indirectly referenced from required .class files错误.
https://blog.csdn.net/linyeban/article/details/53812641 在Eclipse中遇到The type XXX cannot be resolved. It is indirectly referenced from required .class f ...
分类:其他好文   时间:2020-06-29 16:56:58    阅读次数:83
[Functional Programming] Function modelling -- 8. Compose Functors
Path: Compose Functors -> Monad Transformers -> Free Monad Compose Functors: Let's say we have a Task holding a Either. And we want simply apply a .ma ...
分类:其他好文   时间:2020-06-29 15:05:19    阅读次数:52
MongoShake数据同步工具
MongoShake mongodb数据同步工具
分类:其他好文   时间:2020-06-29 11:26:31    阅读次数:283
typescript+vue 常见报错
报错1. main.ts报错( Cannot find module './App.vue'.) 原因: typescript不能识别.vue文件 解决办法: 引入vue的typescript declare库在tsconfig.json中加入 其中,types是自己延伸的一些declare 下面的 ...
分类:其他好文   时间:2020-06-29 09:54:22    阅读次数:74
【安装】Ubuntu之MySQL
工欲善其事,必先利其器。 Ubuntu18.04安装MySQL 1. 命令安装 sudo apt-get install mysql-server sudo apt-get install mysql-client sudo apt-get install libmysqlclient-dev 安装 ...
分类:数据库   时间:2020-06-28 18:49:39    阅读次数:73
.net core2.x 元组不能在表达树使用
错误信息 Cannot resolve method Void .ctor(Int32, Int32, System.Decimal, System.Decimal) because the declaring type of the method handle System.ValueTuple` ...
分类:Web程序   时间:2020-06-28 18:38:02    阅读次数:69
secureCRT下载虚拟机文件到本地
SecureCRT 软件有一个直接从服务器端下载文件到本地的方法。 步骤: 在服务器窗口上右键,选择Connect SFTP Session 选择之后会生成一个新的sftp窗口,输入想要下载的文件所在的目录,回车 输入命令: lcd f:\aa PS: f:\aa 表示将文件从服务器上下载后存放在本 ...
分类:其他好文   时间:2020-06-28 18:23:59    阅读次数:157
vue2.0以上版本安装sass(scss) 、vue项目启动出现cannot GET /服务错误
vue项目启动出现cannot GET /服务错误 查看控制台 是一些sass相关库没安装成功 进行下面操作进行安装,再次启动,完美解决! 一、首先说明sass和scss的区别。 1、异同:1)简言之可以理解scss是sass的一个升级版本,完全兼容sass之前的功能,又有了些新增能力。语法形式上有 ...
分类:Web程序   时间:2020-06-28 18:13:32    阅读次数:69
19082条   上一页 1 ... 67 68 69 70 71 ... 1909 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!