码迷,mamicode.com
首页 >  
搜索关键字:unable to execute de    ( 8855个结果
MySQL下载安装
1,下载 可以下载32位的MSI安装文件 2, mysql官网下载安装包安装教程及注意事项 mysql安装时,Unable to connect to any of the specified MySQL hosts navicat 连接不上虚拟机上的mysql容器 client does not ...
分类:数据库   时间:2020-10-18 10:13:24    阅读次数:31
git将一个分支的代码覆盖另一个分支的代码
git将一个分支的代码覆盖另一个分支的代码,比如将dev上的代码覆盖test分支上的代码 切换分支到test(git checkout test) 设置远程dev分支的代码到本地test分支(git reset --hard origin/test) 执行上面的命令后test分支上的代码就完全被de ...
分类:其他好文   时间:2020-10-14 20:22:11    阅读次数:21
leetcode hot 100 - 5. 最长回文子串
5. 最长回文子串 思路一:中心扩展法 参考:https://leetcode-cn.com/problems/palindromic-substrings/solution/liang-dao-hui-wen-zi-chuan-de-jie-fa-xiang-jie-zho/ 选定中心点后,同时判 ...
分类:其他好文   时间:2020-10-09 21:32:45    阅读次数:30
GitHub拉取代码:server certificate verification
fatal: unable to access 'https://github.com/jkjung-avt/tensorrt_demos.git/': server certificate verification Xavier 从GitHub拉取代码时出现错误,大概是因为没有网络连接 重新连接网 ...
分类:其他好文   时间:2020-10-06 21:11:42    阅读次数:40
ubuntu sudo unable to resolve host QC
当我们自定义ubuntu主机的主机名时,使用sudo执行命令会出现以下提示: unable to resolve host QC 这里假定你的主机名是QC; 以下方式可以消除此提示: 终端打开hosts文件编辑; sudo vim /etc/hosts 检测是以下信息: 127.0.0.1 loca ...
分类:系统相关   时间:2020-09-24 20:54:01    阅读次数:42
烂土豆、msf提权
提权 令牌窃取:窃取system用户的权限,注入system权限的进程 #msf自带模块窃取 #烂土豆及升级版 #相关操作命令 use incognito //枚举有哪些用户的进程,一般有用户和system用户 list_tokens -u execute -cH -f ./rottenpotato ...
分类:其他好文   时间:2020-09-23 23:19:17    阅读次数:62
Web自动化测试之 实战一、企业微信Web端自动化测试实战
企业微信web端自动化测试实战(一) 1.课程贴 https://ceshiren.com/t/topic/2795/2 2.课堂演示源码链接 https://github.com/ceshiren/HogwartsLG2 3.selenium官方网站 https://www.selenium.de ...
分类:微信   时间:2020-09-18 17:28:38    阅读次数:115
Delphi 执行SQL脚本/执行SQL GO 脚本语句
Delphi 执行SQL脚本/执行SQL GO 脚本语句 注意:文件的编码格式,最好要统一,ANSI编码或UNICODE编码 方法1: var s: string; sqltext: string; sqlfile: TextFile; begin if OpenDialog1.Execute th ...
分类:数据库   时间:2020-09-18 02:53:51    阅读次数:48
odoo12 修行基础篇之 kanban (八)
正常我们新建的模块没有kanban页,只有列表页,需要对增加在按钮动作上增加一条配置: <record id="action_my_customer_complaint" model="ir.actions.act_window"> <field name="context">{'search_de ...
分类:其他好文   时间:2020-09-18 02:37:59    阅读次数:64
Djaong 运行报错:ValueError: Unable to configure handler 'default'
一、前提条件 1、Django 项目接入了 log 日志模块 二、解决方案 启动项目或者项目运行中,遇到如下报错 File "C:\Python38\lib\logging\config.py", line 808, in dictConfig dictConfigClass(config).con ...
分类:其他好文   时间:2020-09-17 21:17:38    阅读次数:82
8855条   上一页 1 ... 14 15 16 17 18 ... 886 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!