码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
js 开始时间,当前时间,结束时间的比较
//开始时间不能小于当前时间 function startTimeIsBigThanTotay(startTime){ var startdate = new Date((startTime).replace(/-/g,"/")); var date = new Date(); if(startdate < date) { r...
分类:Web程序   时间:2014-05-26 05:36:23    阅读次数:365
word页眉与页脚详解
1.如何隔离封面等不需要插入页码的页面: 首先插入分节符下一页(一定是分节符),再在下一页(即要开始插入页码的页面)选择视图-->页眉和页脚-->设置为取消链接到前一页、设置页码格式为起始页码-->插入页码2.如何插入去除封面的总页数: 你只需要用总页数减去封面页数就行了,象平时一样插入总的页数,按...
分类:其他好文   时间:2014-05-26 05:30:35    阅读次数:254
CI模板中如何引入模板
load->view('index/head.html') ?>...
分类:其他好文   时间:2014-05-26 04:56:07    阅读次数:214
vc 报error LNK2005的处理
昨天编译一个小程序的时候,报了个错,或者说2个 1>uafxcw.lib(dllmodul.obj) : error LNK2005: _DllMain@12 已经在 LIBCMT.lib(dllmain.obj) 中定义 1>uafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@...
分类:其他好文   时间:2014-05-26 03:18:48    阅读次数:200
jQuery -> 获取孩子节点
jQuery提供了很多方法来获取一个元素的direct descendant(直接后代)。 最简单的方式是使用direct descendant combinator (>) 例如,如果要获取如下html代码中的直接孩子节点中的a元素,就可以直接使用 > 符号 jQuery jQuery tutorial 使用selector获取 $('content > a');...
分类:Web程序   时间:2014-05-24 19:56:18    阅读次数:364
php操作
<html><metacharset="utf-8"><?php //xmldom操作xml文件 $xmlDoc=newDOMDocument();//创建xmldom对象 $xmlDoc->load("data.xml");//加载xml数据 $items=$xmlDoc->documentElement; //得到所有的节点元素 foreach($items->childNodesas$item){ //遍..
分类:Web程序   时间:2014-05-24 16:51:51    阅读次数:292
常用命令
查看日志文件,未提交的事务dbccloginfo复制多线程操作-->日志读取器借进作业属性-->运行代理-->-SubscriptionStreams4查看同步数据差异--在分发服务器执行USEdistribution SELECT‘EXECdistribution.sys.sp_replmonitorsubscriptionpendingcmds@publisher=N‘‘‘+a.publ..
分类:其他好文   时间:2014-05-24 16:47:52    阅读次数:212
获取映射注解,查询数据库字段的信息
//通过循环可以获得注解中的name值@Column(name="EO_XXX"),本方法获取的是get方法的注解Method[]methods=EoOrderMaterielModel.class.getMethods();Map<String,String>modelColumns=newHashMap<String,String>();for(Methodm:methods){Annotationats[]=m.getAnnota..
分类:数据库   时间:2014-05-24 16:34:29    阅读次数:304
修改easyeclipse for PHP内部浏览器的localhost端口
修改easyeclipseforPHP内部浏览器的localhost端口选择一个工程,Project->Properties,选中PHPProjectSettings,点击ConfigureWorkspaceSettings,即可修改localhost的端口号,默认修改workspace的配置,以后新建的工程也会使用修改后的端口。
分类:Web程序   时间:2014-05-24 15:54:15    阅读次数:439
sersync2+rsync目录文件实时同步备份
说明:192.168.1.2(sersync+rsync)---------------FTP192.168.1.3(rsync)--------------------------backup实验目的:实时自动同步:192.168.1.2------->192.168.1.3到目录:/data/ftpdata;764viconfxml.xml765./GNU-Linux-x86/sersync2-d-rconfxml.xml767./GNU-Linux-x86/ser..
分类:其他好文   时间:2014-05-24 15:29:29    阅读次数:472
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!