Mybatis 是什么 MyBatis 本是 Apache 的一个开源项目——iBatis,2010 年这个项目由 Apache Software Foundation 迁移到了 Google Code,并且改名为 MyBatis。 MyBatis 是一个基于 Java 的持久层框架。MyBatis ...
分类:
其他好文 时间:
2020-06-28 09:26:00
阅读次数:
44
Ubuntu 20.04 安装微信、qq等 1.安装前准备 安装必要的工具及deepin-wine依赖 sudo apt install wget g++ git #如已安装可自行跳过 2.安装deepin-wine git clone "https://gitee.com/wszqkzqk/dee ...
分类:
微信 时间:
2020-06-28 00:23:15
阅读次数:
1079
Ubuntu操作系统运行apt update命令时会卡在Connecting to security.ubuntu.com,搭了梯子也无法解决 尝试了网络上的方法,如: https://blog.csdn.net/v6543210/article/details/81562266 https://u ...
分类:
系统相关 时间:
2020-06-28 00:08:44
阅读次数:
162
/root: 管理员权限目录 /bin目录: Binary的缩写,存放经常使用的命令 /sbin目录:Super User,存放管理员使用的应用程序 /usr: user software resource, 存放应用程序和文件,类似Windows Program Files目录 /usr/bin ...
分类:
系统相关 时间:
2020-06-28 00:05:06
阅读次数:
80
ubuntu20.04更改登陆背景 下载 ubuntu-20.04-change-gdm-background 这个sh文件 wget github.com/thiggy01/ubuntu-20.04-change-gdm-background/raw/master/ubuntu-20.04-cha ...
分类:
系统相关 时间:
2020-06-28 00:00:09
阅读次数:
496
#-*- codeing = utf-8 -*- #@Time : 2020/6/7 17:51 #@Author : zhangfudong #@FILE :file.py #@Software : PyCharm file 文件操作 文件就是把一些数据存放起来,可以让程序下一次执行的时候直接使用 ...
分类:
其他好文 时间:
2020-06-27 20:31:00
阅读次数:
87
#-*- codeing = utf-8 -*- #@Time : 2020/6/14 15:10 #@Author : zhangfudong #@FILE :testSqlite.py #@Software : PyCharm import sqlite3 ## python 支持的轻便的数据库 ...
分类:
数据库 时间:
2020-06-27 20:24:34
阅读次数:
74
ubuntu安装软件有多种方式。 一、使用iso文件挂载到本地,然后使用iso镜像进行软件安装。缺点:需要将操作系统打包做iso镜像。 二、使用apt-mirror下载第三方源到本地,然后使用apache做服务,制作局域网源。缺点:第三方源很大,一般都是几十G,需要下载很久,而且占用磁盘很大。 三、 ...
分类:
系统相关 时间:
2020-06-27 20:15:11
阅读次数:
170
#-*- codeing = utf-8 -*- #@Time : 2020/6/7 20:28 #@Author : zhangfudong #@FILE :Errors and Expections.py #@Software : PyCharm 错误与异常 有错误发生时,会直接中断程序,因此需 ...
分类:
其他好文 时间:
2020-06-27 20:00:35
阅读次数:
58
爬虫准备 #-*- codeing = utf-8 -*- #@Time : 2020/6/8 7:33 #@Author : zhangfudong #@FILE :douban.py #@Software : PyCharm # 豆瓣 # https://movie.douban.com/top ...
分类:
其他好文 时间:
2020-06-27 19:50:15
阅读次数:
80