首页
学习
活动
专区
工具
TVP
发布

吴技术的云开发

专栏作者
17
文章
65049
阅读量
12
订阅数
Centos 7安装ssr
wget https://raw.githubusercontent.com/biutefo/dabaobei/main/ssr.sh
用户4191150
2021-08-20
8.2K1
多个域名访问tomcat服务器上部署的多个项目对应
<Host name="www.test.com" appBase="test" unpackWARs="true" autoDeploy="true">
用户4191150
2021-08-19
6.8K1
Putty实现windows本地文件上传至Linux
​输入命令pscp D:\wwlocal-2.1.0.tar.gz root@129.211.133.144:/home/
用户4191150
2021-08-18
9.7K1
js判断浏览器是否为移动端
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href = "移动端地址"; } else { window.location.href = "pc端地址"; }
用户4191150
2021-08-17
6.9K0
企业微信获取access_token(Java)
import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import javax.net.ssl.HttpsURLConnection; import net.sf.json.JSONObject; public class wxTest { public static void main(String[] args) { // corpid为每个企业都拥有唯一的corpid,获
用户4191150
2021-08-17
2.2K0
Java Nio 读取txt 报错Java.nio.charset.MalformedInputException
Path novelPath=Paths.get("C://txt/"+filename); List<String> novellines=Files.readAllLines(novelPath);
用户4191150
2021-08-16
7860
java.security.cert.Certificate:No subject alternative DNS name matching
工作中使用https请求,本地调用正常,放到服务器端运行失败,报错为java.security.cert.Certificate:No subject alternative DNS name matching api.exmail.qq.com found
用户4191150
2021-08-13
3.2K0
java 对于表情和特殊字符的转码解码处理
转码然后插入到DB当中 String encodestr=URLEncoder.encode("需要转码的内容", "utf-8") 将encodestr插入数据库中 解码然后显示到页面当中 String decodestr=URLDecoder.decode("需要解码的内容", "utf-8") 在页面展示decodestr
用户4191150
2021-08-12
3.7K1
企业微信发送应用消息部分失败
最近公司使用企业微信,让我写了一个通知中心通过发送应用消息通知成员。后来发现有部分成员会漏收,仔细看了api文档发现发送应用消息也是有限制的。
用户4191150
2021-08-12
1.5K0
企业微信回调模式开发
回调模式接口地址:https://work.weixin.qq.com/api/doc/90000/90135/90930
用户4191150
2021-08-11
2K0
企业微信JS-SDK开发(一)------通过config接口注入权限验证配置
企业微信JS-SDK是企业微信面向网页开发者提供的基于企业微信内的网页开发工具包。
用户4191150
2021-08-10
2.4K0
CAS Filter拦截指定后缀url
<filter-mapping> <filter-name>CASFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
用户4191150
2021-06-23
7990
layui报错Uncaught ReferenceError: hint is not defined
使用layui写页面,用到基础菜单时始终报错:Uncaught ReferenceError: hint is not defined
用户4191150
2021-06-10
1.6K0
调用企业微信会话存档sdk报错java.lang.UnsatisfiedLinkError
调用企业微信会话存档sdk时,报错Exception in thread "main" java.lang.UnsatisfiedLinkError:com.tencent.Finance.NewSdk()J
用户4191150
2021-06-03
1.5K0
Java Nio 读取txt 报错Java.nio.charset.MalformedInputException: Input length = 1
Path novelPath=Paths.get("C://txt/"+filename); List<String> novellines=Files.readAllLines(novelPath);
用户4191150
2021-05-26
4.7K1
JavaFX实现列表添加图片
ListView<Object> contentlist; List<Object> contentLabelList = new ArrayList<>(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); contentLabelList.add(sdf.format(new Date(System.currentTimeMillis())) + ":"); ImageView imageView = new ImageView(); Image image = new Image("file:C://chat/1.gif"); imageView.setImage(image); contentLabelList.add(imageView); ObservableList<Object> strList = FXCollections.observableArrayList(contentLabelList); contentlist.setItems(strList);
用户4191150
2021-05-25
6.8K1
腾讯云人像变换---年龄变换测试
最近测试了下腾讯云的人像变换接口,文档地址在这边可以点击查看 image.png 打开接口文档后可以下载sdk测试使用, image.png 源码安装只需要把对应jar包放到项目里即可 image.png public static void main(String[] args) { // TODO Auto-generated method stub try { //通过secretid和key鉴权 Credential cred
用户4191150
2021-05-11
2.1K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档