jaspersoft studio6.x 设计医院检查报告单样式

2023-10-27

今天百度无意检索到医院的检查报告单,我想尝试一下自己对jaspersoft studio6.x 报表工具的掌握情况,我简单编写了一个血液检查单。效果展示如下:

百度图片库关于血液检查报告单样式:

 jaspersoft studio 设计截图:

 源码XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.10.0.final using JasperReports Library version 6.10.0-unknown  -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Blank_A4_1" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="d873c02a-03b0-4f0c-9c40-b5ee38fcfbe0">
	<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
	<property name="com.jaspersoft.studio.data.defaultdataadapter" value="MySQL8"/>
	<subDataset name="Dataset1" uuid="a24663b4-bea2-47cf-baf2-9e81ef0ec2fb">
		<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
		<property name="com.jaspersoft.studio.data.defaultdataadapter" value="MySQL8"/>
		<queryString language="SQL">
			<![CDATA[select * from  act.check_item ]]>
		</queryString>
		<field name="check_item" class="java.lang.String">
			<property name="com.jaspersoft.studio.field.label" value="check_item"/>
			<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
		</field>
		<field name="check_result" class="java.lang.String">
			<property name="com.jaspersoft.studio.field.label" value="check_result"/>
			<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
		</field>
		<field name="check_range" class="java.lang.String">
			<property name="com.jaspersoft.studio.field.label" value="check_range"/>
			<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
		</field>
		<field name="check_unit" class="java.lang.String">
			<property name="com.jaspersoft.studio.field.label" value="check_unit"/>
			<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
		</field>
	</subDataset>
	<queryString>
		<![CDATA[select * from  act.check_item ]]>
	</queryString>
	<field name="sid" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.label" value="sid"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
	</field>
	<field name="user_sid" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.label" value="user_sid"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
	</field>
	<field name="check_item" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.label" value="check_item"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
	</field>
	<field name="check_result" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.label" value="check_result"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
	</field>
	<field name="check_range" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.label" value="check_range"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
	</field>
	<field name="check_unit" class="java.lang.String">
		<property name="com.jaspersoft.studio.field.label" value="check_unit"/>
		<property name="com.jaspersoft.studio.field.tree.path" value="check_item"/>
	</field>
	<title>
		<band height="61" splitType="Stretch">
			<staticText>
				<reportElement x="211" y="0" width="133" height="30" uuid="027ae962-d3b4-4e4f-8974-72956a8bd8fe"/>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<text><![CDATA[深圳盐田人民医院报告单]]></text>
			</staticText>
			<staticText>
				<reportElement x="370" y="41" width="40" height="20" uuid="0eb5b2f3-6206-4de0-bd54-e1d98f651618">
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<text><![CDATA[样本号:]]></text>
			</staticText>
			<textField>
				<reportElement x="410" y="41" width="100" height="20" uuid="61aceaec-7514-4835-a271-9e3ebd93a247">
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["202111290051"]]></textFieldExpression>
			</textField>
		</band>
	</title>
	<columnHeader>
		<band height="90" splitType="Prevent">
			<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
			<property name="com.jaspersoft.studio.layout"/>
			<staticText>
				<reportElement x="0" y="0" width="100" height="30" uuid="5d07f030-8aa4-46a2-9dfd-02a2cf92be90"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[姓名:]]></text>
			</staticText>
			<textField>
				<reportElement x="100" y="0" width="85" height="30" uuid="472a9387-a92c-484d-a298-9a71e7ab387a"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["周志刚"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="185" y="0" width="100" height="30" uuid="26d1b35f-2750-4d9a-a119-3f73b2bfbe54"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[性别:]]></text>
			</staticText>
			<textField>
				<reportElement x="285" y="0" width="85" height="30" uuid="a5980e64-056c-4c35-9ae5-a1f59f8058b3"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["男"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="370" y="0" width="100" height="30" uuid="92f0a3e8-89da-4a73-b8eb-746cad41b1e3"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[年龄:]]></text>
			</staticText>
			<textField>
				<reportElement x="470" y="0" width="85" height="30" uuid="978f53e3-487c-4d11-860a-ef88f5883fe2"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["30"]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="470" y="30" width="85" height="30" uuid="75784a0b-70fe-48e6-926b-34f260b35586"/>
				<box>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["血液"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="370" y="30" width="100" height="30" uuid="6b424858-5d03-4287-ad4d-b0a70ae6ba08"/>
				<box>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[样本内型:]]></text>
			</staticText>
			<staticText>
				<reportElement x="185" y="30" width="100" height="30" uuid="a03c6d88-4b27-469b-8dac-f3bd09f43829"/>
				<box>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[科室:]]></text>
			</staticText>
			<textField>
				<reportElement x="285" y="30" width="85" height="30" uuid="584c97ee-4cf7-4142-993f-51bd52ca0be4"/>
				<box>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["内科"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="30" width="100" height="30" uuid="2eb40ad7-3f34-4112-b75b-4830866c56d4"/>
				<box>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[门诊号:]]></text>
			</staticText>
			<textField>
				<reportElement x="100" y="30" width="85" height="30" uuid="3722ddb9-0843-44f9-8dd9-9574950ea66e"/>
				<box>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["SZ202111290001"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="60" width="138" height="30" uuid="836cfc42-6fac-411e-b3ff-2a110a54111a">
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
				</reportElement>
				<box>
					<topPen lineWidth="1.0"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<text><![CDATA[检查项目]]></text>
			</staticText>
			<staticText>
				<reportElement x="138" y="60" width="138" height="30" uuid="d1c8fb71-b366-40c0-b564-6b91ee0e20dd">
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
				</reportElement>
				<box>
					<topPen lineWidth="1.0"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<text><![CDATA[结果]]></text>
			</staticText>
			<staticText>
				<reportElement x="276" y="60" width="138" height="30" uuid="d2a33b24-ad5a-486c-a00d-eae13a1a97a1">
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
				</reportElement>
				<box>
					<topPen lineWidth="1.0"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<text><![CDATA[参考范围]]></text>
			</staticText>
			<staticText>
				<reportElement x="414" y="60" width="141" height="30" uuid="6525e71a-7d5b-41d2-9ae9-5cfc23b995a5">
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
				</reportElement>
				<box>
					<topPen lineWidth="1.0"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<text><![CDATA[结果值]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="15" splitType="Stretch">
			<textField>
				<reportElement x="0" y="0" width="138" height="15" uuid="2db2a96a-a7f6-4657-8370-706ed6114812">
					<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="631c1d68-337e-4a96-8979-a069b7ba91cc"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
					<property name="com.jaspersoft.studio.unit.tabStopWidth" value="px"/>
				</reportElement>
				<box topPadding="0" leftPadding="0" bottomPadding="0" rightPadding="0"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<paragraph tabStopWidth="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{check_item}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="138" y="0" width="138" height="15" uuid="28faaa67-096f-4263-a92a-39760774242f">
					<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="31a8e334-3ee0-4856-ac2f-c2d2c15e3356"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA[$F{check_result}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="276" y="0" width="138" height="15" uuid="4bf3bf76-8075-4aaa-82e0-4050e345124b">
					<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="71a6b89f-b43e-4b2c-982c-5b9ee7a9509a"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA[$F{check_range}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="414" y="0" width="138" height="15" uuid="d4609d60-572e-4782-9688-9869ff33aa13">
					<property name="com.jaspersoft.studio.spreadsheet.connectionID" value="8e6a6ea5-f932-4faf-b96a-6c005172b0e8"/>
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textElement textAlignment="Center" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA[$F{check_unit}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band height="70">
			<staticText>
				<reportElement x="0" y="0" width="100" height="30" uuid="a2b9bbae-e06e-4c5a-b95b-5cc404ab38a1"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[签收时间:]]></text>
			</staticText>
			<textField>
				<reportElement x="100" y="0" width="85" height="30" uuid="ea4e35b9-f0c8-499c-bceb-3870be2ca90e"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["2021-11-29"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="185" y="0" width="100" height="30" uuid="184a4a3c-affe-4752-b191-5a72aaf73956"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[检验时间:]]></text>
			</staticText>
			<textField>
				<reportElement x="285" y="0" width="85" height="30" uuid="292cfd9e-06db-4e2d-81d2-04e929aca3db"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["2021-11-29"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="370" y="0" width="100" height="30" uuid="86665197-360e-4cd6-b643-20dbcf66c458"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[报告时间:]]></text>
			</staticText>
			<textField>
				<reportElement x="470" y="0" width="85" height="30" uuid="72fdbf1c-df14-4813-9b18-81998820a6a8"/>
				<box>
					<topPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["2021-11-29"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="30" width="100" height="30" uuid="3ca96f25-9be5-4c8c-8645-1d9bd1565663"/>
				<box>
					<topPen lineWidth="1.0" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="1.0" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[申请医生:]]></text>
			</staticText>
			<textField>
				<reportElement x="100" y="30" width="85" height="30" uuid="c8fc2910-f2b4-491e-b898-77cc54032161"/>
				<box>
					<topPen lineWidth="1.0" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["周志刚"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="185" y="30" width="100" height="30" uuid="06fcd75c-82b3-41e2-9dc2-985077f559ac"/>
				<box>
					<topPen lineWidth="1.0" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[检验医生:]]></text>
			</staticText>
			<textField>
				<reportElement x="285" y="30" width="85" height="30" uuid="195d25a4-a5fe-493f-a55a-3fdd75dc1b2d"/>
				<box>
					<topPen lineWidth="1.0" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["周志刚"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="370" y="30" width="100" height="30" uuid="9d3799c2-7f99-4a22-815f-3cc0b4c7d6d4"/>
				<box>
					<topPen lineWidth="1.0" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Right" verticalAlignment="Middle"/>
				<text><![CDATA[审核医生:]]></text>
			</staticText>
			<textField>
				<reportElement x="467" y="30" width="85" height="30" uuid="875b835a-b066-4c92-80bf-0b8024b2aff3"/>
				<box>
					<topPen lineWidth="1.0" lineColor="#FFFFFF"/>
					<bottomPen lineWidth="1.0"/>
				</box>
				<textElement textAlignment="Left" verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA["周志刚"]]></textFieldExpression>
			</textField>
		</band>
	</columnFooter>
</jasperReport>

涉及SQL 表和语句:

DROP TABLE IF EXISTS `check_item`;
CREATE TABLE `check_item`  (
  `sid` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
  `user_sid` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '用户Sid',
  `check_item` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '检查项目',
  `check_result` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '检查结果',
  `check_range` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参考值范围',
  `check_unit` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '检查单位',
  PRIMARY KEY (`sid`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of check_item
-- ----------------------------
INSERT INTO `check_item` VALUES ('1', '1', '白细胞数目', '11.33', '4.00-10.00', '10^9/L');
INSERT INTO `check_item` VALUES ('2', '1', '中粒细胞百分比', '82.3', '50.0-70.0', '%');
INSERT INTO `check_item` VALUES ('3', '1', '淋巴细胞百分比', '12.3', '20.0-40.0', '%');
INSERT INTO `check_item` VALUES ('4', '1', '单核细胞百分比', '4.2', '3.0-8.0', '%');
INSERT INTO `check_item` VALUES ('5', '1', '嗜酸性粒细胞百分比', '1.1', '0.5-5.0', '%');
INSERT INTO `check_item` VALUES ('6', '1', '中性细胞数目', '9.33', '2.0-7.0', '10^9/L');

*.jasper 和*.jrxml 源文件

链接:https://pan.baidu.com/s/1fVckSBsd4XVGq1P3PXOclg 
提取码:1234 
--来自百度网盘超级会员V5的分享

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

jaspersoft studio6.x 设计医院检查报告单样式 的相关文章

  • C语言字符串的替换

    C语言字符串的替换 我的思路 遍历字符串 判断是否与修改的字符一至 include
  • vue3 报错解决:无法找到模块“xxx.vue”的声明文件 xxx隐式拥有 “any“ 类型

    报错原因 typescript 只能理解 ts 文件 无法理解 vue文件 解决方法 在项目根目录或 src 文件夹下创建一个后缀为 XXX d ts 的文件 并写入以下内容 declare module vue import Compon
  • pdsh 2.29 安装

    下载 wget https storage googleapis com google code archive downloads v2 code google com pdsh pdsh 2 29 tar bz2 解包 tar jxvf
  • dma-buf 由浅入深(一) —— 最简单的 dma-buf 驱动程序

    dma buf 由浅入深 一 最简单的 dma buf 驱动程序 dma buf 由浅入深 二 kmap vmap dma buf 由浅入深 三 map attachment dma buf 由浅入深 四 mmap dma buf 由浅入深
  • Windows 64位 Python以及PyCharm社区版的下载安装(步骤清晰版)

    新买的笔记本啥都没有 还得重装 Python 下载 先去官网下载 https www python org 点击下载 进入页面后下滑 找到你想要的版本 点击右边的Download 我安装的版本比较老3 7 2的 推荐也不要选最新的 因为包什
  • Instrument API介绍

    1 Instrumentation介绍 JVMTI JVM Tool Interface 是 Java 虚拟机所提供的 native 编程接口 是 JVMPI Java Virtual Machine Profiler Interface
  • Redis使用教程

    1 Redis 基础 Redis是用C语言开发的一个开源的高性能键值对 Key value 数据库 他通过提供多种键值数据类型来适应不同场景的存储需求 Redis支持的键值数据类型如下 字符串类型 String zhanshen 哈希 ha
  • smith chart

    我说可能比较无力 直接看以下的链接 https www maximintegrated com en design technical documents tutorials 7 742 html http en wikipedia org
  • Java HashSet

    Set 集 集合中的对象不按特定方式排序 并且没有重复对象 List 列表 集合中的对象按索引位置排序 可以有重复对象 允许按照对象在集合中的索引位置检索对象 Map 映射 集合中的没一个元素包含键对象和值对象 不允许有重复的键对象 Jav
  • VSCode打不开或者闪退解决方法

    VSCode打不开或者闪退解决方法 VSCode打不开或者闪退解决方法 一 兼容性测试环境下运行 二 非管理员身份下运行 VSCode打不开或者闪退解决方法 vscode这款开发工具近期出现了闪退 打不开的情况 如下图所示出现了一个框随后就
  • 如何用Python绘制多种风玫瑰图

    前言 风玫瑰是由气象学家用于给出如何风速和风向在特定位置通常分布的简明视图的图形工具 它也可以用来描述空气质量污染源 风玫瑰工具使用Matplotlib作为后端 安装方式直接使用pip install windrose 导入模块 Pytho
  • DNS解析错误分析

    1 如何去查询DNS解析 解析命令 ping host dig 图 1 解析命令 2 dig命名查询的内容解析 图 2 dig查询内容 其中查询状态分为 NOERROR 代表没有错误 NXDOMAIN 否定回答 不存在此记录 REFUSED

随机推荐

  • 光电二极管(Photo-Diode)工作原理 与输出电压计算

    光电二极管 Photo Diode 是由一个PN结组成的半导体器件 具有单方向导电特性 光电二极管是在反向电压作用之下工作的 在一般照度的光线照射下 所产生的电流叫光电流 如果在外电路上接上负载 负载上就获得了电信号 而且这个电信号随着光的
  • lrzsz hisi 移植

    configure prefix INSTALL make CC aarch64 mix210 linux gcc
  • C++:vector

    目录 一 关于vector 二 vector的相关函数 三 相关函数的使用 构造函数 size 编辑 push back 迭代器iterator reserve resize find insert erase sort 一 关于vecto
  • 亚马逊运营:A9排序算法与A10排序算法对比

    文章目录 1 A9算法 2 A10算法 4 技巧 5 参考 1 A9算法 当我们在亚马逊电商平台上搜索一个query 对应返回多个商品 商品排序越靠前 曝光机会越多 越能够被用户点击进而提高转化 满足搜索query的商品特别多 那么亚马逊搜
  • Android Studio 3.0 清除项目用不到的资源

    自己也是一直找 一直找 真正要清除无用资源需要通过Android studio的 Remove Unused Resources选项功能来清除无用资源 操作步骤 选中工程 右键选中Refactor 从Refactor中选中Remove Un
  • Econometrics/Stata再学习(一)

    Tips 1 For large data set memory 2 price index 长时间数据要注意平价 3 在做调查之前 一定要先思考想要什么样的图 是否又方差差异 大体趋势的形式 再去设计问卷问题 调查策略 从相关性到因果关系
  • 通过java实现微信公众号发送微信消息

    感谢好多老哥提供的文档 哈哈 这里我就只是代码贴出来 方便以后copy 1获取token String token Wechat getAccess token appId appSecret getString access token
  • repost: mysql之row_format、溢出页(overflow pages)、mysql数据类型(varchar、text、blob、json)

    repost https blog csdn net aecuhty88306453 article details 102196591 MySQL数据行 row format 溢出的深入理解 在 mysql中 若一张表里面不存在varch
  • mysql 函数使用

    1 GROUP CONCAT 功能 将group by产生的同一个分组中的值连接起来 返回一个字符串结果 语法 group concat distinct 要连接的字段 order by 排序字段 asc desc separator 分隔
  • 苹果APP安装包ipa如何安装在手机上

    苹果APP安装包ipa如何安装在手机上 苹果APP的安装比安卓复杂且困难 很多人不知道如何将ipa文件安装到手机上 以下是几种苹果APP安装在iOS设备的方式 供大家参考 一 上架App Store 这是最正规的方式 虽然审核过程复杂 时间
  • idea 部署SpringBoot项目时打成jar包一些坑的总结

    前一段时间 公司分配给我做一些微服务的功能 比如一些分析 一些可以拿出来的模块 所以采用了SpringBoot搭建的微服务项目 至于关于SpringBoot的介绍 这里就不展开了 今天主要写的是这两天我需要把我本地的项目部署到服务器上 遇到
  • HTML输入框标签

    1
  • 华院计算|切比雪夫,他带起了俄罗斯现代数学的发展

    俄罗斯的数学家们常说 他们的现代数学是由切比雪夫带动而建立和发展起来的 图1 帕夫努蒂 切比雪夫 1869年 帕夫努蒂 切比雪夫 Pafnuty Lvovich Chebyshev 1821年5月16 日 1894年12月8日 出生于离莫斯
  • 编译ORBSLAM2中遇到的一些问题

    从github中下载源码后 按照readme一步步来 安装完各种依赖后 直接运行了build sh 需要注意的是 之前在14 04中安装完依赖后 cmake报错 根据错误信息锁定为cmake版本低 于是重装了cmake 3 9 成功编译 后
  • java 判断当天_java判断一个时间是否是今天的方法

    java判断时间是否是今天 public class Test java 判断一个时间是不是今天的时间范围内 param args public static void main String args String time 2017 0
  • [计算机毕业设计]基于OpenCV的图像梯度与边缘检测

    目录 前言 课题背景与意义 课题实现技术思路 一 图像梯度与几种算子 三 基于OpenCV的实现 最后 前言 大四是整个大学期间最忙碌的时光 一边要忙着准备考研 考公 考教资或者实习为毕业后面临的就业升学做准备 一边要为毕业设计耗费大量精力
  • LinkedHashSet和LinkedHashMap手记

    LinkedHashSet和LinkedHashMap手记 LinkedHashSet和LinkedHashMap是Java集合框架中的两个重要类 它们是HashSet和HashMap的变体 它们在维护插入顺序方面提供了额外的功能 这使得它
  • WVP-PRO+ZLMediaKit搭建GB28181视频平台(linux详细教学)

    文章目录 一 安装WVP PRO 1 源码下载 链接内任选其一 https doc wvp pro cn 2 修改配置 仔细查看每行都有说明注释 3 编译前端页面 4 打包为jar 上传到服务器 二 安装ZLMediaKit 1 前置环境安
  • Android10 Settings系列(五)恢复出厂设置添加重启和关机按钮,增加恢复出厂设置电量限制

    一 前言 这个应该算是一个通用需求 因为源码中的恢复出厂设置确实只有关机 没有恢复出厂设置之后重启的功能 二 准备工作 恢复出厂设置这个找到对应的类很简单 这里直接给出对应的处理类 packages apps Settings src co
  • jaspersoft studio6.x 设计医院检查报告单样式

    今天百度无意检索到医院的检查报告单 我想尝试一下自己对jaspersoft studio6 x 报表工具的掌握情况 我简单编写了一个血液检查单 效果展示如下 百度图片库关于血液检查报告单样式 jaspersoft studio 设计截图 源