码迷,mamicode.com
首页 >  
搜索关键字:svn客户端连接报错svn: unreadable path encountered; access denied    ( 40582个结果
云计算概念
Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., n...
分类:其他好文   时间:2014-05-17 00:47:31    阅读次数:224
VLAN原理解释
目录--------------------------------------------------------------------------------1.为什么需要VLAN2.实现VLAN的机制3.VLAN的访问链接(Access Link)4.VLAN的汇聚链接(Trunk Link...
分类:其他好文   时间:2014-05-14 02:48:57    阅读次数:454
读取文件
public String BufferedReaderDemo(String path) throws IOException...{File file=new File(path);if(!file.exists()||file.isDirectory())throw new FileNotFo...
分类:其他好文   时间:2014-05-14 02:16:11    阅读次数:199
【已解决】unity4.2.0f4 导出Android工程报错:Error building Player: ArgumentException: Illegal characters in path.
使用unity3D开发的一个客户端,需要导出为Android工程,然后接入一些第三方android SDK。unity版本操作系统为:OS 名称: Microsoft Windows 7 旗舰版OS 版本: 6.1.7601 Service Pack 1 Buil...
分类:移动开发   时间:2014-05-13 22:36:52    阅读次数:595
【LeetCode】Triangle
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:其他好文   时间:2014-05-13 18:51:44    阅读次数:297
XP/Win7通用的CreateRemoteThread类
Inject.h#pragma oncetypedef DWORD (WINAPI *PFNTCREATETHREADEX)( PHANDLE ThreadHandle, ACCESS_MASK DesiredAccess, ...
分类:Windows程序   时间:2014-05-13 18:31:07    阅读次数:536
Linux环境编程之文件I/O(六):文件属性
引言: 在Linux中使用ls -l filename命令查看filename的属性时,会列出文件的9种属性,例如:ls -l /etc/fstab  -rw-r--r-- 1 root root 1102 2013-10-12 02:33 /etc/fstab 从左到右分别是类型与权限、文件个数、该文件或目录的拥有者、所属的组、文件大小、创建时间、文件名 以上这些文件属性的信息...
分类:系统相关   时间:2014-05-13 11:30:43    阅读次数:529
关于JDK所需要配置的环境变量的常识性知识点
从真正接触java到现在,差不多有一年时间了,配置JDK的环境变量也配置过无数次,但是对于这些配置的作用始终有点不太清楚,于是做了一些整理。对于JDK要配置三个环境变量,分别是JAVA_HOME、path、classpath。对于我的电脑来说,配置如下: JAVA_HOME:E:\Java\...
分类:其他好文   时间:2014-05-13 10:52:39    阅读次数:230
python自定义查找文件内容
#!/usr/bin/envpython#coding:utf8#此脚本为查找递归目录下所有文件匹配的内容importos,sys,tabdefpaths(path):list_path=os.walk(path)all_file=[]forp,d,flinlist_path:forfinfl:pfile=os.path.join(p,f)ifos.path.isdir(pfile):paths(pfile)all_file.append(pfile)returnall..
分类:编程语言   时间:2014-05-13 03:49:34    阅读次数:426
mysql慢查询日志切割,日志分析
#!/usr/bin/envpython#coding:utf8importos,sysimportdatetime,shutil,subprocessfromconfig.configimportslow_configclasscut_mysql(object):mysql_user,mysql_pass,date_day,slow_log_name,slow_log_path,mysqlsla_log_name,mysqldumpslow_log_name,new_log_path,new_log_nam..
分类:数据库   时间:2014-05-13 02:39:47    阅读次数:482
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!