01 2021 档案

摘要:1.首先,八种基本数据类型分别是:int、short、float、double、long、boolean、byte、char; 它们的封装类分别是:Integer、Short、Float、Double、Long、Boolean、Byte、Character。 2.Java中的数值都是有符号的,不存在 阅读全文
posted @ 2021-01-30 13:52 九五小庞 阅读(163) 评论(0) 推荐(0) 编辑
摘要:长城超云服务器 阅读全文
posted @ 2021-01-30 10:56 九五小庞 阅读(122) 评论(0) 推荐(0) 编辑
摘要:机房服务器 阅读全文
posted @ 2021-01-30 10:48 九五小庞 阅读(79) 评论(0) 推荐(0) 编辑
摘要:linux下怎么用ssh连接另一台linux服务器 阅读全文
posted @ 2021-01-29 12:24 九五小庞 阅读(946) 评论(0) 推荐(0) 编辑
摘要:Linux 系统启动过程 阅读全文
posted @ 2021-01-28 12:51 九五小庞 阅读(73) 评论(0) 推荐(0) 编辑
摘要:LINUX与Minix之间 阅读全文
posted @ 2021-01-27 23:47 九五小庞 阅读(191) 评论(0) 推荐(0) 编辑
摘要:centos7制作U盘启动盘-九五小庞 阅读全文
posted @ 2021-01-27 21:53 九五小庞 阅读(681) 评论(0) 推荐(0) 编辑
摘要:如何入门并深入学习Linux 阅读全文
posted @ 2021-01-24 19:19 九五小庞 阅读(616) 评论(0) 推荐(0) 编辑
摘要:一、以下的方法会引起索引失效 ‍1,<>2,单独的>,<,(有时会用到,有时不会)3,like "%_" 百分号在前.4,表没分析.5,单独引用复合索引里非第一位置的索引列.6,字符型字段为数字时在where条件里不添加引号.7,对索引列进行运算.需要建立函数索引.8,not in ,not exi 阅读全文
posted @ 2021-01-24 19:08 九五小庞 阅读(1458) 评论(0) 推荐(0) 编辑
摘要:首先判断一下是不是缺少了ifconfig,它是在/sbin目录下的 [root@localhost ~]# cd /sbin查看一下是否有 ifconfig [root@localhost sbin]# ls 没有 ifconfig 的话安装 net-tools package [root@loca 阅读全文
posted @ 2021-01-24 19:06 九五小庞 阅读(73) 评论(0) 推荐(0) 编辑
摘要:Linux 系统目录结构 阅读全文
posted @ 2021-01-24 11:20 九五小庞 阅读(70) 评论(0) 推荐(0) 编辑
摘要:CentOS 7安装MariaDB 10详解以及相关配置 阅读全文
posted @ 2021-01-23 23:38 九五小庞 阅读(247) 评论(0) 推荐(0) 编辑
摘要:安装centos7的时候 启动会提示Please make your choice from above问题解决 阅读全文
posted @ 2021-01-23 23:29 九五小庞 阅读(892) 评论(0) 推荐(0) 编辑
摘要:VMware安装Centos7超详细过程(图文) 阅读全文
posted @ 2021-01-23 23:14 九五小庞 阅读(211) 评论(0) 推荐(0) 编辑
摘要:idea插件(mybatis框架下mapper接口快速跳转对应xml文件)亲测好用! 阅读全文
posted @ 2021-01-21 22:12 九五小庞 阅读(721) 评论(0) 推荐(0) 编辑
摘要:Linux下设置MySQL的环境变量: 阅读全文
posted @ 2021-01-18 17:47 九五小庞 阅读(340) 评论(0) 推荐(0) 编辑
摘要:linux二进制安装mariadb 阅读全文
posted @ 2021-01-18 17:29 九五小庞 阅读(260) 评论(0) 推荐(0) 编辑
摘要:ORACLE数据库表空间使用率查询 阅读全文
posted @ 2021-01-18 15:32 九五小庞 阅读(290) 评论(0) 推荐(0) 编辑
摘要:Nginx反向代理 阅读全文
posted @ 2021-01-18 15:01 九五小庞 阅读(86) 评论(0) 推荐(0) 编辑
摘要:NGINX配置pdf文件可直接下载 阅读全文
posted @ 2021-01-14 22:40 九五小庞 阅读(1129) 评论(0) 推荐(0) 编辑
摘要:找到配置文件my.ini ,然后将其打开,可以选择用记事本打开 打开后,搜索mysqld关键字 找到后,在mysqld下面添加skip-grant-tables,保存退出。 PS:若提示不让保存时,可以将该文件剪切到桌面,更改保存后再复制到mySQL目录下 保存后重启mySQL 然后运行cmd 输入 阅读全文
posted @ 2021-01-13 19:26 九五小庞 阅读(256) 评论(0) 推荐(0) 编辑
摘要:1.报告单设计需求 当报告内容超出文本框的时候,可以自动缩小字体,把报告内容显示全。 报表使用的是: FastReport 2.实现此功能 代码中添加: private void Text18_AfterData(object sender, EventArgs e) { if(Text18.Tex 阅读全文
posted @ 2021-01-13 18:09 九五小庞 阅读(278) 评论(0) 推荐(0) 编辑
摘要:SQL> startup mountORA-01081: 无法启动已在运行的 ORACLE - 请首先关闭它SQL> shutdown immediateORA-01109: 数据库未打开 已经卸载数据库。ORACLE 例程已经关闭。SQL> startup mountORACLE 例程已经启动。 阅读全文
posted @ 2021-01-13 17:08 九五小庞 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-11 00:29 九五小庞 阅读(69) 评论(0) 推荐(0) 编辑
摘要:linux下安装nginx 阅读全文
posted @ 2021-01-06 23:26 九五小庞 阅读(62) 评论(0) 推荐(0) 编辑
摘要:如何在Linux中更改默认的MySQL / MariaDB端口 阅读全文
posted @ 2021-01-06 23:21 九五小庞 阅读(2554) 评论(0) 推荐(0) 编辑
摘要:Linux常用命令大全(非常全!!!) 阅读全文
posted @ 2021-01-06 18:49 九五小庞 阅读(91) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示