码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
QAbstractItemModel Class(1)
The QAbstractItemModel class provides the abstract interface for item model classes. ps:QAbstractItemModel类为项目模型类提供了抽象接口。 Detailed Description 详细说明 Th ...
分类:其他好文   时间:2017-03-10 20:39:29    阅读次数:364
ubuntu redis 自启动配置文件
#!/bin/sh # chkconfig: 2345 90 10 ### BEGIN INIT INFO # Provides: redis-server # Required-Start: $network $remote_fs $syslog $time # Required-Stop: $n... ...
分类:系统相关   时间:2017-03-09 19:51:31    阅读次数:290
使用grunt实现web自动化
1、grunt作用 实现压缩、编译、单元测试等重复性工作 2、需要安装的软件 第一步:从官网获取nodejs的软件包,直接双击进行安装(windows下) 第二步:打开cmd命令行,执行命令‘node -v’,能输出版本号,说明node已经正常安装 第三步:在cmd命令行,输入上图所述的安装命令,分 ...
分类:Web程序   时间:2017-03-06 22:24:09    阅读次数:190
【SQL】175. Combine Two Tables
Table: Person Table: Address Write a SQL query for a report that provides the following information for each person in the Person table, regardless if ...
分类:数据库   时间:2017-03-03 00:59:45    阅读次数:188
Linux内核修炼之framebuffer分析
Linux源码包中/document/fb/framebuffer.txt有如下介绍:The frame buffer device provides an abstraction for the g...
分类:系统相关   时间:2017-03-01 18:28:15    阅读次数:418
rsyslog 配置文件 》》接受远程日志,做集中式管理
[root@mail2 log]# cat /etc/rsyslog.conf | grep -E -v '(^$|^#)' $ModLoad imuxsock # provides support for local system logging (e.g. via logger command) ...
分类:其他好文   时间:2017-02-25 18:57:40    阅读次数:292
android4.3 Bluetooth(le)分析之startLeScan分析
BluetoothAdapter.java中有low enery(le)的一些方法,android提供了这些方法,但源码中并未找到这些方法的调用之处。本文档主要分析这类方法的执行流程,来了解下le到底做了些什么。 本文主要就是分析下startLeScan方法(两个重载方法)。 下面来分析下iGatt ...
分类:移动开发   时间:2017-02-20 10:56:34    阅读次数:666
被遗忘的设计模式——空对象模式(Null Object Pattern)
一、Pattern name Provide an object as a surrogate for the lack of an object of a given type. The Null Object provides intelligent do nothing behavior, h ...
分类:其他好文   时间:2017-02-17 19:03:58    阅读次数:214
Android应用程序支持不同屏幕(尺寸、密度)
how to build a user interface using Android layouts for all types of devices 使用Android布局设计的UI接口用于不同的Android设备 Android provides a flexible framework fo ...
分类:移动开发   时间:2017-02-14 21:45:30    阅读次数:281
Zabbix二次开发_03api列表
基于zabbix 3.0 https://www.zabbix.com/documentation/3.0/manual/api/reference Method reference This section provides an overview of the functions provide ...
分类:Windows程序   时间:2017-02-14 19:03:45    阅读次数:359
1060条   上一页 1 ... 48 49 50 51 52 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!