一、点击数据库连接,查看当前数据库服务器排序规则 方式二 在查询分析器中,输入SELECT SERVERPROPERTY(‘Collation’) ,获取服务器排序规则 二、停止数据库服务 三、进入数据库安装目录 cd C:\Program Files\Microsoft SQL Server\12 ...
分类:
数据库 时间:
2021-05-24 08:12:14
阅读次数:
0
一. requests库的介绍与安装 pip install requests 二. 请求数据场景 2.1 请求方式:GET, 请求类型:application/x-www-form-urlencoded # -*- coding: utf-8 -*- # @Time : 2021/5/11 23: ...
分类:
编程语言 时间:
2021-05-24 07:15:29
阅读次数:
0
linux kernel version:4.4.38 硬件平台:exynos4412-tiny4412 参考链接:https://www.cnblogs.com/ethandlwang/p/14759735.html 基于上一篇按键点灯程序,我给设备驱动添加了sysfs设备模型,demo级程序 添 ...
分类:
其他好文 时间:
2021-05-24 06:51:38
阅读次数:
0
基于exynos4412的开发板,编写了一个使用中断的按键程序,实现按键点灯的功能。 实现效果是按下按键灯亮,再按一次灯灭。 旨在学习中断的用法。 linux kernel version:4.4.38 1 gpx3: gpx3 { 2 gpio-controller; 3 #gpio-cells ...
分类:
其他好文 时间:
2021-05-24 06:49:17
阅读次数:
0
Header: #include <QSize>qmake: QT += core Public Functions QSize() QSize(int width, int height) QSize boundedTo(const QSize &otherSize) const QSize ex ...
分类:
其他好文 时间:
2021-05-24 06:00:32
阅读次数:
0
Blob,ArrayBuffer,FileReader,FormData,Buffer的理解 ...
分类:
其他好文 时间:
2021-05-24 05:36:43
阅读次数:
0
打开记事本,输入以下内容,保存为reg文件,安装入注册表。 其中路径为securecrt的安装目录,自行修改 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Classes\VanDyke.SecureCRT.URLH ...
分类:
其他好文 时间:
2021-05-24 05:28:59
阅读次数:
0
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:
其他好文 时间:
2021-05-24 04:36:32
阅读次数:
0
import smtplib import os from email.header import Header from email.mime.text import MIMEText # shenyuximr@163.com def sendemail(host,usernames,verify ...
分类:
编程语言 时间:
2021-05-24 04:25:15
阅读次数:
0
一、遍历文件夹代码如下,大家可以根据自己的路径进行修改import osfor dirpath, dirnames, filenames in os.walk(r'C:\\Program Files (x86)'):print(f'打开文件夹{dirpath}') # 当前文件夹路径 if dirn ...
分类:
编程语言 时间:
2021-05-24 02:56:20
阅读次数:
0