並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 72件

新着順 人気順

pagingの検索結果1 - 40 件 / 72件

  • jQuery.autopager: Automatic Paging Plugin For J Query

    See related links to what you are looking for.

    • WordPressに様々なスタイルのページャ機能を付与できるプラグイン「WP Paging」:phpspot開発日誌

      WP Paging - Page numbers / navigation plugin for Wordpress - Good SEO for themes | www.devdevote.com WordPressに様々なスタイルのページャ機能を付与できるプラグイン「WP Paging」。 次のように、様々なスタイルのページャを付与できるみたい。 管理画面もなかなか充実していて管理も簡単そうです。 関連エントリ WordPressプラグイン作成用コードテンプレート ゼロからWordPressプラグインを作成するためのチュートリアル WordPressの便利プラグイン他、チートシートやテーマ作成リファレンス等フレッシュなエントリ色々

      • キーボードでアイテムやページの送り・戻しを簡単に実装できてしまうJavaScriptライブラリ「Paging Keys」:phpspot開発日誌

        キーボードでアイテムやページの送り・戻しを簡単に実装できてしまうJavaScriptライブラリ「Paging Keys」 2009年10月15日- キーボードでアイテムやページの送り・戻しを簡単に実装できてしまうJavaScriptライブラリ「Paging Keys」 GoogleReader や Livedoor Reader でも実装されている機能で、これをサイトに実装すると便利になるサイトは多いのではないでしょうか? <script>タグでページに読み込むだけで使えるので使い方も簡単です。 実装できる機能としては、以下のようになっています Kキー:前のアイテムへ Jキー:次のアイテムへ Lキー:前のページへ Hキー:次のページへ Rキー:リロード 1つのアイテムをどのように定義するかというと、paging_keys.js という配布ファイルに含まれている以下の nodeSelecto

        • Paging in API

          This is a presentation I used at #pagernight on 2014-07-04.

            Paging in API
          • DBIx::Skinnyを使った際のPaging方法考察 - Hatena::Diary::Neko::kak 500 Internal Server Error

            DBIx::Skinnyにはネイティブにpagingをしてくれる便利機能はありません。 (最近ないないばっかり言ってるな) DBICとかだと$rs->pagerみたいにしてData::Pageのオブジェクトを返してくれるんですが、 Data::Pageのオブジェクトを作る際に、内部でcountを発行しています。 pagingするにはSQLにLIMIT/OFFSETをかけてると、思うのでLIMIT/OFFSETを掛けなかった際の トータルな件数を取るためですね。 結構このcountが馬鹿にならないくらい内部で発行されることがあるのでSkinnyではあえてサポートしなかったです。 あと、独自にSQLを書かせる事をお題目にあげているので、 独自に書かれたSQLを内部でごちゃごちゃしてcount発行するとかヤッテラレナイてのもあります。 ただ、アプリを作ってる時にpagingは必須なのでどうすれば

              DBIx::Skinnyを使った際のPaging方法考察 - Hatena::Diary::Neko::kak 500 Internal Server Error
            • iPhone UIScrollViewで画面サイズより小さい領域でPagingする - 袖触れ合うも多少の縁

              新しいiMac買いました。メモリも安いので買いました。 でも雪豹のまま使うことにしますw さて、UIScrollViewは便利で良く使っています。 UIScrollView.pagingEnabled = YESにすれば、ページ毎にきちっとスナップしてスクロールしてくれます。でも、画面サイズ(W:320px)より小さい要素、例えば画像(W:150px)などをページングするところでハマりました。iPhoneのサファリのタブのようにしたいのです。 ポイントは、ページングはframeのサイズではなくてboundsのサイズということ。 それと、scroll.clipsToBounds = NOにすること。NOにしないと、1枚しか見えない。 なるほど! 例えば、横は150pxの画像とマージンを取ったサイズを1ページとした場合。 UIScrollView *scroll = [[UIScrollVie

              • GitHub - JakeWharton/ViewPagerIndicator: Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - JakeWharton/ViewPagerIndicator: Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
                • Paging - Architecture Components 勉強会 #6

                  class: chapter-1, hero, center, middle # <nobr>Paging</nobr> Architecture Components 勉強会 #6 2019/04/22 荒木佑一 --- class: chapter-1, normal # はじめに 今日の課題のリポジトリ [github.com/yaraki/CheesePage](https://github.com/yaraki/CheesePage) あらかじめクローンして Android Studio で開いておくと後で楽です ## Architecture Components 勉強会 第5回: Lifecycle, ViewModel, LiveData の復習 (@yanzm)<br /> **第6回: Room の復習、Paging (@yuichi_araki)** ← 今ココ<br

                  • UIScrollView(横)に複数のUITableViewを配置してpagingする。 - Qiita

                    UIScrollViewをpagingで横スクロールする仕様にしつつ、その上にUITableViewを複数配置してそれぞれを縦にスクロール可能にする方法です。 1. UIScrollViewのサブクラスを用意します。 #define TABLE_WIDTH 106.f - (void)viewDidAppear:(BOOL)animated { int numberOfTables = 5; CGFloat height = self.view.bounds.size.height; CGRect tableBounds = CGRectMake(0.0f, 50.f, TABLE_WIDTH, height); PagingScrollView *scrollView = [[PagingScrollView alloc] initWithFrame:self.view.bounds];

                      UIScrollView(横)に複数のUITableViewを配置してpagingする。 - Qiita
                    • Pagingモジュール:ココログなどのTypePad系ブログでカテゴリーページを分割するテンプレート・モジュール - かみぃの丘

                      《2009/12/12追記》 【注意】 2009年10月1日から順次移行されているTypePadの新バージョンでは、このモジュールはまったく機能しません。 (ココログで11月16日に導入された「カテゴリ毎バックナンバーの表示変更」とは違います) もし、このモジュール導入後に新TypePadに移行した場合、カテゴリーページが表示されなくなりますので、変更したアーカイブ・テンプレート(entry-listモジュール)の、 「<$MTInclude module="paging-initialize"$><MTEntries><$MTInclude module="paging-entry-top"$>」 「<$MTInclude module="paging-entry-bottom"$></MTEntries><$MTInclude module="paging-navigation"$>」

                        Pagingモジュール:ココログなどのTypePad系ブログでカテゴリーページを分割するテンプレート・モジュール - かみぃの丘
                      • Understanding x86_64 Paging

                        I’ve spent quite a lot of time messing with x86_64 page tables, understanding address translation is not easy and when I started learning about it I felt like a lot of the material out there on how it works was hard for me to wrap my head around. So in this blog post I am going to attempt to provide a kind of “what I wish I had when learning about paging”. Quick note, I’ll only be discussing pagin

                        • GitHub - PageMenu/PageMenu: A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram)

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - PageMenu/PageMenu: A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram)
                          • Paging 3を使ったお気に入り変更機能の実装 - BASEプロダクトチームブログ

                            はじめに こんにちは! BASE 株式会社 Customer Product Dev で Android エンジニアをしている小林です。 ショッピングアプリ「BASE」のAndroid版アプリの開発を担当しています。 最近、フォロー中タブ追加というアプリのトップ画面を大きく変えるリリースを行いました。 その際、RecyclerViewの実装でPagingライブラリの3.0.0を導入してページング処理を実装してみたのでその話をしていきたいと思います。 Pagingライブラリとは? データの追加読み込みやメモリに保持するデータ量の管理をやりやすくしてくれるライブラリです。 2021年9月時点ではPagingライブラリの最新バージョンは3.0.1になっています。 https://developer.android.com/topic/libraries/architecture/paging/v

                              Paging 3を使ったお気に入り変更機能の実装 - BASEプロダクトチームブログ
                            • iPhone/iPad – AppStore like UIScrollView with paging and preview | blog.sallarp.com

                              Complete source code and sample application for creating an AppStore like scroll view with paging and preview using UIScrollView. YouTube demo video included!Do you like the way application images are displayed in AppStore or the way Safari flips between tabs? This post contains a complete  horizontal, paged UIScrollView with preview control. Alexander Repty posted a sample on his blog and my samp

                              • WP Paging - Page numbers / navigation plugin for Wordpress - Good SEO for themes | www.devdevote.com

                                The problem Wordpress has no built in paging function with numbers for themes. It’s good for users to know how many posts there are and even go to the last one. It’s good for SEO as well. The plugin Unlike many other page navigation plugins, this one is based on a core page number function called paginate_links. Wordpress use this function for the page numbers in wp-admin. If it’s good enough to u

                                • Paging 3 の変更点

                                  The Paging library helps you load and display pages of data from a larger dataset from local storage or over network… ※Paging 3はJava/RxJava・Guavaでも実装可能ですが、今回は試していません。 ネットワーク通信と組み合わせることを想定しての解説になります。 今回の環境は 3.0.0-alpha01 になります。 KotlinPaging 3は現時点ではJetpackの中で唯一すべてKotlinで書かれています。Javaからももちろん使用可能ではあります。 Coroutines / Flowが全面的に使用されています。 基本的な実装以前と異なり大幅に簡単になっています。 以前は実装する際に様々なクラスを定義する必要がありました。Roomと連携する際はそこ

                                    Paging 3 の変更点
                                  • GitHub - kitasuke/PagingMenuController: Paging view controller with customizable menu in Swift

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - kitasuke/PagingMenuController: Paging view controller with customizable menu in Swift
                                    • Struts Paging処理

                                      <%-- pageを定義します--%> <bean:define name="page" id="pageby" scope="session" /> <%-- 前ページがある場合にリンクを表示します --%> <logic:equal name="pageby" property="hasPreviousPage" value="true"> <html:link page="/XML.do" paramId="start" paramName="pageby" paramProperty="startOfPreviousPage">Prev</html:link> </logic:equal> <%-- 次ページがある場合にリンクを表示します--%> <logic:equal name="pageby" property="hasNextPage" value="true"> <htm

                                      • Paging Systems

                                        Memory Management: Paging Paul Krzyzanowski October 20, 2010 [updated March 23, 2011] The advantage of a bad memory is that one enjoys several times the same good things for the first time. — Friedrich Nietzsche Introduction/Review This is a continuation of our discussion on memory management. A memory management unit that supports paging causes every logical address (virtual address) to be tr

                                          Paging Systems
                                        • shadow pagingとkvmにおける実装について VA Linux Systems Japan

                                          本書は、Linux KVMのshadow pagingの実装について解説します。読者の前提条件として、仮想化及びx86アーキテクチャにおけるアドレス変換機構(MMU)に関する基礎知識を有している方を対象としておりますので、あらかじめご了承ください。 KVMは米国Qumranet社により開発されている仮想マシンで、完全仮想化をサポートします。当初は仮想化拡張機能(Intel VT-x、 AMD SVM)をもつx86アーキテクチャを対象に開発されてきましたが、現在ではその他のCPUアーキテクチャにも移植されています。本書内では特に記載がある部分を除き、x86アーキテクチャのみを対象といたします。 実装の特徴としては次のようなものが挙げられます。

                                          • GitHub - novi/LTCoreText: Lightweight paging text view using CoreText suitable for Book App

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - novi/LTCoreText: Lightweight paging text view using CoreText suitable for Book App
                                            • Paging 2 library overview  |  Android Developers

                                              Build AI experiences Build AI-powered Android apps with Gemini APIs and more. Get started Start by creating your first app. Go deeper with our training courses or explore app development on your own.

                                                Paging 2 library overview  |  Android Developers
                                              • Opera Reader: Paging the Web

                                                To get to the next page, use your finger or mouse to slide the content towards left. FYI, you are not using Opera Reader. It can be downloaded from the menu on the left! Around 2000 years ago, the Romans developed the codex. Different from scrolls – the previously accepted literary format – the codex had pages that were bound together into what we today call books. Image by Friar's Balsam. The cod

                                                • UIScrollView horizontal paging like Mobile Safari tabs

                                                  Mobile Safari allows you to switch pages by entering a sort of UIScrollView horizontal paging view with a page control at the bottom. I am trying to replicate this particular behavior where a horizontally scrollable UIScrollView shows some of the next view's content. The Apple provided example: PageControl shows how to use a UIScrollView for horizontal paging, but all views take up the whole scree

                                                    UIScrollView horizontal paging like Mobile Safari tabs
                                                  • GitHub - KyoheiG3/GridView: Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - KyoheiG3/GridView: Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.
                                                    • Lucene/SolrにおけるDeep paging問題

                                                      以前から興味があった、LuceneとSolrでのDeep paging関連のチケットを整理してみました。 調べてみたら、分散検索(Distributed Searchの機能)ではおろか、単体のSolrでもちゃんとサポートされてなかったっていう。 Deep paging問題とは Deep paging問題の概要については、以下のブログエントリが参考になる。 Deep paging problem | Solr Enterprise Search 例えば、以下のようなSolrクエリを想像してみよう。 q=*:*&sort=price+asc&rows=100&start=50000 このクエリは、Luceneインデックスに対して50,001件目から50,100件目までの100件の結果を取得しようとしている。 しかし、SolrはLuceneインデックスから50,100件のドキュメントを読み込んで

                                                      • Automatic UITableView Paging

                                                        UITableView can support scrolling through many rows of data, however fetching large amounts of remote data can slow down your app, use up too much memory, and bog down your web server. This is all wasteful if users aren‘t ever going to scroll down that far. In this episode you‘ll learn how to perform automatic UITableView pagination using an easy technique.

                                                          Automatic UITableView Paging
                                                        • jScroll - jQuery plugin for infinite scrolling / auto-paging

                                                          jQuery plugin for infinite scrolling / auto-paging.

                                                          • rel nextとrel prevは設定しましたか?WordPressでSEO friendlyなpagingを実現するのに必須! – 旧・中川勉社会保険労務士事務所FPウェブシュフ

                                                            rel nextとrel prevは設定しましたか?WordPressでSEO friendlyなpagingを実現するのに必須! WordPressなどのCMSでサイトを作ると、TOPページやカテゴリーアーカイブはページネーション(ページ送り)を使って表示されることになります。これらのページをSEO friendlyにするために、rel nextとrel prevを設定します。 rel nextとrel prevって何? と思う方は、海外SEO情報ブログの下記のページをご覧ください。 [img-link url=”http://www.suzukikenichi.com/blog/google-supports-rel-next-and-rel-prev/” title=”Google、ページネーション問題を解決するrel=“next”タグとrel=“prev”タグをサポート開始 | 海

                                                              rel nextとrel prevは設定しましたか?WordPressでSEO friendlyなpagingを実現するのに必須! – 旧・中川勉社会保険労務士事務所FPウェブシュフ
                                                            • Tutorial: Add sorting, filtering, and paging with the Entity Framework in an ASP.NET MVC application

                                                              The method uses LINQ to Entities to specify the column to sort by. The code creates an IQueryable<T> variable before the switch statement, modifies it in the switch statement, and calls the ToList method after the switch statement. When you create and modify IQueryable variables, no query is sent to the database. The query is not executed until you convert the IQueryable object into a collection b

                                                                Tutorial: Add sorting, filtering, and paging with the Entity Framework in an ASP.NET MVC application
                                                              • オレオレ Demand Paging - KaiGaiの俺メモ

                                                                現在の PG-Strom のアーキテクチャは、PostgreSQLの各バックグラウンドプロセスが個別にCUDAコンテキストを作成し、GPUデバイスメモリを作るという構成になっている。 これは、設計の単純化、特にエラーパスのシンプル化により、全体的なソフトウェアの品質が低い時には開発効率の観点からは意味のあるデザインではあるが、一方で、以下のような問題も同時に抱えている。 CUDAコンテキストの初期化には200ms~400ms程度のオーバーヘッドを要するため、数秒で終わる程度のクエリ処理ではこのコストは無視できない。 一方、CUDAコンテキストの初期化・破棄の回数を抑えるために、一度構築したCUDAコンテキストをキャッシュしておくと無駄にGPU RAMを保持し続ける。CUDAコンテキストあたり~90MB程度のGPU RAMを消費する*1ので、同時並行セッション数が増えてくるとワーキングメモリ

                                                                  オレオレ Demand Paging - KaiGaiの俺メモ
                                                                • Paging Library + API でページング処理

                                                                  Paging LibraryはRoomだけではなくAPIでも使えるので、実際に簡単なサンプルを作って試しました。 build.gradleVersionは1.0.0-alpha4–1 使っています。 implementation "android.arch.paging:runtime:1.0.0-alpha4-1" implementation 'com.squareup.retrofit2:retrofit:2.3.0' implementation 'com.squareup.retrofit2:converter-gson:2.3.0'DataSourceまずはデータを取得する箇所からです。 DataSourceには PageKeyedDataSource , ItemKeyedDataSource , PositionalDataSource の3つが用意されています。 今回は

                                                                  • Activity Paging Support (0.9)

                                                                    People & Friends APIを使って会員情報や友達情報などを取得する際に、条件に一致する人数が多くなることを想定し、ページングを指定することができるようになっています。例えば、JavaScript APIであれば、PeopleRequestFields.MAXとPeopleRequestFields.FIRSTを使って、1リクエストに含める件数と開始インデックスを指定することができるようになっています。 しかし、Activities APIにおいては、残念ながらOpenSocial 0.8.1においてもページングが考慮されていませんでした。そのため、多量のActivityがコンテナとクライアント間でやり取りされてしまう問題が発生します。特に、Apache ShindigにおけるActivityServiceインタフェースにおいても、ページングに関する引数が定義されていませんでし

                                                                    • Paging-enabled UIScrollView With Previews - Feelin' Fine

                                                                      • GitHub - EndouMari/TabPageViewController: Paging view controller and scroll tab view

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - EndouMari/TabPageViewController: Paging view controller and scroll tab view
                                                                        • Paging - OSDev Wiki

                                                                          The factual accuracy of this article or section is disputed. Please see the relevant discussion on the talk page. Paging is a system which allows each process to see a full virtual address space, without actually requiring the full amount of physical memory to be available or present. 32-bit x86 processors support 32-bit virtual addresses and 4-GiB virtual address spaces, and current 64-bit proces

                                                                          • 10 aggressively used jQuery Infinite Scroll Plugins for endless paging - webdeveloperjuice.com

                                                                              10 aggressively used jQuery Infinite Scroll Plugins for endless paging - webdeveloperjuice.com
                                                                            • Linux kernelの5-Level Paging有効化部分を読んでみる - Blog posts by @retrage

                                                                              この記事はLinux Advent Calendar 14日目の記事として書かれた. 本記事ではLinuxにおける5-Level Paging(la57 paging)の実装を見ていく. 5-Level Pagingとは これまで,x86_64では物理アドレス下位48bitのみが使用されてきた. このため,64TiBの物理アドレス空間と256TiBの仮想アドレス空間に限られてきた. Intelはこれを拡張し,物理アドレス下位56bitへと拡張させた. これにより,4PiBの物理アドレス空間と128PiBの仮想アドレス空間が利用できるようになった. この拡張に対応するため新たに導入されたのが,ここで紹介する5-Level Pagingである. 基本的な考え方は4-Level Pagingと同一であり, PML4にさらに上位にPML5が追加された形となっている. サポート状況について 現在,一

                                                                                Linux kernelの5-Level Paging有効化部分を読んでみる - Blog posts by @retrage
                                                                              • App Engine Recipe - Efficient paging for any query and any model

                                                                                Posted by rodrigo.moraes on Wed 27 May 2009 in Datastore User ratings: This method uses the PagerQuery class, which is based on the article "Efficient paging using __key__ instead of a dedicated unique property" [1]. It allows "efficient paging in any query, on any schema, purely in user land, without requiring extra properties or other schema changes". This means that no extra property is requi

                                                                                • How to Optimize Paging in MySQL? 3 Best Ways - iheavy

                                                                                  Paging or pagination is a common requirement for almost all web applications where all the documents are divided into discrete pages. This is the easiest way to select only what you need from the database. However, optimizing paging operations is crucial to ensure efficient and fast retrieval of data in MySQL. So how do you optimize paging in MySQL? There is a technique named “deferred join” which

                                                                                    How to Optimize Paging in MySQL? 3 Best Ways - iheavy