码迷,mamicode.com
首页 >  
搜索关键字:day one    ( 33377个结果
Authentication token is no longer valid; new one required You (oracle) are not allowed to access to (crontab) because of pam configuration.
-bash-4.1$ crontab -e Authentication token is no longer valid; new one requiredYou (oracle) are not allowed to access to (crontab) because of pam conf ...
分类:数据库   时间:2020-10-31 01:45:57    阅读次数:28
使用mybatis动态执行SQL
抽取mybatis,根据xml方式sql,拼接参数 package com.jdcloud.zs.api.db; import com.baomidou.mybatisplus.core.MybatisConfiguration; import org.apache.ibatis.mapping.* ...
分类:数据库   时间:2020-10-31 01:41:28    阅读次数:18
Linux-Iptables/Firewall服务
#firewall-cmd--zone=public--list-ports#firewall-cmd--zone=public--add-port=30000-30020/tcp--permanent#firewall-cmd--reload
分类:系统相关   时间:2020-10-30 13:01:28    阅读次数:22
什么是通用 SQL 函数?
1、CONCAT(A, B) – 连接两个字符串值以创建单个字符串输出。通常用于将两个 或多个字段合并为一个字段。 2、FORMAT(X, D)- 格式化数字 X 到 D 有效数字。 3、CURRDATE(), CURRTIME()- 返回当前日期或时间。 4、NOW() – 将当前日期和时间作为一 ...
分类:数据库   时间:2020-10-30 12:00:27    阅读次数:25
mybatisplus自动填充
mybatisplus自动填充 数据库表的创建时间、修改时间,这些个操作一遍都是自动化完成的,我们不希望手动更新。这时候自动填充便可以发挥作用了。 1、方式一 数据库级别(注意:不建议此方式,因为工作中不允许你修改数据库) 步骤 在表中新增字段create_time, update_time,给字段 ...
分类:其他好文   时间:2020-10-30 11:44:14    阅读次数:13
聊聊Spring中的那些扩展机制
前方高能预警:本文将会有大量代码出没。1.背景在看一些框架源码的时候,可以看见他们很多都会和Spring去做结合。举个例子dubbo的配置:很多人其实配置了也就配置了,没有去过多的思考:为什么这么配置spring就能识别,dubbo就能启动?如果你也需要做一个框架和Spring结合,或者你想知道Spring其他框架是如何和Spring做结合的,那么你应该了解一下Spring的扩展机制。2.如何扩展
分类:编程语言   时间:2020-10-30 11:40:57    阅读次数:20
Redis 工具类
importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.RedisTemplate;importorg.springframework.data.redis.core.StringRedisTemplate;importorg.springframe
分类:其他好文   时间:2020-10-29 10:36:31    阅读次数:27
123
你好 git clone https://github.com/cjunn/cnblog_theme_atum.git # 克隆源码 cd cnblog_theme_atum # 进入项目 npm install # 安装依赖 npm run build ...
分类:其他好文   时间:2020-10-29 10:12:31    阅读次数:16
116. Populating Next Right Pointers in Each Node 连接右节点
You are given a perfect binary tree where all leaves are on the same level, and every parent has two children. The binary tree has the following defin ...
分类:其他好文   时间:2020-10-27 11:41:41    阅读次数:23
Python 的常用方法和函数
list=[‘A‘,‘B‘,‘1‘,‘2‘,‘A‘]append追加一个值list.append(‘a‘)#结果[‘A‘,‘B‘,‘1‘,‘2‘,‘A‘,‘a‘]注意:方法不返回值,比如print(list.append(‘a‘)),返回的是None,但动作执行了,即列表中增加了‘a‘,
分类:编程语言   时间:2020-10-27 11:19:09    阅读次数:87
33377条   上一页 1 ... 54 55 56 57 58 ... 3338 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!