摘要: 1 ScrollTrigger.create({ 2 trigger: '.box', 3 start: 'top top', 4 end: '+=2000', 5 markers: true, 6 scrub: true, 7 pin: true, 8 animation: 9 gsap.time 阅读全文
posted @ 2024-02-18 08:44 湖北技升软件 阅读(54) 评论(0) 推荐(0)
摘要: # java ```java import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; public class W 阅读全文
posted @ 2023-07-24 09:11 湖北技升软件 阅读(45) 评论(0) 推荐(0)
摘要: --建立链接服务器 EXEC sp_addlinkedserver @server = 'SyncSourceServer', -- 链接服务器的名称 @srvproduct = '', @provider = 'SQLNCLI', -- 固定,不更改 @datasrc = '127.0.0.1'; 阅读全文
posted @ 2023-07-24 09:10 湖北技升软件 阅读(24) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-03-15 15:51 湖北技升软件 阅读(0) 评论(0) 推荐(0)
摘要: mysql导入文本步骤 1、修改mysql.ini ,增加配置 [mysqld] local_infile=ON [mysql] local_infile=ON 2、springboot mysql配置增加 allowLoadLocalInfile=true url: jdbc:mysql://lo 阅读全文
posted @ 2023-01-12 15:44 湖北技升软件 阅读(197) 评论(0) 推荐(0)
摘要: 1、引入依赖 <!-- https://mvnrepository.com/artifact/net.sf.jacob-project/jacob --> <dependency> <groupId>net.sf.jacob-project</groupId> <artifactId>jacob</ 阅读全文
posted @ 2023-01-12 10:05 湖北技升软件 阅读(70) 评论(0) 推荐(0)
摘要: 获取系统属性 System.out.println("Java运行时环境版本:"+System.getProperty("java.version")); System.out.println("Java 运行时环境供应商:"+System.getProperty("java.vendor")); 阅读全文
posted @ 2023-01-12 09:57 湖北技升软件 阅读(106) 评论(0) 推荐(0)
摘要: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <!-- 排除文件配置 --> <!-- 阅读全文
posted @ 2023-01-05 17:25 湖北技升软件 阅读(179) 评论(0) 推荐(0)