【MapSheep】
[好记性不如烂笔头]
摘要: 设置编码 看图 {{uploading-image-934779.png(uploading...)}} 阅读全文
posted @ 2021-02-08 17:25 (Play) 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 实体类 class Student { private String studentName; private Integer studentAge; public Student() { } public Student(String studentName, Integer studentAge 阅读全文
posted @ 2021-02-08 11:02 (Play) 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: rpm -i –prefix=/home/gpadmin greenplum-db-6.0.0-rhel6-x86_64.rpm 将greenplum-db-6.0.0-rhel6-x86_64.rpm包安装到/home/gpadmin目录下。 阅读全文
posted @ 2021-02-08 10:39 (Play) 阅读(1666) 评论(1) 推荐(0) 编辑
摘要: Python 记录于:2020年11月17日21:07:10 代码演练 # CodeSheep01.py # python 加减乘除 print(2 + 4) print(4 - 2) print(4 / 2) print(2 * 2) print((2 + 4) * 5 / 2) # 转为int类 阅读全文
posted @ 2021-02-08 10:30 (Play) 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 节点目标 记录于:2020年4月1日23:06:02 目录 Linux系统介绍 Linux的目录和文件操作命令 Linux的用户和权限命令以及其他常见命令 Linux系统下软件安装和项目部署 终端连接Linux系统:ssh ubuntu@192.168.164.131 Linux系统介绍 常见的服务 阅读全文
posted @ 2021-02-08 10:24 (Play) 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 项目依赖子项目的包 子项目执行 mvn clean install package 会在此相对路径下生成 repository\com\cpit\htribbon\icpBtHlhtRibbon\0.0.1\icpBtHlhtRibbon.jar 父项目引入,pom文件中添加依赖项 <!--导入拆分 阅读全文
posted @ 2021-02-08 10:11 (Play) 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 前端代码演示 <%--前端带上参数请求struts.xml配置文件中的hello--%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="s" uri="/struts-tags" 阅读全文
posted @ 2021-02-08 09:58 (Play) 阅读(44) 评论(0) 推荐(0) 编辑