码迷,mamicode.com
首页 >  
搜索关键字:others    ( 13214个结果
ACL 权限控制机制 ?
UGO(User/Group/Others) 目前在 Linux/Unix 文件系统中使用,也是使用最广泛的权限控制方式。是一种粗 粒度的文件系统权限控制模式。 ACL(Access Control List)访问控制列表 包括三个方面: 权限模式(Scheme) 1、IP:从 IP 地址粒度进行权 ...
分类:其他好文   时间:2020-07-20 10:42:00    阅读次数:93
IDEA下SVN操作
简要 环境搭建 安装TortoiseSVN IDEA集成TortoiseSVN 常用操作 Share Project Checkout Add Delete Update Revert Commit Edit Conflicts Others Local Changes Repository Inc ...
分类:其他好文   时间:2020-07-04 18:43:24    阅读次数:74
writing: friendship and growth
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:其他好文   时间:2020-06-29 00:51:57    阅读次数:104
ACL 权限控制机制 ?
UGO(User/Group/Others) 目前在 Linux/Unix 文件系统中使用,也是使用最广泛的权限控制方式。是一种粗 粒度的文件系统权限控制模式。 ACL(Access Control List)访问控制列表 包括三个方面: 权限模式(Scheme) 1、IP:从 IP 地址粒度进行权 ...
分类:其他好文   时间:2020-06-27 13:35:50    阅读次数:90
Linux chmod
the 10 drwxr-xr-x the first bit: | | | | | | | - | regular file | | b | block special file | | c | character special file| |s | socket | |d | director ...
分类:系统相关   时间:2020-06-16 18:52:03    阅读次数:80
第二天python3 set常用方法
set set的元素要求set的元素必须可hash,目前学过的不可hash的类型有list、set; 1、元素不可以被索引 可变的、无序的、不重复的元素的集合 2、set可以被迭代 set增加 add(elem) 增加一个元素到set中,如果元素存在则什么都不做; update(*others) 合 ...
分类:编程语言   时间:2020-06-07 09:27:18    阅读次数:80
Antd Upload组件上传文件至php后端, php拿到对应的文件名(二: vue实现)
组件文件: UploadFile.vue <template> <a-upload name="file" :action="url" v-bind="others" :showUploadList="false" @change="change"> <a-button> <a-icon type= ...
分类:Web程序   时间:2020-06-03 23:26:47    阅读次数:140
hdu 1708 Fibonacci String
Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3383 Accepted Submission(s): 1169 Problem Descri... ...
分类:其他好文   时间:2020-05-25 15:47:49    阅读次数:51
Oracle批量修改表字段类型(存储过程)
大致解释:1.先查询语句。2.将语句拼接后赋值给STR。3. 正常运行的语句则返回ATT :=1。4.如果有错误数据则跳过错误语句继续执行(EXCEPTION WHEN OTHERS THEN),且返回ATT :=0。 5. 当 ATT=1 时,则执行另外一个语句。 ...
分类:数据库   时间:2020-05-18 18:51:53    阅读次数:129
实现lamp架构及统一日志管理
1、部署分离的LAMP,部署到二台服务器上,php加载xcache模块1)在c2服务器安装httpd,php,php-mysql[root@c2~]#yuminstallhttpdphpphp-mysql-y2)在mariadb服务器安装数据库mariadb-server[root@mariadb~]#yuminstallmariadb-server-y3)启动服务[root@c2~]#syste
分类:其他好文   时间:2020-05-16 15:16:43    阅读次数:130
13214条   上一页 1 2 3 4 5 ... 1322 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!