码迷,mamicode.com
首页 >  
搜索关键字:release debug    ( 20084个结果
01_Mybatis基础
参考:Mybatis 3.4.6中文开发手册 开源项目下载网址:github.com/mybatis/mybatis-3/release 官方文档网址: www.mybatis.org/mybatis-3 Mybatis原始apache的开源项目iBatis,后来迁移到google code,改名M ...
分类:其他好文   时间:2020-05-04 00:26:41    阅读次数:79
Spring-AOP
导入maven依赖 org.aspectj aspectjweaver 1.9.4 org.springframework spring aop 5.0.0.RELEASE compile 编写service接口 public interface UserService { void add(); ...
分类:编程语言   时间:2020-05-04 00:21:52    阅读次数:72
mysql常用操作示例
1 下载安装包: sudo rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm 2 安装mysql: yum install mysql mysql-server mysql-libs mysql-se ...
分类:数据库   时间:2020-05-03 21:38:05    阅读次数:68
Ubuntu18.04 SSH登录欢迎界面修改
# 删除多余欢迎界面读取信息的文件 cd /etc/update-motd.d rm -rf 10-help-text 50-motd-news 80-esm 80-livepatch 90-updates-available 91-release-upgrade 92-unattended-upg ...
分类:系统相关   时间:2020-05-03 18:31:44    阅读次数:234
Dockerfile、Harbor镜像仓库
一、Dockerfile 1.Dockerfile格式2.Dockerfile指令3.Build镜像4.构建Nginx,PHP,Tomcat基础镜像5.快速搭建LNMP网站平台 1、Dockerfile格式 2、Dockerfile指令 [root@docker01 ~]# docker histo ...
分类:其他好文   时间:2020-05-03 17:03:23    阅读次数:150
python - django 控制台输出 sql 语句
只需要在 settings.py 文件中加入以下配置即可。 LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'console':{ 'level':'DEBUG', 'class':'logging ...
分类:数据库   时间:2020-05-03 14:58:59    阅读次数:163
sqlplus / as sysdba 详解
在命令窗口输入“sqlplus / as sysdba”后回车,即可连接到Oracle 例如 C:\>sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期二 4月 17 10:05:34 2012 Copyright (c ...
分类:数据库   时间:2020-05-03 14:54:38    阅读次数:162
asp.net core用命令方式启动项目
用命令行的方式启动.netcore web项目 首先进入项目文件编译后的bin目录,比如我的项目编译后的目录为 G:\Project\Demo1\demo1\demo1.xTwoMvc\bin\Debug\netcoreapp3.1 ,进入这个目录,打开cmd窗口。 命令行启动.netcore项目的 ...
分类:Web程序   时间:2020-05-03 12:49:33    阅读次数:665
[转]spdk线程模型 spdk_thread
转自 https://blog.csdn.net/weixin_37097605/article/details/101488760 SPDK Thread 模型是SPDK诞生以来十分重要的模块,它的设计确保了spdk应用的无锁化编程模型,本文基于spdk最新的release 19.07版本介绍了整 ...
分类:编程语言   时间:2020-05-03 12:48:23    阅读次数:95
SpringBoot内置生命周期事件详解 SpringBoot源码(十)
SpringBoot中文注释项目Github地址:https://github.com/yuanmabiji/spring-boot-2.1.0.RELEASE本篇接SpringBoot事件监听机制源码分析(上)SpringBoot源码(九)1温故而知新温故而知新,我们来简单回顾一下上篇的内容,上一篇我们分析了SpringBoot启动时广播生命周期事件的原理,现将关键步骤再浓缩总结下:为广播Spr
分类:编程语言   时间:2020-05-03 12:47:08    阅读次数:66
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!