码迷,mamicode.com
首页 >  
搜索关键字:page    ( 13016个结果
ajax无刷新分页类
<?php? class?Page?{ ? //?分页栏每页显示的页数 public?$rollPage?=?10; //?页数跳转时要带的参数 public?$parameter; //?默认列表每页显示行数 public?$listRows?=?20; //?起始行数 p...
分类:Web程序   时间:2014-10-12 20:38:38    阅读次数:279
uva 10020 Minimal coverage
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=961贪心,排序,对左端点贪,找最大右端点。 1 #include 2 #include 3 #inclu.....
分类:其他好文   时间:2014-10-12 16:22:08    阅读次数:179
20 行python代码抓取网页中所有JPG图片
#!/usr/bin/python import re import urllib def getHtml(url): page = urllib.urlopen(url) html = page.read() return html def getImg(html): reg = r'src="(.*?\.jpg)" width' imgre = re.compile(reg) ...
分类:编程语言   时间:2014-10-11 23:57:32    阅读次数:211
uva 10014 Simple calculations
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=955根据递推公式推倒出a1的公式。a1=(n*a0+an+1-2*(n*c1+(n-1)*c2+...+cn...
分类:其他好文   时间:2014-10-11 23:19:26    阅读次数:266
Ubuntu 10.04下安装jekyll
最开始是在githubpages这里了解到jekyll.根据这个网址慢慢尝试安装https://help.github.com/articles/using-jekyll-with-pages/首先因为“JekyllrequirestheRubylanguage”,所以先安装Rubysudoapt-getinstallruby用这个命令只能安装到1.8的版本但是我们必须要使用1.9.3以上的..
分类:系统相关   时间:2014-10-11 18:27:16    阅读次数:226
GridView TemplateField 内容自动换行
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GuideProblemFeedback.aspx.cs" Inherits="LinkPower.OutSourcing.DiseaseManage.GuideProblemFeedback" %> <%@ Register Src="../../PubContro...
分类:其他好文   时间:2014-10-11 13:09:26    阅读次数:529
ztree学习之异步加载节点(一)
ztreedemo.jsp: "> My JSP 'ztreedemo.jsp' starting page /ztree/css/demo.css" t...
分类:其他好文   时间:2014-10-11 11:15:25    阅读次数:253
WordPress页面函数功能代码调用大全
WordPress模板基本文件style.css 样式表文件index.php 主页文件single.php 日志单页文件page.php 页面文件archvie.php 分类和日期存档页文件searchform.php 搜索表单文件search.php 搜索yemian文件comments.php...
分类:其他好文   时间:2014-10-10 21:56:54    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!