ARIA是Accessible Rich Internet Application的简称,指无障碍富互联网应用。可以使一些有功能障碍(如听力,视力)的人群,使用你的网站。下面看一下做为开发人员的我们,如何让他们使用起来更容易。 使用ARIA的一种方式,是添加ARIA到我们的html中。你可能对在HT ...
分类:
Web程序 时间:
2016-05-19 10:19:59
阅读次数:
269
报错: Access restriction:The type JPEGCodec is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\rt.jar 解决方法: Project ...
分类:
数据库 时间:
2016-05-13 09:10:40
阅读次数:
220
Amazon’s Dynamo [9] and Facebook’s Cassandra [13], relax the consistency model,and offer only eventual consistency. Others such as HBase [1] and BigTa... ...
分类:
数据库 时间:
2016-05-09 22:03:20
阅读次数:
653
用struts2 写项目,采用的是模型驱动的方法获取表单数据,但是一直是空指针异常,错误提示:No object in the CompoundRoot has a publicly accessible property named 'password' 经检查发现,是我没有写表单数据对应的实体类 ...
分类:
其他好文 时间:
2016-05-08 19:38:18
阅读次数:
878
CR0:hasacontrolflagPG,If1,enablepagingandusetheCR3register,elsedisablepagingCR2:storetheaddresstheprogramattemptedtoaccess.CR3:usedtostoretheaddressofthetop-levelstructure,enabletheprocessortotranslatelinearaddressintophysicaladdressesbylocatingthepagedirec..
分类:
移动开发 时间:
2016-04-28 12:36:48
阅读次数:
349
补充说明:前面我们修改和增加都使用了goods_id,没有像表单页面中需要的那些字段一样设置成attr_accessible,是因为我们数据库中该商品号字段设计为自增所以不需要在表单中添加该字段的输入框。而添加商品或修改商品都涉及到我们去修改数据库中的数据,而商品号我们在add页面没有去修改,是数据... ...
分类:
移动开发 时间:
2016-03-26 18:56:26
阅读次数:
380
SURF算子,参考这篇文章的解释http://www.ipol.im/pub/art/2015/69/ SURF 是 Speeded Up Robust Features 加速鲁棒特征的含义。 The source code and the online demo are accessible at
分类:
其他好文 时间:
2016-03-01 00:54:40
阅读次数:
242
1、gradle构建web时报错:Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library 原因是rt.jar是受限访问的,需要把该jar包拷贝到项目....
分类:
其他好文 时间:
2016-01-27 12:48:10
阅读次数:
115
在替换OCR的时候,需要先加一个转换磁盘组,才可以顺利改变冗余模式,但是不添加转换磁盘组呢?
先添加一个磁盘组TMP:
[root@rac1 raw]# /u01/app/11.2.0/grid/bin/ocrconfig -add TMP
PROT-30: The Oracle Cluster Registry location to be added is not accessible
[...
分类:
其他好文 时间:
2016-01-12 13:53:04
阅读次数:
160
1.在Java中,类中的静态方法(特别是main方法)不能直接调用非静态方法。当编写内部类出现这样的编译错误:No enclosing instance of type E is accessible. Must qualify the allocation with an enclosing in...
分类:
编程语言 时间:
2016-01-05 22:27:40
阅读次数:
223