- 博客(6)
- 资源 (2)
- 收藏
- 关注
转载 Smart Input Pro使用体验
在数字化办公成为常态的今天,输入效率与舒适度已成为衡量生产力工具的重要标尺。近期体验的Smart Input Pro,以其颠覆性的AI辅助输入技术和人性化的交互设计,彻底刷新了我对输入法工具的认知。它不仅是一款工具,更像是一位懂你所需的“数字搭档”,在指尖与屏幕的每一次触碰中,将思考转化为流畅的文字表达。
2025-03-28 16:46:09
115
原创 使用Apple第三方登录Java版
由IOS端传过来code服务端代码import java.security.KeyFactory;import java.security.PrivateKey;import java.security.spec.PKCS8EncodedKeySpec;import java.util.Base64;import java.util.Collections;import java.util.HashMap;import java.util.List;import j.
2020-09-03 16:26:30
1906
原创 tomcat 强制 https 访问
强制 https 访问在 tomcat /conf/web.xml 中的 </welcome- file-list> 后面加上这<login-config> <!-- Authorization setting for SSL --> <auth-method>CLIENT-CERT</aut...
2020-04-08 17:17:01
252
原创 tomcat 配置ssl证书
<?xml version="1.0" encoding="UTF-8"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this...
2020-04-08 17:06:07
342
原创 一个Tomcat中部署多个springboot项目启动报错的解决办法
严重: ContainerBase.addChild: start:org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/FarmerHomeOA]] at org.apac...
2020-04-03 15:11:32
788
原创 springboot整合redis+mybatis xml
1.在pom文件中加入依赖 <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis&l...
2019-04-17 15:46:16
305
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅