码迷,mamicode.com
首页 >  
搜索关键字:aging    ( 354个结果
mave 安装本地jar包到maven库
Maven 安装 JAR 包的命令是: mvn install:install-file -Dfile=本地jar包的位置 -DgroupId=groupId -DartifactId=artifactId -Dversion=version -Dpackaging=jar ...
分类:编程语言   时间:2017-01-15 00:24:06    阅读次数:222
我的CSS命名规则
常见class关键词: 布局类:header, footer, container, main, content, aside, page, section 包裹类:wrap, inner 区块类:region, block, box 结构类:hd, bd, ft, top, bottom, lef ...
分类:Web程序   时间:2017-01-14 15:50:36    阅读次数:220
Maven学习二:使用Nexus搭建Maven私服及相关配置
处于安全等原因的考虑,一些企业内部网络是不允许访问外部网络的,但是项目内部搭建的项目又是Maven架构,这样就需要企业在内部网络中搭建自己的Maven仓库服务,再者一些大型企业或者内部模块化组件化划分的比较清楚的企业开发的一些独立组件就需要使用Maven自建仓库来存放独立组件了。 使用Nexus搭建 ...
分类:其他好文   时间:2017-01-11 07:59:33    阅读次数:220
爬取知乎百万信息之UrlTask
这个模块的作用是从nexturl队列获取用户的关注列表的url,获取关注列表。服务器返回的Json的数据 封装一个对象的序列化和反序列化的类 封装UrlTask类 添加一个获取资源的方法 解析:如果result.paging.is_end为true,那么这个是用户关注列表的最后一页,那么它的next ...
分类:Web程序   时间:2017-01-08 12:59:04    阅读次数:252
dataTables 使用方式
$(document).ready(function(){ table= $('#user_table').DataTable({ "paging": true, "ordering":false,//排序 "aLengthMenu": [10, 25, 50],//设置页码 "searching" ...
分类:其他好文   时间:2017-01-05 13:33:30    阅读次数:256
linux设备驱动归纳总结(一)内核的相关基础概念【转】
本文转载自:http://blog.chinaunix.net/uid-25014876-id-59413.html linux设备驱动归纳总结(一):内核的相关基础概念 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:系统相关   时间:2017-01-03 17:13:52    阅读次数:280
Oracle SQL explain/execution Plan
From http://blog.csdn.net/wujiandao/article/details/6621073 1. Four ways to get execution plan(anytime you want, for specified sql) ? Execute the SQL ...
分类:数据库   时间:2016-12-26 16:37:17    阅读次数:242
Spring----->projects----->Spring IO Platform
Spring IO Platform概述: Spring IO Platform是spring若干子项目中的一个 Spring IO Platform的主要功能是: 这个项目对开发者所构建的project可能依赖的所有三方工程进行版本控制。实际的一个external dependency 有可能有多 ...
分类:编程语言   时间:2016-12-17 22:58:17    阅读次数:199
js实现登陆页面的拖拽功能
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>登陆页面的拖拽功能实现</title> </head> <style type="text/css"> *{ margin:0; padding:0; } a{ text-decor ...
分类:Web程序   时间:2016-12-11 20:49:36    阅读次数:365
[WPF]WPF Data Virtualization和UI Virtualization
这篇博客将介绍WPF中的虚拟化技术。 1. Data Virtualization 通常情况下我们说数据虚拟化是指数据源没有完全加载,仅加载当前需要显示的数据呈现给用户。这种场景会让我们想到数据分页显示,当需要特定页面的数据时,根据页数请求相应数据。 WPF没有提供对Data Virtualizat ...
分类:Windows程序   时间:2016-12-07 02:30:16    阅读次数:283
354条   上一页 1 ... 31 32 33 34 35 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!