码迷,mamicode.com
首页 >  
搜索关键字:思科认证网络 软件定义网络 openflow sdn    ( 7593个结果
ssh免密登陆相关配置
一 配置ssh秘钥 在master,slave机器上都生成ssh如下: [root@localhost ~]# su - postgres [postgres@localhost ~]$ ssh-keygen -t rsa [postgres@localhost ~]$ cat ~/.ssh/id_ ...
分类:其他好文   时间:2020-07-28 22:34:29    阅读次数:103
【移动端】ionic cordova 打包debug调试版、release发布版
打包debug调试版 在工程目录下执行cordova build android,生成的apk就是debug调试版本;apk生成目录:/platforms/android/app/build/outputs/apk/debug/app-debug.apk 打包release发布版在工程目录下执行co ...
分类:移动开发   时间:2020-07-28 22:26:11    阅读次数:102
Exception code: 0xE0434352
0xE0434352 is the exception code for all .NET exceptions so that won't tell you much. How did you got this exception code? The event log? Your best be ...
分类:其他好文   时间:2020-07-28 16:56:56    阅读次数:69
踩坑了!踩坑了!NHibernate使用批量插入Oracle数据,Batch属性
今天看NHibernate文档,发现了NHibernate提供批量操作数据的支持,目前仅支持sql server和Oracle,果断要试试啊。结果发现,竟然批量插入Oracle数据无效。以下是我的hbm配置文件内容。 1 <hibernate-configuration xmlns="urn:nhi ...
分类:数据库   时间:2020-07-28 14:35:00    阅读次数:85
运算符和关系运算符
运算符 ++ 表示自身+1 在后面 是先赋值 再自身+1 在前面是先自身+1再赋值 += a= 5 a += 2 a = a+2 a -= 3 a = a-3 》》 先换二进制然后移动所显示的数位 关系运算符 = 位赋值运算符 ==为等于运算符 关系表达方式的结果为布尔值 》, 《,》=,《=运算的 ...
分类:其他好文   时间:2020-07-28 14:30:16    阅读次数:75
图形化界面工具SQLyog的基本使用
1、安装后连接本地数据库 参考:https://blog.csdn.net/qq_41520612/article/details/95474531 2、SQLyog的基本使用 ...
分类:数据库   时间:2020-07-27 09:28:02    阅读次数:99
SpringBoot配置Logback日志
环境 SpringBoot1.5.20 前言 SpringBoot项目中,spring-boot-starter已经包含了spring-boot-starter-logging,不需要再引入依赖 代码配置 LogConfig.java import java.net.InetAddress; imp ...
分类:编程语言   时间:2020-07-26 23:08:30    阅读次数:85
【E-06】UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 2740: illegal multibyte sequence
使用python的时候经常会遇到文本的编码与解码问题,其中很常见的一种解码错误如题目所示, 1、编码设置 第一行没有设置 # _*_ coding:utf-8 _*_ 2、后面处理数据时没有转码下,如open函数上 处理如下:with open("data.txt",'r',encoding='UT ...
分类:其他好文   时间:2020-07-26 22:53:19    阅读次数:74
Gitlab-runner 安装
Gitlab-runner 安装 注册 runner 时 获取 url 和 token http://xxxxxxxx/admin/runners 参考资料: Install GitLab Runner GitLab Runner的安装与使用 ...
分类:其他好文   时间:2020-07-26 19:36:02    阅读次数:71
CentOS 8 防火墙 firewall 相关命令
参考原文链接:https://blog.csdn.net/cool_summer_moon/article/details/78744009 CentOS 8 默认使用的是firewall作为防火墙, 使用systemctl来管理服务和程序,包括了 service 和 chkconfig 。 查看防 ...
分类:其他好文   时间:2020-07-26 19:15:24    阅读次数:88
7593条   上一页 1 ... 28 29 30 31 32 ... 760 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!