推荐
专栏
教程
课程
飞鹅
本次共找到1711条
关键路径
相关的信息
Stella981
•
3年前
Linux环境下找回禅道admin密码 方法之一
_"记录在Linux环境下找回禅道admin密码的方法"_使用root账号登录禅道安装路径下的mysql,root默认密码1234561/opt/zbox/run/mysql/mysqlurootp2Enterpassword:成功进入mysql后提示如下:1WelcometotheMariaD
Stella981
•
3年前
IDEA集成Maven
4\.IDEA集成Maven1.目标能够掌握IDEA配置本地Maven2.路径1.在IDEA配置Maven2.配置默认的Maven环境3.讲解3.1配置Maven3.1.1更改idea打开新项目默认配置
Stella981
•
3年前
Python技巧之拉姆达(Lambda)函数
Python中的‘lambda’关键字提供了一个便捷的途径去声明短小并匿名的函数。ThelambdakeywordinPythonprovidesashortcutfordeclaringsmallandanonymousfunctions:addlambd
Stella981
•
3年前
Python常用模块os & sys & shutil模块
OS模块importos'''os.getcwd()获取当前工作目录,即当前python脚本工作的目录路径os.chdir("dirname")改变当前脚本工作目录;相当于shell下cdos.curdir返回当前目录:('.')os.pardir获取
Stella981
•
3年前
Continue in Lua
Lua是没有continue关键字的,Lua的作者Roberto在maillist提到过原因:Continue,ontheotherhand,isarealfeature.(Itevenchangesthesyntaxandthelexical.) Ourmainconcern
Stella981
•
3年前
Mybatis执行SQL的4大基础组件详解(图文并茂)
\温馨提示:本篇是源码分析MybatisShardingJdbcSQL语句执行的前置篇。1、Executorsql执行器,其对应的类全路径:org.apache.ibatis.executor.Executor。1.1Executor类图!在这里插入图片描述(https://imgblog.csdn
Stella981
•
3年前
Check the NativeLink log file
!(https://images2018.cnblogs.com/blog/378458/201805/37845820180511192744081464452371.png)今天用Quartusii16.1仿真CycloneIV的IP核DDR2,总是报上面的错误。网上都说是modelsim路径的问题,但我确定不是。最后用Qaurt
Stella981
•
3年前
C# 使用Shell32 进行压缩与解压缩的标准且正确做法
具体参见代码,就不再做其他相关说明了;这是用于上线产品中的源代码。解压部分:1///<summary2///解压压缩包3///</summary4///<paramname"zipPath"压缩包的绝对路径</par
Stella981
•
3年前
Apache 配置文件的含义
转自:http://www.oschina.net/discuss/thread/176/etc/apache/httpd.conf:ServerRoot"/usr"因为安装到/usr下,所以ServerRoot是/usr。在以下配置中,以相对路径写的就是对于相对/usrPidFile/var/run/httpd.
Stella981
•
3年前
Mac安装Redis
使用Homebrew安装Redis(1)安装命令brew install redis(2)查看软件安装及配置文件位置Homebrew安装的软件会默认在/usr/local/Cellar/路径下;redis的配置文件redis.conf存放在/usr/loca
1
•••
39
40
41
•••
172