直接使用的三种方式 1、 PB内部对象 Inet object 2、 API 函数 3、 Ole中的Microsfot Web 游览器对象 一、Inet object: 1、Inet object The Inet object provides the ability to display a W ...
分类:
Web程序 时间:
2017-01-15 19:15:25
阅读次数:
245
w将单个服务器上的单个数据库打碎为多个服务器上的单个数据库 http://www.agildata.com/database-sharding/ Database Sharding provides a method for scalability across independent server ...
分类:
移动开发 时间:
2017-01-12 18:42:55
阅读次数:
227
1.导入Python SQLITE数据库模块 Python2.5之后,内置了SQLite3,成为了内置模块,这给我们省了安装的功夫,只需导入即可~ import sqlite3 2. 创建/打开数据库 在调用connect函数的时候,指定库名称,如果指定的数据库存在就直接打开这个数据库,如果不存在就 ...
分类:
数据库 时间:
2017-01-12 10:14:22
阅读次数:
449
What Is Machine Learning Two definitions of Machine Learning are offered. Arthur Samuel described it as :”the field of study that gives computer the a ...
分类:
其他好文 时间:
2017-01-10 10:12:53
阅读次数:
155
进程与线程 什么是进程(process)? An executing instance of a program is called a process. Each process provides the resources needed to execute a program. A proce ...
分类:
编程语言 时间:
2017-01-09 16:00:41
阅读次数:
319
27使用调度程序 Oracle Database provides database job capabilities through Oracle Scheduler (the Scheduler). This chapter explains how to use the various Sch ...
分类:
数据库 时间:
2017-01-08 10:47:41
阅读次数:
276
一直都被如何用vue.js新建一个项目的问题困扰着,经过好久的实践,终于搞清楚如何用vue新建项目了: 1.官网对于vue-cli介绍: Vue.js provides an official CLI for quickly scaffolding ambitious Single Page App ...
分类:
其他好文 时间:
2017-01-03 17:01:39
阅读次数:
182
上一节的最后,我讲到一次注入生成类实例的生成步骤。先来回顾一下: 1 Module中存在创建方法,则看此创建方法有没有参数 如果有参数,这些参数也是由Component提供的,返回步骤1逐一生成参数类实例,最后再生成最终类实例--ok 如果无参数,则直接由这个方法生成最终类实例 2 Module中没 ...
分类:
其他好文 时间:
2017-01-01 10:56:26
阅读次数:
199
<elementRef> import {ElementRef} from "@angular/core"; this.element.nativeElement('.js-banner-container'), ElementRef Provides access to the underlyin ...
分类:
其他好文 时间:
2016-12-30 16:26:37
阅读次数:
139
一、rsyslog 介绍 ryslog 是一个快速处理收集系统日志的程序,提供了高性能、安全功能和模块化设计。rsyslog 是syslog 的升级版,它将多种来源输入输出转换结果到目的地,据官网介绍,现在可以处理100万条信息。 特性:1.多线程 2.支持加密协议:ssl,tls,relp 3.m ...
分类:
系统相关 时间:
2016-12-28 14:56:05
阅读次数:
1260