码迷,mamicode.com
首页 >  
搜索关键字:groups    ( 1428个结果
HDU 5289 尺取
Assignment Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 4316 Accepted Submission(s): 1984 Prob ...
分类:其他好文   时间:2017-07-29 21:27:40    阅读次数:189
Python 使用正则表达式
当使用正则表达式时,re 模块内部会干两件事情 1、编译正则表达式,如其字串本身不合法,报错 2、用编译后的正则表达式去匹配字符串 re_telephone = re.compile(r'^(\d{3})-{\d{3,8}}$') re_telephone.match('010-12345').gr ...
分类:编程语言   时间:2017-07-29 10:03:50    阅读次数:98
Linux User and Group Management
linux is a multi-user and multitasking OS. In Linux, you can create any number of user account and groups. A user is always connected to a particular ...
分类:系统相关   时间:2017-07-28 18:22:07    阅读次数:245
正则表达式小纪
获取一段匹配文本中的一部分内容,使用标签法: ...
分类:其他好文   时间:2017-07-28 11:07:28    阅读次数:133
maven镜像
<mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirr ...
分类:其他好文   时间:2017-07-24 17:34:12    阅读次数:115
用户与用户组管理
useradd usermod userdel gpasswd passwd getent groups chfn chsh chage finger ...
分类:其他好文   时间:2017-07-22 21:05:17    阅读次数:380
maven使用阿里代理下载
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:其他好文   时间:2017-07-22 21:00:00    阅读次数:171
修改Maven仓库地址
在%USERPROFILE%\.m2\settings.xml例如:C:\Users\LongShu\.m2\settings.xml 可以自定义Maven的一些参数, 复制%M2_HOME%\conf\settings.xml到这个目录修改一下配置。 本地仓库地址将从%USERPROFILE%\. ...
分类:其他好文   时间:2017-07-22 00:11:13    阅读次数:157
Eclipse、maven项目常见问题
阿里云maven仓库地址: <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public ...
分类:系统相关   时间:2017-07-17 20:18:27    阅读次数:250
在Web.config或App.config中的添加自定义配置 <转>
.Net中的System.Configuration命名空间为我们在web.config或者app.config中自定义配置提供了完美的支持。最近看到一些项目中还在自定义xml文件做程序的配置,所以忍不住写一篇用系统自定义配置的随笔了。 如果你已经对自定义配置了如指掌,请忽略这篇文章。? 言归正传, ...
分类:移动开发   时间:2017-07-17 17:16:04    阅读次数:222
1428条   上一页 1 ... 74 75 76 77 78 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!