码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
sizzle分析记录:属性选择器
源码部分 通过Sizzle.attr匹配出值 然后通过表达式刷选计算 "ATTR": function( name, operator, check ) { return function( elem ) { var result = Sizzle.attr( elem, name ); if ( ...
分类:其他好文   时间:2014-07-22 22:51:56    阅读次数:195
jquery checbox 全选,反选
<body> <input type="checkbox" id="ckAll" />check all<br /> <input type="checkbox" name="sub" />1<br /> <input type="checkbox" name="sub"/>2<br /> <input type="checkbox" name="sub"/>3<br /> <input t...
分类:Web程序   时间:2014-07-22 09:13:34    阅读次数:325
discuz 限制只能中文注册用户名称
1:修改uc_client\model\user.phpfunction check_username($username) { $guestexp = '\xA1\xA1|\xAC\xA3|^Guest|^\xD3\xCE\xBF\xCD|\xB9\x43\xAB\xC8'; $len = $th...
分类:其他好文   时间:2014-07-20 22:01:28    阅读次数:214
模板,BFS
#include #include #include using namespace std; struct node { int x,y,step; }; char map[105][105]; int vis[105][105]; int to[4][2]= {1,0,-1,0,0,1,0,-1}; int n,m,sx,sy,ex,ey,ans; int check(in...
分类:其他好文   时间:2014-07-19 23:11:19    阅读次数:330
Check SMTP Server Availability for ORA-29278 or ORA-29279 errors using UTL_SMTP to Send Email
Check SMTP Server Availability for ORA-29278 or ORA-29279 errors using UTL_SMTP to Send Email. (文档 ID 604763.1)转到底部修改时间:2014-5-13类型:PROBLEM为此文档评级通过电子邮...
分类:其他好文   时间:2014-07-18 17:38:40    阅读次数:495
NIVC->IPR[IPADDR]
#include   #include "sys.h" //设置向量表偏移地址 //NVIC_VectTab:基址 //Offset:偏移量 //CHECK OK //091207 void MY_NVIC_SetVectorTable(u32 NVIC_VectTab, u32 Offset)   {    //检查参数合法性 assert_param(IS_NVIC_...
分类:其他好文   时间:2014-07-18 12:30:58    阅读次数:338
Codeforces Round #256 (Div. 2) Multiplication Table
刚刚开始想到一种很暴力但还行的方法,不过在和TK讨论的过程中引出了一个更好的算法#include#include#include#includeusing namespace std;long long n,m,k;long long check(long long x){ long long...
分类:其他好文   时间:2014-07-18 12:17:25    阅读次数:221
SGU 154.Factorial
时间限制:0.25s空间限制:4M题意 你的任务是找到最小自然数 N, 使N!在十进制下包含 Q个零. 众所周知 N! = 1*2*...*N. 例如, 5! = 120, 120 结尾包含1个零.Input 一个数 Q (0using namespace std;int check ...
分类:其他好文   时间:2014-07-18 00:10:28    阅读次数:263
python下pip的安装
一、下载pip并安装 # wget  --no-check-certificate https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#md5=ca790be30004937987767eac42cfa44a # tar -zxf pip-1.4.tar.gz # cd pip-1.4 # python setup....
分类:编程语言   时间:2014-07-17 19:32:09    阅读次数:271
尺取法
问题 方法的思想 The idea is to check elements in a way that’s reminiscent of movements of a caterpillar. The caterpillar crawls through the array. We remember the front and back positions of the caterp...
分类:其他好文   时间:2014-07-17 19:22:33    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!