码迷,mamicode.com
首页 >  
搜索关键字:enables    ( 262个结果
本地IP,掩码,网关,DNS设置
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Management; using Sys... ...
分类:其他好文   时间:2017-10-29 21:54:35    阅读次数:241
从零开始学习springBoot(定时任务)
package com.kfit.base.scheduling; import org.springframework.context.annotation.Configuration;import org.springframework.scheduling.annotation.EnableS ...
分类:编程语言   时间:2017-10-20 20:14:51    阅读次数:197
net-snmp: introduction
SNMP is a protocol that enables server remote-info-exchange. Which according to wikipedia: it [collecting and organizing information about managed dev ...
分类:Web程序   时间:2017-10-09 19:33:20    阅读次数:177
jQuery.NiceScroll简单的API
Nicescroll滚动条插件是一个非常强大的基于JQUERY的滚动条插件,不需要增加额外的css,几乎全浏览器兼容。ie6+,实现只需要一段代码,侵入性非常小,样式可完全自定义,支持触摸事件,可在触摸屏上使用。 官网地址:http://www.areaaperta.com/nicescroll/ ...
分类:Windows程序   时间:2017-09-29 16:47:07    阅读次数:246
Win10 UWP开发系列:实现Master/Detail布局
原文:Win10 UWP开发系列:实现Master/Detail布局在开发XX新闻的过程中,UI部分使用了Master/Detail(大纲/细节)布局样式。Win10系统中的邮件App就是这种样式,左侧一个列表,右侧是详情页面。关于这种 样式的说明可参看MSDN文档:https://msdn.mic... ...
分类:Windows程序   时间:2017-09-21 11:18:13    阅读次数:362
Qt5.9 WebChannel
Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application). It is suppo ...
分类:Web程序   时间:2017-09-15 13:37:37    阅读次数:347
CAP Twelve Years Later: How the "Rules" Have Changed
The CAP theorem asserts that any net­worked shared-data system can have only two of three desirable properties. How­ever, by explicitly handling parti... ...
分类:其他好文   时间:2017-09-08 16:25:32    阅读次数:215
「spring」定时任务(纯注解方式)
【问题现象】 需要通过纯注解方式启动定时任务,网上搜索到的定时任务大部分都是配置+注解。 【问题解决】 /** * 定时任务:打印CPU使用率 */@Component@EnableSchedulingpublic class PrintCpuWorker { @Scheduled(cron="0/ ...
分类:编程语言   时间:2017-09-08 13:17:14    阅读次数:223
设计模式之策略模式
策略模式定义, 先看看维基上如何定义的: The strategy pattern(also known as the policy pattern) is a behavioural software design pattern that enables selecting an algorit ...
分类:其他好文   时间:2017-09-07 00:57:01    阅读次数:150
iOS 强大的泛型,同样也可以对UIButton进行扩展
文章围绕这五点: 1. 泛型是什么 2. 为什么要用泛型 3. 泛型怎么用 4. 泛型进阶 5. 泛型的延伸使用 泛型(Generics)是什么? 引用Apple中Generics的描述: Generic code enables you to write flexible, reusable fu ...
分类:移动开发   时间:2017-09-01 23:10:15    阅读次数:364
262条   上一页 1 ... 11 12 13 14 15 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!