码迷,mamicode.com
首页 >  
搜索关键字:msyql orm    ( 15988个结果
【15】Flask SQLAlchemy
1.介绍 SQLAlchemy是一个基于Python实现的ORM框架。该框架建立在 DB API之上,使用关系对象映射进行数据库操作,简言之便是:将类和对象转换成SQL,然后使用数据API执行SQL并获取执行结果。 pip3 install sqlalchemy 组成部分: Engine,框架的引擎 ...
分类:数据库   时间:2020-07-26 19:01:29    阅读次数:75
编译安装ImageMagick-7.0.8
编译安装ImageMagick-7.0.8 1、起源 转码服务器报identify: no decode delegate for this image format 日志错误 2、安装ImageMagick-7.0.8 目前这个版本的包适合公司的业务ImageMagick-7.0.8-68.tar ...
分类:其他好文   时间:2020-07-26 01:45:32    阅读次数:75
DAY26 - AI
Passage 26 Many researchers use the term Artificial Intelligence (AI) to describe the thinking and intelligent behavior demonstrated by machines. Whil ...
分类:其他好文   时间:2020-07-26 01:02:29    阅读次数:75
Python+Selenium中级篇之7-把截图类方法封装到前面的BasePage.py
本文介绍把截图类方法封装到BasePage.py文件里,这个文件是在前面Selenium方法二次封装文章里创建的,具体代码请到前面这篇里找。我们截图类写死了把截图图片保存到根目录下的Screenshots文件夹里,图片名称是当前系统时间,图片后缀名是png。 新的BasePage.py内容如下: # ...
分类:编程语言   时间:2020-07-26 00:38:24    阅读次数:68
Appium 服务器初始化参数
具体看这个网址里:有通用的如platformName等,还有安卓和ios设备特有的一些参数 http://appium.io/docs/cn/writing-running-appium/caps/ from appium import webdriver # 用字典来存储appium服务器的启动参 ...
分类:移动开发   时间:2020-07-26 00:29:02    阅读次数:89
在ruoyi中使用Thymeleaf调用后台字典
<!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="i ...
分类:其他好文   时间:2020-07-25 23:19:47    阅读次数:91
HTML事件
HTML事件共分5类 Window事件(17个)、Form事件、Keyboard事件、Mouse事件、Media事件 Window事件(17个) 针对window对象的事件(应用到<body>书签) onafterprint :文档打印之后运行的脚本onbeforeprint、onbeforeunl ...
分类:Web程序   时间:2020-07-25 09:52:02    阅读次数:111
shell tput的用法
tput sc ##记录光标位置 tput cup x y ###移动光标至x列y行 tput rc ##返回光标位置 tput civis ##隐藏光标 tput cnorm ## 显示光标 tput setaf ColorNumber## 设置前景色 tput setab ColorNumber ...
分类:系统相关   时间:2020-07-25 09:18:53    阅读次数:107
Codeforces Round #659 (Div. 1) 题解 (AB)
水个题解压压惊 A. String Transformation 1 贪心就好了。每次选择所有A里最小的、需要改变的字符,然后改变成最小的对应B值,差不多这个意思吧(?) #include <bits/stdc++.h> using namespace std; #define repeat(i,a ...
分类:其他好文   时间:2020-07-25 09:14:40    阅读次数:91
webstorm开发时动画特效插件
1、打开file->plugins,搜索插件power mode Ⅱ,安装后重启编辑器。 2、打开file->settings就可以看到power mode Ⅱ,按需配置。 ...
分类:Web程序   时间:2020-07-24 21:27:47    阅读次数:164
15988条   上一页 1 ... 49 50 51 52 53 ... 1599 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!