码迷,mamicode.com
首页 >  
搜索关键字:page    ( 13016个结果
mybatis源码分析:
https://github.com/pagehelper/Mybatis-PageHelper https://github.com/bleast/mybatis-page-plugin http://duanhengbin.iteye.com/blog/1998017 MappedStateme ...
分类:其他好文   时间:2017-01-05 20:11:47    阅读次数:250
django之分页、cookie装饰器
一、分页代码如下 from django.utils.safestring import mark_safe class Page: def __init__(self, current_page, data_count, per_page_count=10, pager_num=7): self. ...
分类:其他好文   时间:2017-01-05 16:58:55    阅读次数:284
微软开源代码编辑器monaco-editor
官网上给出:”The Monaco Editor is the code editor that powers VS Code. A good page describing the code editor's features is here. It is licensed under the M ...
分类:其他好文   时间:2017-01-05 16:55:53    阅读次数:4642
django的分页
一.分页器的函数封装 # 分页计算最小页和最大页 def page_list_return(total, current=1): ''' 分页,返回本次分页的最小页数和最大页数列表 :param total: :param current: :return: ''' min_page = curre ...
分类:其他好文   时间:2017-01-05 13:12:30    阅读次数:272
在HyperlinkButton的URL地址里附加多个参数(以http get的方式)
1.使用 Uri(string uriString,UriType type)创建Uri对象:new Uri("/navigatingPage?key1=value1&key2=value2",UriKind.RelativeOrAbsolute); 2.在页面中以[当前Page对象].Naviga ...
分类:Web程序   时间:2017-01-05 12:02:00    阅读次数:185
【微信小程序开发?系列文章六】生命周期和路由
整个微信小程序从打开到关闭,整个过程可以分为很多阶段或者说状态,这一整段的过程,我们称之为小程序的生命周期。而周期中的每种不同的状态,到另一个状态的过度和转化,是需要一个触发机制的,这种机制我们称之为路由。 ...
分类:微信   时间:2017-01-05 10:02:41    阅读次数:391
AngularJs之八
***今天讲一下angularJs的路由功能: 一:angularJs路由。 1.AngularJS 路由允许我们通过不同的 URL 访问不同的内容。 2.通过 AngularJS 可以实现多视图的单页Web应用 。3.通常我们的URL形式为 http://网址/first/page,但在单页Web ...
分类:Web程序   时间:2017-01-04 23:26:18    阅读次数:280
webform 分页
界面: 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2 3 <!DOCTYPE html> 4 5 <html xmlns="http://www. ...
分类:Web程序   时间:2017-01-04 21:29:48    阅读次数:218
airflow 优化
1. 页面默认加载数据过多,加载慢。 修改 .../python2.7/site-packages/airflow/www/views.py文件, 1823行, page_size参数, 比如改成18 。重启webserver。 然后速度嗖嗖的。 2. 界面的时候看起来比较蛋疼, utc-0的时间, ...
分类:其他好文   时间:2017-01-04 19:01:29    阅读次数:458
索引碎片统计
SELECT index_type_desc,alloc_unit_type_desc,avg_fragmentation_in_percent,fragment_count,avg_fragment_size_in_pages,page_count,record_count,avg_page_sp ...
分类:其他好文   时间:2017-01-04 18:57:58    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!