1. 建立员工目录 ES数据库对象与关系型数据库对象对比 Relational DB -> Databases -> Tables -> Rows -> ColumnsElasticsearch -> Indices -> Types -> Documents -> Fields 语法 VERB H ...
分类:
其他好文 时间:
2018-12-27 03:07:21
阅读次数:
130
测试环境:win10+RStudio (1)在Console加载两个插件 Installing package into ‘C:/Users/lmei/Documents/R/win-library/3.5’(as ‘lib’ is unspecified)trying URL 'https://c ...
分类:
数据库 时间:
2018-12-23 19:30:46
阅读次数:
207
http://www.zaotangzi.net/Documents/12868/1286801.html 超星的图书量非常多,不过我们下载到的超星图书都是pdg格式,而且文件都是单列的,一个文件夹下几百个文件,看起来很不舒服,所以把每本超星图书转换为单独的pdf格式,就会美观大方很多了。原理:和W ...
分类:
其他好文 时间:
2018-12-22 20:35:19
阅读次数:
201
1. 将本地的sql文件上传至服务器 scp /Users/fangke/Documents/article.sql root@IP:/usr/local 2. 登陆服务器的mysql 3. 创建数据库 4. 执行sql文件 source /usr/local/article.sql 5. 这个时候 ...
分类:
数据库 时间:
2018-12-17 22:02:51
阅读次数:
175
https://www.extendoffice.com/documents/excel/3197-excel-create-new-sheet-for-each-row.html How To Create New Sheets For Each Row In Excel? 一、 ...
分类:
其他好文 时间:
2018-12-17 20:18:51
阅读次数:
251
WIN10:C:\Users\Home目录\AppData\Roaming\Subversion Window Server 系统:C:\Users\Home目录\AppData\Roaming\Subversion Window Server 2003 R2:C:\Documents and Se ...
分类:
其他好文 时间:
2018-12-12 21:31:12
阅读次数:
241
好长时间没有写博客了,最近公司要用java语言,开始学习java,属于初学者,今天主要记录一下mybatis generator自动生成代码,首先在如下图的目录中新建两个文件,如下图 generatorConfig.xml and jdbc.properties都要放在resource根目录下 具体 ...
分类:
数据库 时间:
2018-12-12 17:35:50
阅读次数:
479
//获取当前文件夹 GetCurrentDirvardir: string;begindir := GetCurrentDir;ShowMessage(dir); //C:\Documents and Settings\wy\My Documents\RAD Studio\Projectsend; ...
## 基本图像处理### 存储图片import numpy as np import cv2import matplotlib.pyplot as plt import os# 6.2.1图像的表示img = np.array( [ [[255, 0, 0], [0, 255, 0], [0, 0, ...
分类:
其他好文 时间:
2018-12-06 22:25:47
阅读次数:
278
使用 mklink把apple 备份文件从c盘转移到D盘
分类:
移动开发 时间:
2018-12-06 20:47:53
阅读次数:
822