Description Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features ...
分类:
其他好文 时间:
2016-04-11 20:37:36
阅读次数:
143
1 下载客户端安装包根据系统选择(建议下载zip包) http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 需要三个包:sqlplus、basic、sdk 2 下面以linux为例介绍 ...
分类:
数据库 时间:
2016-04-11 11:51:31
阅读次数:
158
Postman功能(https://www.getpostman.com/features) 主要用于模拟网络请求包 快速创建请求 回放、管理请求 快速设置网络代理 安装 下载地址:https://www.getpostman.com/ 直接安装,成功后在chorme的应用程序中会多出一个Postm ...
分类:
其他好文 时间:
2016-04-09 11:57:45
阅读次数:
502
Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features is to use tw ...
分类:
Web程序 时间:
2016-04-06 02:04:48
阅读次数:
211
GentellelaGentelellaaresponsive,flatandfullfeaturedadmintemplatebuild.ThistemplateisbuildonBootstrap3frameworkusingmoderntechniqueslikeHTML5andCSS3tobeusedforbackendsolutionsofanysize.Thisisbyfarthemostadvancedandwelldesignedfreeadmindashboardtemplatethatca..
分类:
其他好文 时间:
2016-04-05 20:14:15
阅读次数:
796
Activiti的设计编辑器功能 Create Activiti projects and diagrams. 创建Activiti的项目和图表。 The Activiti Designer creates a .bpmn file when creating a new Activiti diag ...
分类:
其他好文 时间:
2016-04-04 17:50:12
阅读次数:
168
(1)下载svn插件:http://subclipse.tigris.org/files/documents/906/49209/site-1.8.8.zip (2)解压svn包,找到其中的两个文件夹features和plugins目录,在Myeclipse目录下面新建一个文件夹,名称随意,可以就叫 ...
分类:
系统相关 时间:
2016-04-01 18:01:18
阅读次数:
205
from sklearn import datasets import numpy as np X, y = datasets.make_blobs(n_features=2, centers=2) from sklearn.svm import LinearSVC from sklearn.svm ...
分类:
其他好文 时间:
2016-03-31 23:30:16
阅读次数:
399
import matplotlib.pyplot as plt from sklearn import datasets import numpy as np from sklearn.tree import DecisionTreeClassifier n_features = 200 X, y ...
分类:
其他好文 时间:
2016-03-31 12:38:00
阅读次数:
1497