码迷,mamicode.com
首页 >  
搜索关键字:Active Directory    ( 10384个结果
【前端】Vue3常用transition过渡
fade .fade-enter-from,.fade-leave-to { opacity: 0;}.fade-leave-from,.fade-enter-to { opacity: 1;}.fade-enter-active,.fade-leave-active { transition: a ...
分类:其他好文   时间:2021-06-02 16:40:58    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
fastapi 挂载静态文件夹
from fastapi.staticfiles import StaticFiles app.mount(path='/coronavirus/',app=StaticFiles(directory=' ./coronavirus/static', name='static')) ...
分类:Windows程序   时间:2021-06-02 15:01:20    阅读次数:0
Oracle datapump相关sql语句汇总
--create directory create directory dump_dir as '/splex/dump'; grant read,write on directory dump_dir to public; --export full database schema expdp u ...
分类:数据库   时间:2021-06-02 14:24:07    阅读次数:0
Linux 指令 & 快捷键
Linux 指令 & 快捷键 指令 date 时间 cal 日历 df 磁盘状态 free 内存状态 exit 退出会话 pwd 显示工作目录 ls ${paths} 显示文件列表 ls -a 显示隐藏文件 ls -l 长模式输出 ls -t 根据修改时间倒序排序 ls -r 翻转结果顺序 ls - ...
分类:系统相关   时间:2021-05-24 16:23:20    阅读次数:0
常用Dos命令符
常用Dos命令符 #盘符切换 E:(切换到E盘,:为英文输入法)#查看当前目录下所有文件 dir#切换目录 cd change directory(cd/d f:)切换到f盘#打开目录下的文件 E:\+文件名 cd+空格+文件名#返回上一级 cd ..#清理屏幕 cls(clear screen)# ...
分类:其他好文   时间:2021-05-24 15:42:17    阅读次数:0
Ubuntu 18.04 安装Nginx及部署Vue配置
更新软件包 sudo apt update sudo apt install nginx 查看状态 sudo systemctl status nginx 状态显示绿色active表示正常运行 防火墙开放相关端口 sudo ufw allow 'Nginx Full' 重新加载规则 sudo ufw ...
分类:系统相关   时间:2021-05-24 15:33:12    阅读次数:0
pwny
checksec发现保护全开,程序扔入IDA 发现程序支持两个功能,读和写 读入部分: 其中0x202860为一个文件标识符,对应的是/dev/urandom,获取的是随机数,程序输出0x202060 + 8 * v1 处的数据 写入部分: 允许输入一个v2,程序在0x202060 + 8 * v2 ...
分类:其他好文   时间:2021-05-24 13:05:12    阅读次数:0
微信小程序之顶部导航栏
wxml: <!--导航条--><view class="navbar"> <text wx:for="{{navbar}}" data-idx="{{index}}" class="item {{currentTab==index ? 'active' : ''}}" wx:key="unique ...
分类:微信   时间:2021-05-24 12:04:59    阅读次数:0
Appveyor: FIND: Parameter format not correct
Appveyor: FIND: Parameter format not correct directory需要双引号 ...
分类:移动开发   时间:2021-05-24 09:44:38    阅读次数:0
10384条   上一页 1 ... 3 4 5 6 7 ... 1039 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!