Given an array of positive integers target and an array initial of same size with all zeros. Return the minimum number of operations to form a target ...
分类:
其他好文 时间:
2020-07-27 15:38:31
阅读次数:
66
删除子目录下.git后,依然无法提交子目录下的文件 git rm --cached <目录/子目录> 执行完,不报错然后提交即可, 如果报错那就还得另想辙了 如果执行git rm --cached directory 提示fatal: Unable to create ‘xx/.git/index. ...
分类:
其他好文 时间:
2020-07-26 23:04:09
阅读次数:
90
/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
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
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
AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
分类:
其他好文 时间:
2020-07-26 01:33:58
阅读次数:
109
1.部署linux环境,关闭防火墙[root@chaogelinux ~]# iptables -F[root@chaogelinux ~]# systemctl stop firewalld[root@chaogelinux ~]# systemctl disable firewalld[root ...
分类:
其他好文 时间:
2020-07-24 09:40:29
阅读次数:
79
在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一般命令 help 某命令:如果不知道某个命令怎么用,使用help 某命令 cd:(change directory)切换文件目录;/ 是根目录, ~是用户主目录比如root用户下就是root目录,自定义用户下就是/home/username; cp:复制粘贴;当 cp 不加-r的时候 ...
分类:
系统相关 时间:
2020-07-23 22:31:06
阅读次数:
97