码迷,mamicode.com
首页 >  
搜索关键字:virtual application    ( 20322个结果
virtual box 小工具栏在下面的问题
【host】+I
分类:其他好文   时间:2014-05-10 08:30:28    阅读次数:265
C#中datatable导出excel(三种方法)
方法一:(拷贝直接可以使用,适合大批量资料, 上万笔)Microsoft.Office.Interop.Excel.Application appexcel = new Microsoft.Office.Interop.Excel.Application();SaveFileDialog savef...
分类:其他好文   时间:2014-05-10 08:22:11    阅读次数:391
邁向 RHCE 之路 (Day26) - Apache 網頁伺服器
本篇將在 SELinux 安全機制及 IPTables 防火牆開啟的環境下實作,分別實作簡單網頁服務及虛擬主機 Virtual Host 設定,最後則是實作網頁中需要保護網頁時可以透過 .htaccess 機制進行保護,關於 Apache 網頁伺服器內容及更詳細設定參數可以參考官方文件RedHat ...
分类:其他好文   时间:2014-05-10 08:10:08    阅读次数:385
java web 程序---内置对象application的log方法的使用
application的主要方法里,有log方法,是日志文件里可以查看到信息的。当老师写好代码后,他发现在tomact里的log目录下找不到信息,原因是:我们用myeclipse这个客户端软件,应该把服务器关闭,而是去bin目录下,手动开启服务器即startup.bat。这个文件,然后在log目录下...
分类:移动开发   时间:2014-05-10 00:58:19    阅读次数:516
GWT-Dev-Plugin(即google web toolkit developer plugin)for Chrome的安装方法
如果你想要在Chrome中进行GWT调试,需要安装“gwt developer plugin for chrome”,但是普通安装模式下,会提示:This application is not supported on this computer. Installation has been dis...
分类:Web程序   时间:2014-05-10 00:12:24    阅读次数:507
C语言实现状态设计模式
#include #include #include #ifndef VIRTUAL #define VIRTUAL #endif #ifndef DELETE #define DELETE(X) do { free(X);X = NULL; } while(0) #endif #define NEW(TYPE,pInstance,SUBTYPE) struct TYPE* pInst...
分类:编程语言   时间:2014-05-09 22:29:48    阅读次数:455
Android全局变量使用
1、通过一个Data.java实例类,可以实现全局数据保存,这里就不多说了,学Java的都知道。 2、Android特有的Application,是应用的入口,运行贯穿整个app运行过程,可以在这个类中定义全局变量 public class baseApplication extends Application { private float screenWidth; pri...
分类:移动开发   时间:2014-05-09 20:50:24    阅读次数:406
Android-自定义meta-data扩展数据
在接入第三方渠道SDK的时候,经常会看到其配置文件AndroidManifest.xml有类似如下的定义:[html]view plaincopy笔者这里在Application级别和Activity级别都定义了一个meta-data,我们如何来取得这两个组件的值呢?如下:[java]view pl...
分类:移动开发   时间:2014-05-09 20:07:37    阅读次数:449
利用IOS模拟器将数据存储在本地沙盒中以及从沙盒中读取详细步骤
使用IO模拟器,应用沙盒的根路径为:/Users/apple/Library/Application Support/iPhone Simulator/6.0/Applications(6.0为模拟器的版本)1、获取应用沙盒目录 利用沙盒根目录拼接“Documents”字符串 NSString * ...
分类:移动开发   时间:2014-05-09 07:31:58    阅读次数:416
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!