会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
湖北技升软件
管理
2024年2月18日
gsap 事件
摘要: 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)
2023年7月24日
唤醒计算机
摘要: # 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)
2023年3月15日
常用代码
该文被密码保护。
阅读全文
posted @ 2023-03-15 15:51 湖北技升软件
阅读(0)
评论(0)
推荐(0)
2023年1月12日
mysql 导入 文本数据
摘要: 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)
java读取com组件
摘要: 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)
2023年1月5日
springboot 资源分离 打包
摘要: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <!-- 排除文件配置 --> <!--
阅读全文
posted @ 2023-01-05 17:25 湖北技升软件
阅读(179)
评论(0)
推荐(0)