组合数学、-排列组合数----sum求sum=sum*(m--)/i;int c(int
n,int m)//n下标,m上标{ int sum=1; for(int i=1;in-m) m=n-m; int temp=n; for(int
i=1;i1) { up[j]/=temp; d...
分类:
其他好文 时间:
2014-05-01 01:07:44
阅读次数:
409
//数据查询create database JXGL; //创建数据库use
JXGL;//使用数据库create table S( Sno char(10) not null unique, Sname char(20) not
null unique, Ssex char(2), Sage in...
分类:
数据库 时间:
2014-05-01 01:01:27
阅读次数:
653
zf.py文件"""desc:读取配置文件config.ini压缩sourcepath路径到targetpath
并可以排除不需要压缩的文件excludefiletime:2014/4/30 12:03:42author:ggh"""import zipfile, os,
configpar...
分类:
编程语言 时间:
2014-05-01 00:59:26
阅读次数:
428
jQuery 元素选择器jQuery 使用 CSS 选择器来选取 HTML 元素。$("p") 选取
元素。$("p.intro") 选取所有 class="intro" 的 元素。$("p#demo") 选取所有 id="demo" 的 元素。jQuery
属性选择器jQuery 使用 XP...
分类:
Web程序 时间:
2014-05-01 00:31:30
阅读次数:
367
以安装Beautifulsoup4为例:1.到网站上下载:http://www.crummy.com/software/BeautifulSoup/bs4/download/2.解压文件到C:\Python273.cmd运行C:\Python27\BeautifulSoup>python
setup...
分类:
编程语言 时间:
2014-04-30 23:38:09
阅读次数:
495
Quick install guide1.1 Install Python, it works
with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight
database SQLite, so y...
分类:
其他好文 时间:
2014-04-30 23:14:34
阅读次数:
566
1.安装 mysql ,安装过程中将提示设置 root 用户的密码,默认可以设置为 rootadmin
。$ sudo apt-get install mysql-server2.安装 mysql 开发工具(不安装时,安装 MySQL-python
提示错误"mysql_config not fou...
分类:
数据库 时间:
2014-04-30 23:00:18
阅读次数:
625
DECLARE --声明变量 SQL_ALLTABLES LONG; SQL_INSERT LONG;
TYPE THE_CURSOR_TYPE IS REF CURSOR; --定义引用游标的数据类型 CURSOR_D THE_CURSOR_TYPE;
--定义游标 DATA...
分类:
数据库 时间:
2014-04-30 22:54:05
阅读次数:
1081
在淘宝的打数据比赛中,我有一次提高了自己的思维方式...
分类:
其他好文 时间:
2014-04-27 21:38:05
阅读次数:
269
微软bing搜索每天都会换一张壁纸,而且分辨率都高,很适合当做壁纸,写了一个python去获取张壁纸,代码很简单
import urllib
import re
import time
def getHtml(url):
return urllib.urlopen(url).read()
def getImgUrl(html):
reg=re.compile(r'(http:/...
分类:
编程语言 时间:
2014-04-27 21:31:06
阅读次数:
558