码迷,mamicode.com
首页 >  
搜索关键字:native application    ( 20137个结果
hadoop-2.2.0编译
由于从官网下载的hadoop中依赖包native hadoop library是基于32位版本的,在64位机器上安装,会出现以下错误:2014-05-30 19:47:49,703 INFO org.apache.hadoop.hdfs.server.datanode.DataNode: regis...
分类:其他好文   时间:2014-06-06 23:38:29    阅读次数:494
Show a heart shaped
Windows Form application version:private void Form1_Load(object sender, EventArgs e) { this.BackColor = Color.Red; System.Drawing.Drawing2D.GraphicsPa...
分类:其他好文   时间:2014-06-06 22:46:00    阅读次数:208
比较恶心的360老年版浏览器 文件导出下载
function export_txt($data){ Header("Content-type: application/octet-stream"); Header("Accept-Ranges: bytes"); $d...
分类:其他好文   时间:2014-06-06 21:39:54    阅读次数:290
为eclipse创建桌面快捷方式
为eclipse创建桌面快捷方式 在linux桌面空白处,点击鼠标右键,弹出一个对话框,选择“create Launcher”(中文是“新建启动器”),在“Create Launcher”(中文“创建快捷方式”)对话框中选择Application(中文“应用程序”),输入名字:eclipse ,在C...
分类:系统相关   时间:2014-06-06 19:09:52    阅读次数:346
使用 IntraWeb (3) - 页面切换
新建 StandAlone Application 工程后, 再通过 File > New > Other.. > IntraWeb > New Form 添加两个窗体.然后 TIWForm1 上放两个 TIWButton, 在 TIWForm2 和 TIWForm3 上各放一个 TIWButton...
分类:Web程序   时间:2014-06-06 18:40:04    阅读次数:237
yuv视频用opengl播放
// openGL_yuv.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include "GL/glew.h"#include "...
分类:其他好文   时间:2014-06-06 17:35:29    阅读次数:522
A debugger is already attached
Today is the last day that all the laptops of winXP OS should be upgrade to WIN7. After updated. when i tried to debug my application,i received this ...
分类:其他好文   时间:2014-06-06 15:51:14    阅读次数:275
JSP内置对象详细介绍(上)<转载>
第一个问题: JSP有多少类内置对象?要想回答好这个问题,首先是对JSP的基本知识和技术有深刻的理解和掌握。主要有九个内置对象:application对象,config对象,exception对象,out对象,page对象,pageContext对象,request对象,reponse对象,sess...
分类:Web程序   时间:2014-06-06 15:50:38    阅读次数:280
FMS中实现pull stream
//程序启动时执行 application.onAppStart = function() { this.myNC= new NetConnection(); this.myNC.onStatus = NC_onStatus; this.myNC.connect("rtmp://cuplayer.....
分类:其他好文   时间:2014-06-06 14:56:20    阅读次数:222
Windows7与Window2008 64位IIS7上面DCOM配置Excel、Word等
解决办法:1.(适用于.NET)1).通过webconfig中增加模拟,加入管理员权限,2).这样就能够启动Application进程,操作EXCEL了,能够新建EXCEL,导出EXCEL,但是还是不能打开服务器端的EXCEL文件2.(以下适用于所有语言) 在组件服务,DOCM设置 Microsof...
分类:Windows程序   时间:2014-06-03 14:43:22    阅读次数:630
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!