码迷,mamicode.com
首页 >  
搜索关键字:exp    ( 9310个结果
JDBC
jdbc 1、概念: Java数据库连接,(Java Database Connectivity,简称JDBC)是Java语言中用来规范客户端程序如何来访问数据库的应用程序接口,提供了诸如查询和更新数据库中数据的方法。JDBC也是Sun Microsystems的商标。我们通常说的JDBC是面向关系 ...
分类:数据库   时间:2020-05-17 13:27:09    阅读次数:65
JS 从剪贴板上传图片
用Ubuntu两年多了,习惯了Ubuntu的操作感觉比WIN用起来还爽,就一点不爽,生态应用很少,好多WIN上好用的软件在Ubuntu找不到的,希望以后的软件可以做到一次编译全平台通用. 即使用上Wine有的软件应用也存在兼容性问题.比如QQ,Photoshop,微信,旺旺. 所以,在Ubuntu使 ...
分类:Web程序   时间:2020-05-17 01:31:02    阅读次数:113
Mysql 常用函数(28)- datediff 函数
Mysql常用函数的汇总,可看下面系列文章 https://www.cnblogs.com/poloyy/category/1765164.html datediff 的作用 返回两个指定的日期之间相差的天数 datediff 的语法格式 DATEDIFF(expr1,expr2) 语法格式说明 返 ...
分类:数据库   时间:2020-05-16 20:45:32    阅读次数:76
211. Add and Search Word - Data structure design
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
C Operators
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
[LeetCode] 953. Verifying an Alien Dictionary
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
Vue 中引用组件错误【mint-ui】
场景: 官网: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
SQL每日一题(20200514)
引自:https://mp.weixin.qq.com/s?__biz=MzA3MTg4NjY4Mw==&mid=2457305535&idx=4&sn=f6494b1b0f219045c3827f2e39c3ab79&chksm=88a5938bbfd21a9dde9a1493cc6b44f4a8 ...
分类:数据库   时间:2020-05-14 23:52:21    阅读次数:105
django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).
解决方法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
9310条   上一页 1 ... 78 79 80 81 82 ... 931 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!