jdbc 1、概念: Java数据库连接,(Java Database Connectivity,简称JDBC)是Java语言中用来规范客户端程序如何来访问数据库的应用程序接口,提供了诸如查询和更新数据库中数据的方法。JDBC也是Sun Microsystems的商标。我们通常说的JDBC是面向关系 ...
分类:
数据库 时间:
2020-05-17 13:27:09
阅读次数:
65
用Ubuntu两年多了,习惯了Ubuntu的操作感觉比WIN用起来还爽,就一点不爽,生态应用很少,好多WIN上好用的软件在Ubuntu找不到的,希望以后的软件可以做到一次编译全平台通用. 即使用上Wine有的软件应用也存在兼容性问题.比如QQ,Photoshop,微信,旺旺. 所以,在Ubuntu使 ...
分类:
Web程序 时间:
2020-05-17 01:31:02
阅读次数:
113
Mysql常用函数的汇总,可看下面系列文章 https://www.cnblogs.com/poloyy/category/1765164.html datediff 的作用 返回两个指定的日期之间相差的天数 datediff 的语法格式 DATEDIFF(expr1,expr2) 语法格式说明 返 ...
分类:
数据库 时间:
2020-05-16 20:45:32
阅读次数:
76
Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or a r ...
分类:
其他好文 时间:
2020-05-16 10:40:41
阅读次数:
67
COMMON OPERATORS IN C Unary Operators: take only one argument e.g. unary -, unary +, ++, --, ! (-2), (+2), a++, a--, !done Binary Operators: take two ...
分类:
其他好文 时间:
2020-05-16 09:23:53
阅读次数:
80
In an alien language, surprisingly they also use English lowercase letters, but possibly in a different order. The order of the alphabet is some permu ...
分类:
其他好文 时间:
2020-05-15 13:37:25
阅读次数:
61
#include <stdio.h>#include <time.h>#include <string.h>#include <windows.h>#include <conio.h>int exp=0;static char num[233][2];int find0(){ int exp1,x; ...
分类:
其他好文 时间:
2020-05-15 13:26:26
阅读次数:
49
场景: 官网:http://mint-ui.github.io/docs/#/zh-cn2/quickstart npm i mint-ui -S main.js 文件中引入并使用 1 // 引入 2 import Mint from 'mint-ui' 3 import 'mint-ui/lib/ ...
分类:
其他好文 时间:
2020-05-15 00:19:46
阅读次数:
350
引自:https://mp.weixin.qq.com/s?__biz=MzA3MTg4NjY4Mw==&mid=2457305535&idx=4&sn=f6494b1b0f219045c3827f2e39c3ab79&chksm=88a5938bbfd21a9dde9a1493cc6b44f4a8 ...
分类:
数据库 时间:
2020-05-14 23:52:21
阅读次数:
105
解决方法1,给django降级 卸载django: pip uninstall django 安装低版本: pip install django==2.1.8 解决方法2,升级sqlite #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ ...
分类:
数据库 时间:
2020-05-14 19:08:51
阅读次数:
114