$(document).ready(function() { $("#regUser").click(function(){if($("#userName").val()==""||$("#userName").val().length16){alert("用户名为空或者长度不符合要求!");re....
分类:
Web程序 时间:
2014-08-19 23:52:35
阅读次数:
243
1#include2#include3#include4#include5#include6usingnamespacestd;7constintinf=0x3f3f3f3f;8constintMAX=200+10;9doubleGPA[10],dp1[20][30000],dp2[20][3000...
分类:
其他好文 时间:
2014-08-19 23:51:55
阅读次数:
293
使用下面代码时注意不要忘记引入jquery文件,以下代码可以复制到html文件中执行可看到效果,非常方便好用。附代码: I have a bike I have a car
分类:
Web程序 时间:
2014-08-19 23:51:45
阅读次数:
232
一、安装准备1.1平台环境:CentOS 5.4 x86_64 GNU/Linuxnginx-0.8.21php-5.2.9spawn-fcgi-1.6.3mysql-5.1.34.2系统安装及分区:1.2.1操作系统安装: 安装过程中选择最少的包,采用文本模式安装,不安装图形。1.2.3系统分区:...
分类:
数据库 时间:
2014-08-19 23:51:35
阅读次数:
487
Question:You are given two sorted arrays, A and B, where A has a large enough buffer at the end to hold B.Write a method to merge B into A in sorted o...
分类:
其他好文 时间:
2014-08-19 23:51:25
阅读次数:
309
$start_time = strtotime(date('Y-m-d 00:00:00', time())); $end_time = $start_time+86400; dump(date('Y-m-d h:i:s',$start_time)); dump(date(...
分类:
其他好文 时间:
2014-08-19 23:51:15
阅读次数:
262
*号的使用 1 #include 2 3 int main(void) 4 { 5 unsigned width, precision; 6 float height; 7 printf("Please enter you height(enter a tag befor...
分类:
其他好文 时间:
2014-08-19 23:51:05
阅读次数:
214
题目:Given an integer N, and how many pairs (A;B) are there such that: gcd(A;B) = A xor B where 1=2)是不同位数的。和同学讨论后得出如下证明:设最大公约数为 j, 假设这两个数是b 和 b+k*j,(k>....
分类:
其他好文 时间:
2014-08-19 23:50:55
阅读次数:
233
function valFrom(){ var userName=document.getElementById("userName"); var pwd=document.getElementById("pwd"); var repwd=document.getElementById("repwd...
分类:
其他好文 时间:
2014-08-19 23:50:45
阅读次数:
239
4.1 Fundamentals1.Basic Concepts(1)操作符分为一元,二元或者三元操作符;(2)复杂的表达式中含有很多操作符时: 规则一:分为不同的级别,级别高的先运行; 规则二:相同级别的操作符有执行顺序的确定;(3)操作符可以改变操作数的类型 一般将级别低的转化成级别高...
分类:
编程语言 时间:
2014-08-19 23:50:35
阅读次数:
274
很少写东西。有时候会把当下的心情记在日记本里,纸的那种。那本子经常放宿舍,而且以前都是深夜回去写写,白天想写点什么的时候就不方便了。本来想叫diary的,结果不小心写成dairy,念念还挺好听,喜欢喝奶。今天很累,也很乱。总是这样,整理一下没过几天就又乱。看来Focus的能力还需要好好锻炼。有时候也...
分类:
其他好文 时间:
2014-08-19 23:50:15
阅读次数:
313
本文来自http://blog.csdn.net/hellogv/ GridView跟ListView都是比较常用的多控件布局,而GridView更是实现九宫图的首选!本文就是介绍如何使用GridView实现九宫 图。GridView的用法很多,网上介绍最多的方法就是自己实现一个ImageAdap....
分类:
移动开发 时间:
2014-08-19 23:50:05
阅读次数:
288
1:第一种多线程 func fun1(){ for i in 200...300{ NSLog("%d",i); } } func fun2(){ for i in 300...400{ NSLog("%d",i); } } var th1 = NSThread(target...
分类:
编程语言 时间:
2014-08-19 23:49:45
阅读次数:
256