码迷,mamicode.com
首页 >  
搜索关键字:svn客户端连接报错svn: unreadable path encountered; access denied    ( 40582个结果
文件遍历排序函数
function bianli(path) 'initiate  path = server.mappath(path)  set fso=server.CreateObject("scripting.filesystemobject")  set objFolder=fso.GetFolder(path)  set objfiles = objfolder.files '把文件名及文...
分类:其他好文   时间:2014-05-12 14:54:44    阅读次数:261
包的引入,不要引入自己目录下的。
beanutils-1.8.0.zipcommons-logging.jar包的引入:在项目中创建一个文件夹如libs,然后将整个项目需要的第三方的jar包可以直接拷贝带该目录,随后打开该目录全选->右键->Build path -> add path -> 看到奶瓶子即可
分类:其他好文   时间:2014-05-12 13:06:54    阅读次数:201
javadoc in archive eclipse.
OpenWindows -> Preferences. 2.SelectjrefromInstalled JREsthen hitEdit botton on the right. 3.browse the installed jre path for the jre home. 4....
分类:编程语言   时间:2014-05-12 12:29:09    阅读次数:390
主题模型 利用gibbslda做数据集主题抽样
Gibbslda有很多版本,我所用的版本为C++版(下载地址http://gibbslda.sourceforge.net/),平台是linux,博主试过windows上运行,有两个主要问题很烦~,一个是path,一个是平台太大。最后还是投入了ubuntu的怀抱,感觉配置好g++环境后速度还不错。由...
分类:其他好文   时间:2014-05-12 12:11:43    阅读次数:295
加载JSON文件,Plist文件
1.加载JSON文件a.JSON文件的路径NSString *path = [[NSBundle mainBundle] pathForResource:@"XXXX.json" ofType:nil];b.加载JSON文件 获取Data数据NSData *data = [NSData dataWi...
分类:Web程序   时间:2014-05-12 09:20:20    阅读次数:284
MyEclipse 中各种 libraries 的含义
MyEclipse 中各种 libraries 的含义   JRE System Library  , java EE 5 Libraries ,  Referenced  Libraries这三个都是各种JAR包(库文件)的集合名称,可以任意取,只不过是Eclipse的默认名字罢了. JRE System Library:   指Java SE 的常用库文件集合,建立普通的J...
分类:系统相关   时间:2014-05-11 13:08:00    阅读次数:541
Entity中Lazy Load的属性序列化JSON时报错
The server encountered an internal error that prevented it from fulfilling this request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:Web程序   时间:2014-05-11 04:32:24    阅读次数:1292
[LeetCode]Binary Tree Maximum Path Sum, 解题报告
题目 Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For example: Given the below binary tree,...
分类:其他好文   时间:2014-05-11 03:25:24    阅读次数:298
Linux rmdir 命令实现(特别版)
本文地址:http://blog.csdn.net/a_ran/article/details/25250583 在学习linux系统编程的时候,实现了rmdir命令的特别版本。 因为rmdir只能删除空文件夹,而我实现的功能相当于 rm -rf path... 实现的功能:   递归删除指定文件夹的所有文件 程序说明: 1. my_rmdir(): 即为递归删除动作的自定义函...
分类:系统相关   时间:2014-05-11 01:56:33    阅读次数:538
oc语言复制视频文件
1 void copyFile() 2 { 3 NSString *home=NSHomeDirectory(); 4 NSString *path=[NSString stringWithFormat:@"%@/desktop/oc.mp4",home]; 5 NSStr...
分类:编程语言   时间:2014-05-10 21:12:51    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!