Easter79 Easter79
3年前
SpringBoot系列——Jackson序列化
  前言  SpringBoot提供了与三个JSON映射库的集成:GsonJacksonJSONB  Jackson是首选的默认库。  官网介绍:  https://docs.spring.io/springboot/docs/2.1.6.RELEASE/reference/html/boot
Stella981 Stella981
3年前
Nginx – rewrite 配置 URL重写及301跳转原理图
Nginx–rewrite配置URL重写官网:http://nginx.org/en/docs/http/ngx\_http\_rewrite\_module.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fnginx
Stella981 Stella981
3年前
SpringBoot系列——Jackson序列化
  前言  SpringBoot提供了与三个JSON映射库的集成:GsonJacksonJSONB  Jackson是首选的默认库。  官网介绍:  https://docs.spring.io/springboot/docs/2.1.6.RELEASE/reference/html/boot
Stella981 Stella981
3年前
PHP imagick 实现 PDF 转 图片
1、ImageMagick安装官网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.imagemagick.org%2Fscript%2Finstallsource.php)tarzxvfImageMagick.tar.gzC/usr/lo
Stella981 Stella981
3年前
MAC OS X 安装、配置、启动 rabbitMQ
官网链接:http://www.rabbitmq.com/installstandalonemac.htmlMACOSX系统安装rabbitMQ非常简单,不需要我们自行安装Erlang,包中已经包含了。①下载rabbitmqservermacstandalone3.5.7.tar.gz【Description:Packaged
Wesley13 Wesley13
3年前
CENTOS安装REDIS
CENTOS安装REDIS先到http://download.redis.io/releases/官网看看要下载哪个版本。1)下载、解压、安装wgethttp://download.redis.io/releases/redis5.0.5.tar.gztarxzfredis5.0.5.tar.gzcdredis5
Wesley13 Wesley13
3年前
JAVA微信公众号网页开发——生成自定义微信菜单(携带参数)
官网接口地址:https://developers.weixin.qq.com/doc/offiaccount/Custom\_Menus/Creating\_CustomDefined\_Menu.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdevelopers.wei
浅谈基于SASE的安全云服务
SASE(secureaccessserviceedge安全访问服务边缘):是一种安全框架,结合了软件定义广域网(SDWAN),零信任等网络安全技术的的分布式安全解决方案。
程序员一鸣 程序员一鸣
1个月前
鸿蒙开发:实现popup弹窗
目前提供了两种方式实现popup弹窗,主推系统实现的方式,几乎能满足我们常见的所有场景,当然了,文章毕竟有限,尽量还是以官网为主。