SSM整合 供备忘和查询 前期准备 新建Maven项目,添加web支持 导入必要依赖 <dependencies> <!--Junit测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version ...
分类:
其他好文 时间:
2020-08-05 00:05:13
阅读次数:
65
下载安装程序 wget https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run (window版本:https://www.apachefriends.org/xampp-files/ ...
分类:
系统相关 时间:
2020-07-30 22:10:03
阅读次数:
93
location /php/ { alias /usr/share/nginx/php/; index index.html index.htm index.php; if (!-e $request_filename) { rewrite ^/php/(.*)$ /php/index.php?s= ...
分类:
其他好文 时间:
2020-07-30 22:05:36
阅读次数:
75
使用 Samba 或 NFS 实现文件共享 --Samba 文件共享服务;--NFS(网络文件系统);--autofs 自动挂载服务。 1 Samba 文件共享服务Samba 服务程序现在已经成为在 Linux 系统与 Windows系统之间共享文件的最佳选择。安装 [root@iscsi ~]# ...
分类:
系统相关 时间:
2020-07-29 17:49:33
阅读次数:
102
Samba的配置 samba是通过smb协议使得windows和unix之间能够文件共享的软件 首先要获得本机的ip地址 ifconfig //查看本机IP,连接时需要。 su //先获取root权限 useradd samba //设置samba用户 passwd samba //设置samba密 ...
分类:
其他好文 时间:
2020-07-29 00:43:57
阅读次数:
79
1.存储的一些概念和术语 SCSI:小型计算机系统接口(Small Computer System Interface) FC:光纤通道(Fibre Channel) DAS:直连式存储(Direct Attached Storage) NAS:网络接入存储(Network At tached St ...
分类:
其他好文 时间:
2020-07-28 22:54:12
阅读次数:
110
废话不多说了。一切见:setup-oracle11g.sh #!/bin/sh ##gcc-8 ###################################### cat <<eof>>/etc/profile export DISPLAY=192.168.157.1:0 alias cl ...
分类:
数据库 时间:
2020-07-28 17:09:12
阅读次数:
86
cifs协议是windows与linux系统之间文件共享的一种协议,其中代表的软件是samba。cifs全称是common internet file system通用互联网文件系统协议。 linux服务端samba主程序包samba [root@x160 ~]# yum install -y sa ...
分类:
其他好文 时间:
2020-07-28 13:51:03
阅读次数:
101
MyBatis的别名注解失效问题 一、问题描述 在实体类上采用注解定义别名,进行测试依旧报错 (1)pojo实体类 (2)mapper映射文件 (3)Test测试类 二、问题原因 查看一下mybatis官网,别名介绍!!! 三、解决办法 直接在你的mybatis-config.xml文件中加上 <t ...
分类:
其他好文 时间:
2020-07-28 00:11:12
阅读次数:
151
// 1. 数据库数据 // { // "avatar": { // 集合(表名) // "data": [ // 数据 // { // "_id": "1", // "alias": "john", // "region": "asia", // "scores": [40, ...
分类:
数据库 时间:
2020-07-27 23:57:42
阅读次数:
100