码迷,mamicode.com
首页 >  
搜索关键字:dial    ( 729个结果
部署k8s ssl集群实践4:部署etcd集群
参考文档:https://github.com/opsnull/follow-me-install-kubernetes-cluster感谢作者的无私分享。集群环境已搭建成功跑起来。文章是部署过程中遇到的错误和详细操作步骤记录。如有需要对比参考,请按照顺序阅读和测试。4.1下载和分发二进制安装包[root@k8s-masterkubernetes]#wgethttps://github.com/c
分类:其他好文   时间:2018-08-27 12:40:41    阅读次数:6781
Linux 03 基础命令
上传与下载 支持包在Dial-up Networking Support选项里,没有装可以通过 在使用远程工具上:root用户的命令后标记是#号,而一般用户的话则是$号 一些基础命令 ...
分类:系统相关   时间:2018-08-22 18:26:15    阅读次数:178
sparkSQL 简介
一、Spark SQL的特点 1、支持多种数据源:Hive、RDD、Parquet、JSON、JDBC等。2、多种性能优化技术:in-memory columnar storage、byte-code generation、cost model动态评估等。3、组件扩展性:对于SQL的语法解析器、分析 ...
分类:数据库   时间:2018-08-22 18:23:03    阅读次数:158
c# 可获取系统环境
c# 可获取系统环境, 启动进程执等 *.shell [MenuItem("Tools/DesignHelper/Clean and Pull")] private static void CleanAndPull() { var proc = new System.Diagnostics.Proc ...
分类:Windows程序   时间:2018-08-22 16:43:35    阅读次数:149
Design of a machine for the universal non-contact measurement of large free-form optics with 30 nm uncertainty
4.3. Metrology system design The metrology loop should measure the position of the probe relative to the product within the measurement plane. The pro ...
分类:系统相关   时间:2018-08-18 11:27:44    阅读次数:173
CSS 渐变色
CSS linear-gradient() 函数 http://www.runoob.com/cssref/func-linear-gradient.html CSS radial-gradient() 函数 http://www.runoob.com/cssref/func-radial-grad ...
分类:Web程序   时间:2018-08-16 17:41:55    阅读次数:324
Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused
配置docker网络flannel时,配置etcd的key的时候出现以下错误 Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: con ...
分类:其他好文   时间:2018-08-16 13:46:46    阅读次数:2017
hibernate不能自动建表:MySQLSyntaxErrorException: Table '' doesn't exist
修改前: <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> 修改后: <property name="hibernate.dialect">org.hibernate.dialect.My ...
分类:数据库   时间:2018-08-13 00:43:54    阅读次数:275
C#脚本编写经验总结
为了快速的开发小软件,我利用C#中的动态编译做了一个“C#解释器”,当然它并不是解释执行的。 完了以后,编写了一些C#脚本,在此期间发现了一些在IDE中编程会忽略的知识,下面一一列举一下。 STAThread 一次编写脚本时,发现FolderBrowserDialog好像失效了,不能正常弹出。 后来 ...
分类:Windows程序   时间:2018-08-11 01:18:30    阅读次数:197
ajax大并发问题
今天在对项目做性能分析时发现,js代码中同时发出的多个异步请求耗时很长,查看服务器处理?时间发现,每个请求的响应都在毫秒级,但是页面请求的响应时间却在1秒左右,百思不得其解,后来仔细测试发现,这个并发的ajax请求虽然是同时进入的服?务器,但是各自的处理时间却存在彼此等待的情况,每个请求的时间处理时 ...
分类:Web程序   时间:2018-08-09 17:20:44    阅读次数:174
729条   上一页 1 ... 23 24 25 26 27 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!