yum使用,http2.4编译安装,磁盘分区,格式化,逻辑卷创建与挂载
分类:
Web程序 时间:
2020-09-17 23:43:47
阅读次数:
38
Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base: mirrors.aliyun.com * c6-media: * extras: ...
分类:
其他好文 时间:
2020-09-17 20:48:20
阅读次数:
33
今天给大家分享在VC6.0环境下编写C语言程序的基本步骤,为初学者打开学习C语言的第一道门。具体步骤如下(如果需要软件资源,可以留言): 1)新建工作区 依次点击 文件--新建--工作区 或是Ctrl+N,新建工作区,弹出如下界面。 点击“确定”按钮完成工程的创建。 2) 新建Win32 Conso ...
分类:
编程语言 时间:
2020-09-17 19:36:39
阅读次数:
26
很多用户在使用Navicat Premium 12连接MySQL数据库时会出现 Authentication plugin 'caching_sha2_password' cannot be loaded 出现这个原因是mysql8 之前的版本中加密规则是mysql_native_password, ...
分类:
数据库 时间:
2020-09-17 19:00:52
阅读次数:
42
Mybatis加载配置的流程 我们知道mybatis在ORM框架中具有举足轻重的地位,接下来几篇博客文章将对mybatis的原理和设计理念进行解析,会发现很多很多令人惊喜的设计和想法。 在mybatis的源码分析流程中,我大概分成四个模块:1、配置加载;2、映射绑定;3、执行操作,封装结果;4、插件 ...
分类:
其他好文 时间:
2020-09-17 12:24:31
阅读次数:
25
mac上本来安装了php7.1版本,后来安装了node,结果再次执行php的时候,出现错误 dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib Referenced from: /usr/local/opt/p ...
分类:
Web程序 时间:
2020-09-14 19:18:32
阅读次数:
81
mysql中group_concat(id SEPARATOR ",")过长造成截断
分类:
数据库 时间:
2020-09-12 21:34:35
阅读次数:
55
Linux的防火墙SELinux临时生效setenforce0[root@jinkai~]#[root@jinkai~]#getenforceEnforcing[root@jinkai~]#setenforce0[root@jinkai~]#getenforcePermissive永久生效修改配置文件:/etc/selinux/config重启后生效[root@jinkai~]#cat/etc/s
分类:
其他好文 时间:
2020-09-11 15:51:53
阅读次数:
46
<div class="imt-right-inputs"> <input style="width: 292px; height: 32px;font-size:16px;resize: none;" id="vcode" name="txt" clos="60" rows="5" warp="v ...
分类:
其他好文 时间:
2020-08-31 11:55:54
阅读次数:
42
登录数据库创建单独的数据表空间和临时表空间,操作如下: [oracle@rt1 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed Aug 26 03:55:24 2020 Copyright (c) 1982 ...
分类:
数据库 时间:
2020-08-29 15:30:18
阅读次数:
62