上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 46 下一页

2021年10月21日

Servlet---Filter

摘要: package com.an.tomcatservlet; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.S 阅读全文

posted @ 2021-10-21 17:29 anpeiyong 阅读(21) 评论(0) 推荐(0)

Servlet

摘要: package com.an.tomcatservlet; import javax.servlet.ServletConfig; import javax.servlet.ServletContext; import javax.servlet.ServletException; import j 阅读全文

posted @ 2021-10-21 16:59 anpeiyong 阅读(19) 评论(0) 推荐(0)

2021年9月28日

JavaSE---Class

摘要: 1、概述 Instances of the class {@code Class} represent classes and interfaces in a running Java application. Class 代表 Java运行时 中 类和接口的实例。 An enum is a kin 阅读全文

posted @ 2021-09-28 17:02 anpeiyong 阅读(57) 评论(0) 推荐(0)

2021年9月6日

JavaSE---java中的error_exception

摘要: 1、Throwable The Throwable class is the superclass of all errors and exceptions in the Java language. Only objects that are instances of this class (or 阅读全文

posted @ 2021-09-06 15:10 anpeiyong 阅读(88) 评论(0) 推荐(0)

2021年8月26日

MySQL---答疑

摘要: 1、mysql中允许 唯一索引中包含null 存在多个 阅读全文

posted @ 2021-08-26 18:09 anpeiyong 阅读(25) 评论(0) 推荐(0)

2021年8月5日

java中四舍五入

摘要: 1、BigDecimal import java.math.BigDecimal; import static java.math.BigDecimal.ROUND_HALF_DOWN; public class Test { public static void main(String[] arg 阅读全文

posted @ 2021-08-05 22:54 anpeiyong 阅读(266) 评论(0) 推荐(0)

2021年7月29日

Java中对大量数据分批处理

摘要: <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>com 阅读全文

posted @ 2021-07-29 21:15 anpeiyong 阅读(2594) 评论(0) 推荐(0)

2021年7月15日

fastvalidator

该文被密码保护。 阅读全文

posted @ 2021-07-15 14:13 anpeiyong 阅读(0) 评论(0) 推荐(0)

2021年6月23日

《移动计算及应用开发技术---无线网络技术》---电子科技大学

摘要: 1、无线电波传播 1.1、如何覆盖? 单机 -> 小区制 -> (正六边形 使用的基站最少) 蜂窝 1.2、个域网 声波 声波通信原理 框架 问题 红外线 蓝牙 结构 问题 同频干扰 解决 跳频 工作方式 RFID 系统结构 有无电源 NFC 工作模式 1.3、局域网 ZigBee 阅读全文

posted @ 2021-06-23 16:26 anpeiyong 阅读(102) 评论(0) 推荐(0)

《移动计算及应用开发技术---概述》---电子科技大学

摘要: 1、移动计算环境 1.1、通信要解决的问题 1.2、通信发展历史 1.3、网络要解决的问题 1.4、移动计算概念 利用 移动终端 通过 无线网络和固定网络 与 远程服务器 进行 交换数据的 分布计算环境; 1.5、移动计算的特点 1.6、移动计算三要素 2、信息交互 发送方: 将 信息A 进行编码( 阅读全文

posted @ 2021-06-23 15:25 anpeiyong 阅读(398) 评论(0) 推荐(0)

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 46 下一页

导航