logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android多分辨率适配框架(1)— 核心基础

Android的源码公开策略丰富了手持设备的多样性,但随之而来的却是较为严重的"碎片化"——版本繁多、尺寸多样、功能定制。在Android项目开发中,软件工程师都会面临一个问题:如何适配多不同分辨率的设备?许多人采用的是这样的方式:利用不同的dimens和drawable资源适配不同分辨率的设备。这么做当然没错,可是它也同时带来一些弊端.........

探索Android软键盘的疑难杂症

在Activity中含有EditText时,我们常常在AndroidManifest.xml中为该Activity设置android:windowSoftInputMode属性,其中最常用的值就是adjustResize和adjustPan。在此请思考几个问题:adjustResize和adjustPan有什么区别?adjustResize和adjustPan的应用场景有何差异?当设置a

#android
Refused to execute inline script because it violates the following Content Security Policy directive

在利用表单向后台提交数据时,前端页面报错:Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-2/n

#html#javascript#jquery
Vue简明实用教程(02)——Vue的data属性详解

我们可在Vue的data属性中定义基本数据类型(字符串、整数等)、数组、对象、对象数组。

#vue.js#前端#javascript
Cannot resolve org.springframework.boot:spring-boot-autoconfigure

Spring Boot项目添加hystrix的Maven依赖时报错:Cannot resolve org.springframework.boot:spring-boot-autoconfigure。由于网络原因未能成功添加hystrix依赖。有的人或许很好奇地发现:在本地Maven仓库中已经可以看到相关依赖了,怎么会还没有下载好呢?其实,我们在本地所看到的只是一个残缺的hystrix依赖,而并非

#spring#spring boot#maven
Redis缓存配置RedisCacheConfig

Redis缓存配置类RedisCacheConfig,它继承自CachingConfigurerSupport。

#redis#数据库
暂无文章信息