Easter79 Easter79
3年前
SpringBoot学习路线
网上也有很多github资源,都是自己学习SpringBoot时候,自己练的代码虽然现在最新的版本用2.1.3.RELEASE版本,以前版本的demo运行可能会遇到错误。但是有总比没有要好,不是么?<parent<groupIdorg.springframework.boot</groupId
Stella981 Stella981
3年前
SpringBoot学习路线
网上也有很多github资源,都是自己学习SpringBoot时候,自己练的代码虽然现在最新的版本用2.1.3.RELEASE版本,以前版本的demo运行可能会遇到错误。但是有总比没有要好,不是么?<parent<groupIdorg.springframework.boot</groupId
Stella981 Stella981
3年前
Linux下onvif客户端获取h265 IPC摄像头的RTSP地址
1、设备搜索,去获取webserver的地址,目的是在获取能力提供服务地址,demo:https://www.cnblogs.com/croxd/p/10683429.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fcr
Wesley13 Wesley13
3年前
10行代码2道题,全答对的你月薪多少了?
题目1:public static void demo01() {    Integer f1  100, f2  100, f3  200, f4  200;    System.out.println(f1  f2);    System.out.println(f3  f4);}题目2:priva
Wesley13 Wesley13
3年前
Upload a file with $.ajax to AWS S3 with a pre
转载自:https://gist.github.com/guumaster/9f18204aca2bd6c71a24生成预签名的Demo文档:https://docs.aws.amazon.com/zh\_cn/AmazonS3/latest/dev/PresignedUrlUploadObjectJavaSDK.html前端写法:生成签名:(.
Stella981 Stella981
3年前
Live555基础
1Live555组成LIVE555下包含LiveMedia、UsageEnvironment、BasicUsageEnvironment、GroupSock库,MediaServer简单服务器程序以及其他多个测试demo。LiveMedia库:包含一系列处理不同编码格式和封装格式的类。基类是Medium。
Stella981 Stella981
3年前
SVG之文本
一、文本标签<text  SVG支持直接对文本进行操作,如果我们需要在SVG中使用文本,那么我们需要使用到<text标签。直接看一个简单的demo。1<!DOCTYPEhtml2<html3<head4<meta
Easter79 Easter79
3年前
Starling滤镜合集2(新增7种滤镜)
上一篇《Starling滤镜合集(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fchenlinsheng.com%2F%3Fp%3D539)》:http://chenlinsheng.com/?p539\查看demo(https://www.oschina.net/acti
Stella981 Stella981
3年前
Canvas的基本用法
代码地址如下:<brhttp://www.demodashi.com/demo/14723.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.demodashi.com%2Fdemo%2F14723.html)前言在之前讲过画笔Paint的基本使用,这篇
如何实现自定义表情?
1、继承实现协议RCEmoticonTabSource2、在实现的代理方法loadEmoticonView返回View,(返回的以下图中红框区域,里面的视图及逻辑需要自己来添加实现)3、在会话页面viewdidLoad里添加表情包示例代码(Demo源码2中