码迷,mamicode.com
首页 >  
搜索关键字:not in current selec    ( 7498个结果
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P ...
分类:数据库   时间:2020-10-20 16:33:15    阅读次数:35
windows bat 批处理如何添加 IE 浏览器的信任站点
啥也不说了,直接上脚本了,bat后缀的,有需要的自己改下自己的网址就好,我这里是添加*.chinatax.gov.cn,并且写死进注册表的color2regadd"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings\ZoneMap\Domains\gov.cn\chinatax"
分类:Windows程序   时间:2020-10-16 10:34:40    阅读次数:54
在Linux系统下安装Vmware(虚拟机)图文教程步骤详细介绍
在Linux系统下安装Vmware(虚拟机)图文教程步骤详细介绍 发布时间:2013-08-02 11:16:07 作者:佚名 我要评论要在Linux下虚拟一个Windows,经过查找些资料,发现可一用VMware来实现,当然还有其他一些虚拟机可以使用如Win4lin,bochs等Linux系统下安... ...
分类:系统相关   时间:2020-10-13 17:40:12    阅读次数:33
sql业务需求,查询每个分类下的前两n条数据
select a.name Aname,b.*,c.* from navtype_table a,(SELECT NumSerial,navtype_id FROM (SELECT NumSerial,navtype_id, @navtype_id_rank := IF(@current_navty ...
分类:数据库   时间:2020-10-13 17:32:31    阅读次数:31
gitlab在以此停机后docker-compose启动不健康
gitlab|==>/var/log/gitlab/unicorn/unicorn_stderr.log<==gitlab|ArgumentError:AlreadyrunningonPID:635(orpid=/opt/gitlab/var/unicorn/unicorn.pidisstale)gitlab|/opt/gitlab/embedded/lib/ruby/gems/2.5
分类:其他好文   时间:2020-10-10 18:10:34    阅读次数:40
剑指offer——丑数
我们把只包含质因子 2、3 和 5 的数称作丑数(Ugly Number)。求按从小到大的顺序的第 n 个丑数。 示例: 输入: n = 10 输出: 12 解释: 1, 2, 3, 4, 5, 6, 8, 9, 10, 12 是前 10 个丑数。 说明: 1 是丑数。 n 不超过1690。 来源: ...
分类:其他好文   时间:2020-10-10 18:00:10    阅读次数:24
AA.Dapper升级了
AA.Dapper基于dapper进一步封装而成的orm框架,提供增删改查、分页、事务、原生sql的功能,以满足日常的业务开发。 1.Repository层: DapperRepository类包含大部分数据库操作如图: DapperContext.Current.DataBase类支持原生sql, ...
分类:移动开发   时间:2020-10-09 20:53:39    阅读次数:34
Spring源码阅读
1.Spring 容器几个重要的接口 org.springframework.core.env.Environment Interface representing the environment in which the current application is running. 继承自org ...
分类:编程语言   时间:2020-10-09 20:48:51    阅读次数:25
Know About MAN-cats T200 MAN Diagnostic Tool
MAN Diagnostic Tool MAN CAT T200 is a new arrival device , let’s see what’s the tool is . MAN-cats T200 is an external diagnosis system with the most ...
分类:其他好文   时间:2020-09-24 21:41:47    阅读次数:36
Docsify 安装
首先查看你的本地命令行中是否安装了 Docsify。 运行 docsify -v 如果显示: C:\WorkDir\Repository\cwiki-us-docs\spring-boot-docs>docsify -v 'docsify' is not recognized as an inter ...
分类:其他好文   时间:2020-09-17 22:24:22    阅读次数:29
7498条   上一页 1 ... 16 17 18 19 20 ... 750 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!