码迷,mamicode.com
首页 >  
搜索关键字:not checked yet..    ( 2728个结果
Apache CXF 3.0: CDI 1.1 Support as Alternative to Spring--reference
WithApache CXF 3.0just being released a couple of weeks ago, the project makes yet another important step to fulfill theJAX-RS 2.0specification requir...
分类:编程语言   时间:2014-06-03 15:38:44    阅读次数:507
Android 单例模式探讨
Singleton模式可以是很简单的,它的全部只需要一个类就可以完成(看看这章可怜的UML图)。但是如果在“对象创建的次数以及何时被创建”这两点上较真起来,Singleton模式可以相当的复杂,比头五种模式加起来还复杂,譬如涉及到DCL双锁检测(double checked locking)的讨论、...
分类:移动开发   时间:2014-06-02 21:45:41    阅读次数:483
Yet Another 10 Common Mistakes Java Developers Make When Writing SQL (You Won’t BELIEVE the Last One)--reference
(Sorry for that click-bait heading. Couldn’t resist ;-) )We’re on a mission. To teach you SQL. But mostly, we want to teach you how to appreciate SQL....
分类:数据库   时间:2014-05-31 17:00:45    阅读次数:1397
checkbox点击选中,再点击取消,并显示在文本框中
function checkItem(e,itemId) { var item = document.getElementById(itemId); var $items = $(item); if (e.checked) { ...
分类:其他好文   时间:2014-05-30 01:28:50    阅读次数:399
[Android_Exception]Checked 和 Runtime Exception区别
Java里有个很重要的特色是Exception ,也就是说允许程序产生例外状况。而在学Java 的时候,我们也只知道Exception 的写法,却未必真能了解不同种类的Exception 的区别。 首先,您应该知道的是Java 提供了两种Exception 的模式,一种是执行的时候所产生的Ex...
分类:移动开发   时间:2014-05-28 09:54:30    阅读次数:295
ajax readyState的五种状态详解
在《Pragmatic Ajax A Web 2.0 Primer 》中对readyStae状态的介绍,摘译如下:0: (Uninitialized) the send( ) method has not yet been invoked.1: (Loading) the send( ) metho...
分类:其他好文   时间:2014-05-26 20:46:09    阅读次数:293
关于可图化序列的一点结论 NEU 1429
Graphic SequenceA graphic sequence is a sequence of numbers which can be thedegree sequenceof somegraph. A sequence can be checked to determine if it ...
分类:其他好文   时间:2014-05-25 19:18:00    阅读次数:331
实用的JavaScript(持续添加)
Checkbox类: 1.实现checkbox的全选功能 //全选checkbox:1、当全选checkbox勾选,子checkbox(name为'ids'的checkbox)自动全部勾选 // 2、当全选checkbox取消勾选,子checkbox自动全部取消勾选 function checkAll(){ if($("#checkall")[0].checked){...
分类:编程语言   时间:2014-05-24 21:03:13    阅读次数:376
2G03-view-radio-group
注意两点 1.通过android:checkedButton="@+id/lunch"而不是item中的 android:checked="true"设置的某人被选中状态 <RadioGroup android:layout_width="match_parent" android:layout_height="wrap_content" a...
分类:其他好文   时间:2014-05-23 00:04:35    阅读次数:344
jQuery判断复选框是否勾选
一个功能复选框勾选时给input表单赋值,复选框取消时将表单值清除。功能:复选框勾选时给input表单赋值,复选框取消时将表单值清除。实现源码:cyfID为复选框的id$("#cyfID").click(function(){var ischeck=$(this).attr("checked");i...
分类:Web程序   时间:2014-05-22 14:18:29    阅读次数:271
2728条   上一页 1 ... 269 270 271 272 273 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!