码迷,mamicode.com
首页 >  
搜索关键字:check signature    ( 10035个结果
single checkbox demo
package Gui;/** * check box must be in a same ButtonGroup can`t be selected * at the same time * * */import javax.swing.*;import java.awt.*;public c.....
分类:其他好文   时间:2014-07-03 07:18:15    阅读次数:142
【Eclipse常见错误】-Cannot return from outside a function or method
最近发现myeclipse10中有几处bug 比如: Cannot return from outside a function or methodonClick="return check();"出现错误等等 本人略总结了一点小方法,供参考: 方法一:window -->preferences ....
分类:系统相关   时间:2014-07-02 19:47:38    阅读次数:307
LeetCode:Same Tree
Same Tree Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally i...
分类:其他好文   时间:2014-07-02 17:56:50    阅读次数:205
extjs的相关属性
通用属性: labelSeparator:''//表示fieldLabel后不会显示冒号“:” readOnly:true//只读 focusCls: 'txtHalfInput'//有焦点时的样式 maxLength:3, enforceMaxLength:true//输入位数check fieldStyle: 'margin-top:3px;'...
分类:Web程序   时间:2014-07-02 15:29:15    阅读次数:260
leetcode-Symmetric Tree 对称树
判断一个二叉树是否是轴对称的是一个经典的算法问题,下面结合leetcode上的Symmetric Tree给出判断对称树的两种方法。       先看看问题描述: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, t...
分类:其他好文   时间:2014-07-02 06:58:05    阅读次数:208
extjs tree check 级联选择
extjs4 tree check 级联选择实现效果:关键代码:function changeAllNode(node, isCheck) { allChild(node, isCheck); allParent(node, isCheck); function allChild(...
分类:Web程序   时间:2014-07-01 16:11:24    阅读次数:200
oracle rac 常见安装、管理错误
1. 安装CRS失败,或执行root.sh报错,可能原因: (1) 节点间的时间不同步,解决方法:使用ntp服务 (2) Linux下启用了默认的防火墙,导致执行root.sh报错: Failure at final check of Oracle CRS stack. 10 解决方法:禁...
分类:数据库   时间:2014-07-01 13:32:15    阅读次数:310
Eclipse:Some sites could not be found. See the error log for more detail.解决办法
今天遇到了一个奇葩的问题,我把我的sdk tools的版本升级到23后,我在eclipse中尝试升级ADT,发现了这么一个问题,下面分析下原因: 当我在eclipse中选择Help-->Check for updates时,会弹出一个框,如下: 首先解释下这个错误出现的原因: Eclipse在check for updates时,是根据下图列表中所有的Available Softwa...
分类:系统相关   时间:2014-07-01 11:13:52    阅读次数:441
TortoiseGit的使用
TortoiseGit只是一个界面而已,它调用的是msysgit,所以要先安装msysgit。安装TortoiseGit时,要注意下面两点。安装后,要配置一下,如下。 这是TortoiseGit的设置界面,可以看到用来定位MSysGit的路径。 点"Check now"检查有效性。如果有错的话,就自...
分类:其他好文   时间:2014-07-01 10:41:47    阅读次数:615
Oracle并行查询出错
1、错误描述 ORA-12801: 并行查询服务器P007中发出错误信号 ORA-01722:无效数字 12801.00000 -"error signaled in parallel query server %s" *Cause: A parallel query server reached an exception condition. *Action: Check the follow...
分类:数据库   时间:2014-07-01 06:22:10    阅读次数:391
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!