码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
/etc/login.defs 文件
/etc/login.defs 是设置用户帐号限制的文件。该文件里的配置对root用户无效。优先级低于/etc/shadow里面的配置。 使用vim打开文件 [root@localhost ~]# vim /etc/login.defs # # Please note that the parame ...
分类:其他好文   时间:2020-07-26 22:56:50    阅读次数:65
【MATLAB】 运行Simulink时出现报错
2020-07-26 1. 报错"需要更改文件夹" “The current directory 'd:\program files\matlab\r2016b\bin' is reserved for MATLAB files. Please change your current directo ...
分类:其他好文   时间:2020-07-26 22:53:01    阅读次数:92
ubuntu使用命令apt-get install出现的问题
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)E: Unable to lock the administration directory (/var/lib/dpkg/), are you  ...
分类:系统相关   时间:2020-07-26 15:56:12    阅读次数:98
【搭建LAMP】
1.部署linux环境,关闭防火墙[root@chaogelinux ~]# iptables -F[root@chaogelinux ~]# systemctl stop firewalld[root@chaogelinux ~]# systemctl disable firewalld[root ...
分类:其他好文   时间:2020-07-24 09:40:29    阅读次数:79
sqlplus: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
在Zabbix Server服务器上安装oracle-instantclient11.2后,结果使用sqlplus命令时遇到“sqlplus: error while loading shared libraries: libnsl.so.1: cannot open shared object f... ...
分类:数据库   时间:2020-07-23 23:19:25    阅读次数:107
使用分层实现业务处理
1.什么是JNDI 1.Java Naming and Directory Interface,Java命名和目录接口 2.通过名称将资源与服务进行关联 2.优点和作用 1.在应用与Java对象或资源之间建立松耦合的逻辑关联,简化应用对于资源的配置及维护工作 2.可以在更大范围、不同应用之间共享资源 ...
分类:其他好文   时间:2020-07-23 23:04:29    阅读次数:78
Linux——常用命令
一、Linux一般命令 help 某命令:如果不知道某个命令怎么用,使用help 某命令 cd:(change directory)切换文件目录;/ 是根目录, ~是用户主目录比如root用户下就是root目录,自定义用户下就是/home/username; cp:复制粘贴;当 cp 不加-r的时候 ...
分类:系统相关   时间:2020-07-23 22:31:06    阅读次数:97
Windows Terminal配置文件参考
{ "$schema": "https://aka.ms/terminal-profiles-schema", "alwaysShowTabs" : true, "defaultProfile" : "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "initial ...
分类:Windows程序   时间:2020-07-21 22:24:54    阅读次数:153
MyBatis入门踩坑记录
问题说明 学习过程中遇到很多问题,记录一下。 Maven静态资源过滤问题 <!--在build中配置resource,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/java</directory> <incl ...
分类:其他好文   时间:2020-07-21 21:36:47    阅读次数:67
jira用户迁移到ldap
总算信了那句跳出一个老坑,步入一个新坑。入职新公司后总有一些奇葩问题需要你来解决。 jira internal directory convert to ldap 这个 我 google 百度 了好几遍。 总的来说操作步骤很简单 update cwd_user set directory_id=10 ...
分类:其他好文   时间:2020-07-20 10:19:13    阅读次数:80
5768条   上一页 1 ... 14 15 16 17 18 ... 577 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!