1. We need to build the environemnt for the deepctr first pip install -U deepctr_torch 2. The current version is not supported by torch 1.5.0, we need ...
分类:
其他好文 时间:
2020-07-18 00:41:06
阅读次数:
80
cmd 1 mongod --dbpath D:\mongoDB\database\data 另外开一个新的cmd 1 mongo ...
分类:
数据库 时间:
2020-07-17 22:20:37
阅读次数:
75
查看dotnet是否安装成功 dotnet -v dotnet-ef 不存在需要先安装(默认安装最新的版本) dotnet tool install -g dotnet-ef dotnet-ef 不存在需要先安装(指定安装版本) dotnet tool install -g dotnet-ef -- ...
分类:
Web程序 时间:
2020-07-17 22:09:44
阅读次数:
140
1.创建数据库 --创建数据库 create database stuDb on primary ( --表示属于primary文件组 name='stuDb', --逻辑名称 fileName='D:\Data\MSSQL\stuDb.mdf', --物理名称 size=5mb,--初始大小 ma ...
分类:
数据库 时间:
2020-07-17 22:00:06
阅读次数:
100
The k-means algorithm captures the insight that each point in a cluster should be near to the center of that cluster. It works like this: first we cho ...
分类:
其他好文 时间:
2020-07-17 21:58:52
阅读次数:
87
做自动化过程中时长会遇到一些截图操作,那么在做客户端的时候,应该怎么进行截图呢? 窗口截图 在pywinauto中存在自带的截图函数 capture_as_image() 源码: def capture_as_image(self, rect=None): """ Return a PIL imag ...
一、函数原型 该函数定义在头文件< algorithm >中,作用为找区间的最大值(最小值)。 max_element template< class ForwardIt > ForwardIt max_element(ForwardIt first, ForwardIt last ); templ ...
分类:
其他好文 时间:
2020-07-17 19:33:04
阅读次数:
83
备份: 在cmd命令行中,执行sqlplus,用管理员账号登录 建立目录对象: create directory expdir as ‘D:\expdir’; 赋予要备份数据的用户导出权限: grant exp_full_database to username(你要备份的用户名); 另打开一个cm ...
分类:
数据库 时间:
2020-07-17 16:03:09
阅读次数:
80
一、连接数据库的配置单独放在一个properties文件中 1,创建一个database.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis? useSSL=true&useUnico ...
分类:
其他好文 时间:
2020-07-17 16:02:48
阅读次数:
52
1前言 昨天武小栈把typecho从正式版升级到开发版就遇到了Database Query Error错误,详情是SQLSTATE[HY000]: General error: 1 no such table: typecho_metas,经过查看数据库后发现是升级的时候metas表被程序删掉了,顺 ...
分类:
数据库 时间:
2020-07-17 16:01:49
阅读次数:
92