<select id="year" style="width: 100px;"></select> <select id="month" style="width: 100px;"></select> //初始化年 var now = new Date(); var nowYear = now.ge
分类:
Web程序 时间:
2016-03-11 11:49:34
阅读次数:
164
win10想激活,结果中了流氓软件的当。。。 (关键是win10家庭单语言版居然还激活不了。。。。白吃亏了) 把我的chrome 和 firefox 主页改成hao.qquu8.com,该网址重定向到hao123。 都2016了,国产互联网公司还是这么猖狂,真是某度带的好头。 用了诸多办法( 删OE
分类:
其他好文 时间:
2016-03-11 11:48:27
阅读次数:
150
Let $0<H<1.$ a real-valued Gaussian process $(B_H(t))_{t\ge 0}$ is called fractional Brownian motion (fBm) if $E(B_H(t))=0$ and $$E(B_H(t)B_H(s))=\fra
分类:
其他好文 时间:
2016-03-09 06:57:18
阅读次数:
271
一、字典帮助文档>>>dir(dict)
[‘__class__‘,‘__cmp__‘,‘__contains__‘,‘__delattr__‘,‘__delitem__‘,‘__doc__‘,‘__eq__‘,‘__format__‘,‘__ge__‘,‘__getattribute__‘,‘__getitem__‘,‘__gt__‘,‘__hash__‘,‘__init__‘,‘__iter__‘,‘__le__‘,‘__len__‘,‘__lt__‘,‘__ne__‘,..
分类:
编程语言 时间:
2016-03-06 23:58:28
阅读次数:
519
一、元组的特点:1、有序的集合2、通过偏移来取数据3、属于不可变的对象,不能在原地修改内容,没有排序,修改等操作。tuple支持的方法很少>>>dir(tuple)
[‘__add__‘,‘__class__‘,‘__contains__‘,‘__delattr__‘,‘__doc__‘,‘__eq__‘,‘__format__‘,‘__ge__‘,‘__getattri..
分类:
编程语言 时间:
2016-03-06 23:58:27
阅读次数:
1099
如果if语句的判断式中有逗号,例如:if(a== b,c ==d),EVC的编译器会报错吗? 在今天的编程中,就出现了这样一句: ... else if(3 == GetWinStatus(),GetWinStatus()) //在日期设置窗口, 则返回主窗体 { SetWinStatus(0,Ge
分类:
其他好文 时间:
2016-03-06 11:23:38
阅读次数:
155
<!--用户模糊查询功能 --> 模糊查询主要通过隐藏表单域把输入的文本信息传递给url,通过get方式传到dao层对服务器数据进行处理。 key cords: /*View层代码*/ : <!--隐藏域get传递url --> <form action="main.php?" method="ge
分类:
Web程序 时间:
2016-03-06 06:36:18
阅读次数:
224
3.1打印出1~10000中的所有水仙花数: 程序代码: public class shuixian { public static void main(String[] args) { for(int i=1;i<=10000;i++) { int ge,shi,bai; bai=i/100; s
分类:
编程语言 时间:
2016-03-05 18:45:35
阅读次数:
209
题目百度把,太长了。程序有点长,写的很渣。就不注释了。 1 Program Stone; 2 3 var n,qu,ji,tot,root,move:longint; 4 5 s:array[0..5000000]of char; 6 7 lc,rc,f,o:array[0..5000000]of
分类:
其他好文 时间:
2016-03-02 22:03:00
阅读次数:
223
# -*- coding: utf-8 -*-#输入中文要用 class Queue(): def __init__(qu,size):#类比栈 qu.queue=[]; qu.size=size; qu.head=0; qu.tail=0; def Empty(qu): if qu.head==q
分类:
其他好文 时间:
2016-03-02 18:05:45
阅读次数:
170