码迷,mamicode.com
首页 >  
搜索关键字:accessible    ( 191个结果
HTNL5-ARIA role属性
WAI-ARIA Web Accessibility Initiative’s Accessible Rich Internet Applications 无障碍网页倡议–无障碍的富互联网应用,也简称ARIA 是一种技术规范,自称“有桥梁作用的技术” 。 所以这样说,是因为在HTML提供相应的语义功 ...
分类:其他好文   时间:2019-07-01 15:42:13    阅读次数:107
Box 类
public class Box extends JComponent implements Accessible使用 BoxLayout 对象作为其布局管理器的一个轻量级容器。Box 提供几个对使用 BoxLayout 的容器(甚至非 Box 容器)有用的类方法。 Box 类可以创建几种影响布局的 ...
分类:其他好文   时间:2019-06-20 21:17:01    阅读次数:173
SpringBoot+Thyemleaf开发环境正常,打包jar发到服务器就报错Template might not exist or might not be accessible
网上查看了各种解决的思路,总结如下:1. 在controller层请求处理完了返回时,没有使用@RestController或@ResponseBody而返回了非json格式这种情况下返回的数据thymeleaf模板无法解析,直接报错,本人正式因为这个原因才报错。解决方案:可以将@Controlle ...
分类:数据库   时间:2019-06-17 17:15:04    阅读次数:213
Database Security: Database Vulnerability
Security breaches are an increasing phenomenon. As more and more databases are made accessible via the Internet and web-based applications, their expo ...
分类:数据库   时间:2019-06-16 16:21:11    阅读次数:123
反射2--Field,简单的实现和部分源码分析
部分思路来自互联网 反射2 Field 反射获取参数 注意:并不是说private的Accessible是false,而public的Accessible就是true(事实是false),实际上field.isAccessible()是获取此对象的可访问标志的值,说人话就是“是否允许get,set” ...
分类:其他好文   时间:2019-05-30 16:15:19    阅读次数:85
内部类创建对象需要注意
Java中出现No enclosing instance of type XXX is accessible问题 Java编写代码过程中遇到了一个问题,main方法中创建内部类的实例时,编译阶段出现错误,查看错误描述: Multiple markers at this line - The valu ...
分类:其他好文   时间:2019-02-17 20:47:07    阅读次数:179
[SQL Server]A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correc
本文涉及的相关问题,如果你的问题或需求有与下面所述相似之处,请阅读本文 A network related or instance specific error occurred while establishing a connection to SQL Server. The server wa ...
分类:数据库   时间:2019-01-30 18:26:35    阅读次数:856
无障碍网页应用技术了解
一、概述 引自下百度百科的定义: WAI-ARIA, 是Web Accessibility Initiative - Accessible Rich Internet Applications 的缩写,指无障碍网页应用技术。她主要解决的一个问题:让残障人士能无障碍地访问网页上的动态内容。 概括性的描 ...
分类:Web程序   时间:2019-01-28 01:22:54    阅读次数:158
好文章之AI系列(—)——Deep learning with synthetic data
Deep learning with synthetic data will make AI accessible to the masses https://towardsdatascience.com/deep-learning-with-synthetic-data-will-make-ai- ...
分类:其他好文   时间:2019-01-14 21:38:56    阅读次数:139
A guide to color accessibility in product design(产品设计中的色彩易用性指南)
Recently, a client brought in a project with very specific, complex implementations of an accessible color system. This opened my eyes not only to how ...
分类:数据库   时间:2019-01-13 01:55:56    阅读次数:214
191条   上一页 1 2 3 4 5 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!