搜索资源列表
ANtsP2P_beta1.5.6_p0.9.3_src_nb
- ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others. Features Open Source
PDFBox-0.6.7a
- 采用java编写的处理PDF文档的程序,可从PDF文档中抽取txt文本,可与lucene搜索引擎相结合。-adopting the java programs compiled to dispose the PDF document, taking out the txt text from the PDF document, and combining with the lucene searcher.
splider1
- 能够对一个网站的所有链接进行捕获,分析链接所属内容。能够对我们需要的文件进行下载,例如这个程序实现的是对网站的txt格式或者pdf等文件下载功能。本例主要是对学校ftp的内容进行实现的。但是进行修改后也可以对任意一网站进行爬虫扫描分析下载。-Be able to capture all the links of a website, and analysis of the link belongs content. Be able to download the files we need, f
singleuplodfile
- 爱小智ASP单文件上传系统V1.0,单文件上传,截图上传,图片上传。功能: 1.支持主流的图片格式,rar压缩文件格式,txt文件格式,pdf格式等几十种格式 2.支持自动根据上传时间生成文件名,保证文件名不会重复 3.上传后自动生成文件地址的绝对空间(网址)路径 4.文件大小自动获取-Love the small Chi ASP single-file upload system V1.0, single file upload screenshots
设计一个务实的RESTful API.pdf
- restful设计标准 网上很多关于API设计的意见都是一些学术讨论,里边充斥着对模糊标准非常主观的解释,而不是讨论在现实世界中如何落地。这篇文章的目标是描述一个最 佳实践:如何为当今的web应用设计一个务实的API。如果一个标准不合理,我不会去尝试满足这个标准。为了帮助决策过程进行,我写下了一些API必须要 满足的要求: 它应该使用合理的web标准 它应该对开发者友好,并且可以通过浏览器的地址栏就能浏览其功能 它应该是简单、直观并且一致的 它应该是高效,并且要跟其他要求保持平衡 API是