码迷,mamicode.com
首页 >  
搜索关键字:high item check    ( 24079个结果
php编译安装,cgi启动,以及memcache扩展编译安装.
先安装必须的依赖库(参数-y:apt-get命令参数详解http://hi.baidu.com/usen68/item/942891e5de324f0f8d3ea885): 1 sudo apt-get -y install autoconf && \ 2 sudo apt-get -y insta...
分类:Web程序   时间:2014-06-04 16:25:43    阅读次数:325
VS 文件自动定位功能
在Visual Studio 中,当你在所有打开的文件中进行切换时,在Solution Explorer中也会自动定位到这个文件的目录下面,这个功能用来查找当前文件是非常有用。在Tools->Options中,有个Trace Active Item in Solution Exploer,把那个勾勾...
分类:其他好文   时间:2014-06-03 15:27:57    阅读次数:329
DLL程序组件Microsoft Reporting Services Barcode Custom Report Item
Microsoft Reporting Services Barcode Custom Report Item(CRI)是一个易于安装和使用的DLL程序组件,其作为一个集成的组件用于在Microsoft Reporting Services报表中创建条形码,而不需要使用条形码字体。提供的所有的D.....
分类:其他好文   时间:2014-06-03 14:55:08    阅读次数:278
js 验证 网址 邮箱等
//判断是否是一个网址//邮箱检测——————————————————————————4function check_idea15(s){var reEmail=/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/;var b_email=reEmail.t...
分类:Web程序   时间:2014-06-03 14:51:44    阅读次数:446
C++ Primer 学习笔记_72_面向对象编程 --句柄类与继承[续]
面向对象编程--句柄类与继承[续]三、句柄的使用 使用Sales_item对象能够更easy地编写书店应用程序。代码将不必管理Item_base对象的指针,但仍然能够获得通过Sales_item对象进行的调用的虚行为。1、比較两个Sales_item对象 在编写函数计算销售总数之前,须要定义比較Sa...
分类:编程语言   时间:2014-06-02 15:53:44    阅读次数:362
LeetCode: Same Tree [100]
【题目】 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 identical and the nodes have the same value. 【题意】 判断了两个二叉树是否相等 【思路】 递归...
分类:其他好文   时间:2014-06-02 11:03:03    阅读次数:205
LeetCode: Symmetric Tree [101]
【题目】 Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the following is not: 1 / 2 2 \ 3 3 No...
分类:其他好文   时间:2014-06-02 10:56:14    阅读次数:237
OAF_OAF控件LOV的实现(案例)
2014-06-02 BaoXinjian一、摘要实现OAF的LOV功能二、案例需求:实现OAF的LOV选择1. 建立VO,存放Invoice的LOV栏位的资料2. 建立AM,设定其DataModule3. 建立Page Component,其类型为Region4. 建立Item,其类型为LOV,并...
分类:其他好文   时间:2014-06-02 10:26:42    阅读次数:226
OAF_OAF控件Poplist的实现(案例)
2014-06-02 BaoXinjian一、摘要实现OAF的Poplist功能二、案例需求:实现OAF Poplist功能1. 建立VO,存放Invoice Type的资料2. 建立Item (1).其类型为Poplist (2).修改Item属性,其Picklist的来源为刚才的VO三、案例实现...
分类:其他好文   时间:2014-06-02 10:17:02    阅读次数:292
列出对象锁(lock)信息及其被杀的会话(sid,serial#)信息
check_lock.sql脚本 列出对象锁(lock)信息及其被杀的会话(sid,serial#)信息 setlinesize132pagesize66 breakonKillonusernameonterminal columnKillheading‘KillString‘formata13 columnresheading‘ResourceType‘format999 columnid1format9999990 columnid2format999999..
分类:其他好文   时间:2014-06-02 04:11:00    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!