您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 新浪微博授权代码及测试结果.zip

  2. /** * 测试新浪微博API * @author syn * @date 2010/12/22 */ public class TestActivity extends Activity { private static final String BASE_URL = "http://api.t.sina.com.cn/"; //API接口 private static final String CONSUMER_KEY = "270793661"; //你申请的Key private st
  3. 所属分类:C++

    • 发布日期:2011-01-27
    • 文件大小:47104
    • 提供者:wangchenggggdn
  1. java解压zip包(包含中文文件夹)的方法

  2. 可以解决包含中文文件夹的zip包解压的问题 /** * 解压缩zipFile * @param file 要解压的zip文件对象 * @param outputDir 要解压到某个指定的目录下 * @throws IOException */ public void unzip(String zipFileName, String outputDir) throws IOException { try { BufferedOutputStream bos = null; // 创建输入字节流
  3. 所属分类:Java

    • 发布日期:2011-09-29
    • 文件大小:19456
    • 提供者:danile2009
  1. 一款ZIP的实例Zip源代码

  2. using System; using System.IO; using System.Text; using System.Collections; using System.Xml; namespace NetProjectZip { #region ProjectFile public class ProjectFile { private string relPath = ""; private string basePath = ""; private string buildAct
  3. 所属分类:VB

    • 发布日期:2012-03-12
    • 文件大小:75776
    • 提供者:nyufeng
  1. ZIP 压缩 解压缩 源码

  2. 使用ZLIB库 包装的压缩解压缩文件的源码 VS2005 工程创建 /* */ class ZIPWRAP_EXP CZipper { public: CZipper(); virtual ~CZipper(); // simple interface static bool ZipFile(const char* szFilePath); // saves as same name with .zip static bool ZipFolder(const char* szFilePath,
  3. 所属分类:C++

    • 发布日期:2012-08-22
    • 文件大小:200704
    • 提供者:piaoxu7777777
  1. SignApk to assign you zip or apk file.

  2. 这里的key就是Android的testkey文件,很方便使用哦。 SignApk.jar is a tool included with the Android platform source bundle. To use SignApk.jar you have to create a private key with it’s corresponding certificate/public key
  3. 所属分类:Android

    • 发布日期:2012-09-03
    • 文件大小:9216
    • 提供者:tody_guo
  1. C# 打包 zip

  2. private void Unzip(string filePath1, string urlid) { if (Directory.Exists(Server.MapPath("ziptemp/" + urlid)) == false) { Directory.CreateDirectory(Server.MapPath("ziptemp/" + urlid)); } ZipInputStream s = new ZipInputStream(File.OpenRead(filePath1)
  3. 所属分类:C#

    • 发布日期:2013-07-03
    • 文件大小:12288
    • 提供者:codemain126
  1. zip压缩大全

  2. zip压缩相关 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.IO; 5using ICSharpCode.SharpZipLib; 6using ICSharpCode.SharpZipLib.Zip; 7using ICSharpCode.SharpZipLib.Checksums; 8 9/* 10 * 解压缩 11 * 该程序压缩和解压配合才能使用 12 * 普通用
  3. 所属分类:C#

    • 发布日期:2013-11-28
    • 文件大小:10240
    • 提供者:u010034670
  1. php zip文件内容比较类

  2. Zip Compare class 比较两个zip文件的内容,返回新增,删除,及相同的文件列表,暂时只支持单层。 Func: public compare 比较zip文件内容 private getInfo 获取zip内文件列表 private parse 分析两个zip的文件内容 private check 检查zip文件是否正确 private check_handler 检查服务器是否有安装unzip
  3. 所属分类:PHP

    • 发布日期:2014-05-22
    • 文件大小:2048
    • 提供者:fdipzone
  1. duilib把ZIP皮肤编译进EXE (2)

  2. 在上一篇 duilib把ZIP皮肤编译进EXE中 http://www.duilibcn.com/ziliao/215.html 提到把ZIP编译到EXE中去,发现皮肤可以加载,但是图片无法显示,目前看来是用法问题, void CPaintManagerUI::SetResourceZip(LPVOID pVoid, unsigned int len);这个函数不应该直接用, 但是不明白为什么duilib给它设置了public属性,不能直接使用的函数应设置private才对。 下面把正确的方法
  3. 所属分类:C++

    • 发布日期:2015-12-14
    • 文件大小:218112
    • 提供者:hats8888
  1. CompileTesting.zip

  2. Compile Testing 是一个用来测试 Javac 和注释处理器的工具。示例代码:RunWith(JUnit4.class) public class TreeContextTest {   Rule public final ExpectedException expectedExn = ExpectedException.none();   private static final String LITERAL_VALUE = "literal";   private static 
  3. 所属分类:其它

    • 发布日期:2019-07-15
    • 文件大小:106496
    • 提供者:weixin_39841882
  1. buddypress v1.6.1 多国语言版.zip

  2. BuddyPress 是 WordPress 母公司的一个全新的开源程序,BuddyPress 从本质上说其实是 WordPress 的插件。BuddyPress 把 WordPress的关注点从博客转移到了社区。当然,用户还是能够使用WordPress的所有的博客功能,只是当用户使用 BuddyPress 时,第一要做的是创建他们个人档案,第二才是写博客。 BuddyPress 的主要功能有: Extended Profiles - 扩展的个人档案 Personal Blog - 博客
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:1048576
    • 提供者:weixin_39840914
  1. AndroidParcelablePlugin.zip

  2. AndroidParcelablePlugin 是为 Android Parcelable 提供的 Intellij IDEA(Android Studio) 插件。实现 Parcelable 接口:package com.wangjie.idea.plugin; public class Person{     private int id;     private String name;     private Float height;     private Double weight
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:374784
    • 提供者:weixin_39840515
  1. OpenPusher的实现Poxa.zip

  2. Poxa 是一个 Open Pusher 的实现,兼容 Pusher 库。采用 elixir 编写。 功能: Public channels; Private channels; Presence channels; Client events; SSL on websocket and REST API; Simple console; REST API /users on presence channels /channels/:channel_name (Pa
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:140288
    • 提供者:weixin_39840515
  1. CI检测工具phpunit-vw.zip

  2. phpunit-vw 是 Phpunit VW 扩展,帮助你在 CI 工具检测的时候顺利通过测试。示例:class VWTest extends PHPUnit_Framework_TestCase {     private $emissions = 12000;     private $legalLimit = 300;     public function testEnvironmentalImpactCompliance()     {         $this->asser
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:9216
    • 提供者:weixin_39841856
  1. buddypress v1.5 正式版.zip

  2. BuddyPress 是 WordPress 母公司的一个全新的开源程序,BuddyPress 从本质上说其实是 WordPress 的插件。BuddyPress 把 WordPress的关注点从博客转移到了社区。当然,用户还是能够使用WordPress的所有的博客功能,只是当用户使用 BuddyPress 时,第一要做的是创建他们个人档案,第二才是写博客。   BuddyPress 的主要功能有:   Extended Profiles - 扩展的个人档案   Personal Blo
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:1048576
    • 提供者:weixin_39840924
  1. PHP5.3 模拟框架Prophecy.zip

  2. Prophecy 是功能强劲且灵活的 PHP 5.3 的模拟框架。尽管它最初是用来满足 phpspec2 的需求,但是它足够灵活,并且可以在任何测试框架中使用。示例代码:prophet->prophesize('App\Security\Hasher');         $user   = new App\Entity\User($hasher->reveal());         $hasher->generateHash($user, 'qwerty')->wi
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:94208
    • 提供者:weixin_39841882
  1. 应用性能跟踪库Caudit.zip

  2. Caudit 是一个简单的库用来记录应用程序的性能、健康状态和运行相关的统计信息。 示例代码: //Mapping audit to integer is for performance(string comparison vs integer comparison) private final static int BASIC_STOPWATCH_ID = Audits.mapAudit("example.basicStopwatch"); public void tryOut(){    
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:45056
    • 提供者:weixin_39840387
  1. 2DFlash游戏框架Flashpunk.zip

  2. FlashPunk 是一个免费的 Actionscr ipt 3 库,用于开发 2D Flash 游戏。它可以给游戏的原型提供快速,简洁的框架,并在其中开发游戏。这意味着大部分的脏活已经干好,可以让你集中精力设计和测试你的游戏。图像特性:提供动画,tilemaps,文本,背景的帮助类。还有更多有 z-sorted 渲染列表的类,可用于深度管理。// Create a new Image from imported image. [Embed(source = 'player.png')] pri
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:512000
    • 提供者:weixin_39841856
  1. DekartPrivateDisk_210.zip

  2. Dekart Private Disk 是一个强大、实时、易用的虚拟磁盘加密软件,Dekart PrivateDisk 能在计算机上产生一个或几个虚拟盘。 每个虚拟盘里可以贮存很多文件和目录。这些文件会自动被实时加密。只有拥有正确的密码,才能读取这些文件,并自动实时解密。DekartPrivate Disk 使用美国政府标准加密算法AES 和 SHA-1 算法技术,可以隐藏运行,有快捷键可以紧急关闭。
  3. 所属分类:网络安全

    • 发布日期:2020-05-16
    • 文件大小:1048576
    • 提供者:ITmincherry
  1. private.zip

  2. Incremental Learning of Object Detectors without Catastrophic Forgetting 里面用到了EdgeBoxes,如果matlab版本太高的话,需要修改代码,代码是我从github的issues上拷贝下来的。 放在edges的private下面,覆盖原始的文件。
  3. 所属分类:深度学习

    • 发布日期:2019-07-06
    • 文件大小:14336
    • 提供者:zengqi12138
« 12 3 4 5 6 7 8 9 10 ... 22 »