在创建表时,对于表名和字段名,是不可以使用中文名的(虽然有的数据库也支持中文表名和中文字段名,但不建议这样做,因为很容易导致乱码问题)。 1、数据库为表提供了一个属性,叫COMMENT,也就是注释,语法如下: 1.1 创建表时为表添加注释, CREATE TABLE Teacher( teacher ...
分类:
其他好文 时间:
2021-05-24 00:34:11
阅读次数:
0
Beyond Compare 4 密匙 应用密钥 w4G-in5u3SH75RoB3VZIX8htiZgw4ELilwvPcHAIQWfwfXv5n0IHDp5hv 1BM3+H1XygMtiE0-JBgacjE9tz33sIh542EmsGs1yg638UxVfmWqNLqu- Zw91XxNEi ...
分类:
其他好文 时间:
2021-05-24 00:29:54
阅读次数:
0
def str_to_dic(headerStr, stripIsNotvalid=None): dict = collections.OrderedDict() #对字典对象中元素的排序。 if headerStr.strip(): for headItem in headerStr.split( ...
分类:
其他好文 时间:
2021-05-24 00:24:16
阅读次数:
0
In MySQL, JOIN, CROSS JOIN, and INNER JOIN are syntactic equivalents (they can replace each other). In standard SQL, they are not equivalent. INNER JO ...
分类:
数据库 时间:
2021-05-24 00:24:03
阅读次数:
0
[root@zwy1 ~]# wget #下载二进制的包 版本为5.7最新版 https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.33-linux-glibc2.12-x86_64.tar.gz [root@zwy1 ~]# us ...
分类:
数据库 时间:
2021-05-24 00:16:08
阅读次数:
0
StorageClass 简单学习 学习资料来源 https://www.jianshu.com/p/5e565a8049fc https://zhuanlan.zhihu.com/p/289501984 https://blog.csdn.net/ag1942/article/details/11 ...
分类:
其他好文 时间:
2021-05-24 00:07:25
阅读次数:
0
JdbcTemplate的源码 注意QueryStatementCallback 是一个类。 public Object query(final String sql, final ResultSetExtractor rse) throws DataAccessException { if (sq ...
分类:
编程语言 时间:
2021-05-23 23:56:56
阅读次数:
0
翻译:UserServiceImpl类型的方法login(User)必须覆盖或实现超类型方法 原因:1、UserService层未保存 2、可能UserService层没写login(User)方法 ...
分类:
其他好文 时间:
2021-05-23 23:54:35
阅读次数:
0
1.ls命令 红色:表示hello.sh这个文件的所有者是root 绿色:表示hello.sh这个文件的所属组是root组。 分所有者和所有组是为了分配权限,rwxr-xr-x,中rwx的权限分配给所有者,即hello.sh这个文件,所有者root有读r,写w,执行x的权限,所属组root的权限是r ...
分类:
系统相关 时间:
2021-05-23 23:26:47
阅读次数:
0
use MustGoHome; --公司注册 if exists(select * from Sysobjects where name='usp_CompanyRegister') drop procedure usp_CompanyRegister; go create procedure us ...
分类:
数据库 时间:
2021-05-23 23:17:14
阅读次数:
0