码迷,mamicode.com
首页 >  
搜索关键字:database first    ( 28120个结果
deepctr_torch Experience
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
运行mongoDB
cmd 1 mongod --dbpath D:\mongoDB\database\data 另外开一个新的cmd 1 mongo ...
分类:数据库   时间:2020-07-17 22:20:37    阅读次数:75
dotnet 命令行语法
查看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
MSSQL系列 (一):数据库的相关操作(增删改查)
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
[ML L9] Clustering (K-MEANS)
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客户端自动化---窗口进行截图
做自动化过程中时长会遇到一些截图操作,那么在做客户端的时候,应该怎么进行截图呢? 窗口截图 在pywinauto中存在自带的截图函数 capture_as_image() 源码: def capture_as_image(self, rect=None): """ Return a PIL imag ...
分类:Windows程序   时间:2020-07-17 19:35:31    阅读次数:114
max_element
一、函数原型 该函数定义在头文件< algorithm >中,作用为找区间的最大值(最小值)。 max_element template< class ForwardIt > ForwardIt max_element(ForwardIt first, ForwardIt last ); templ ...
分类:其他好文   时间:2020-07-17 19:33:04    阅读次数:83
oracle数据库的备份与还原(expdp和impdp)
备份: 在cmd命令行中,执行sqlplus,用管理员账号登录 建立目录对象: create directory expdir as ‘D:\expdir’; 赋予要备份数据的用户导出权限: grant exp_full_database to username(你要备份的用户名); 另打开一个cm ...
分类:数据库   时间:2020-07-17 16:03:09    阅读次数:80
MyBatis(3):优化MyBatis配置文件
一、连接数据库的配置单独放在一个properties文件中 1,创建一个database.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis? useSSL=true&amp;useUnico ...
分类:其他好文   时间:2020-07-17 16:02:48    阅读次数:52
[经验栈]Typecho升级(upgrade)失败Database Query Error
1前言 昨天武小栈把typecho从正式版升级到开发版就遇到了Database Query Error错误,详情是SQLSTATE[HY000]: General error: 1 no such table: typecho_metas,经过查看数据库后发现是升级的时候metas表被程序删掉了,顺 ...
分类:数据库   时间:2020-07-17 16:01:49    阅读次数:92
28120条   上一页 1 ... 64 65 66 67 68 ... 2812 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!