码迷,mamicode.com
首页 >  
搜索关键字:platform    ( 3135个结果
Ora-955 Error Running Utl_Recomp.Recomp_Serial (文档 ID 1274504.1)
Oracle Server - Enterprise Edition - Version 10.2.0.1 to 10.2.0.5 [Release 10.2] Information in this document applies to any platform.SymptomsThe utl_...
分类:其他好文   时间:2014-07-18 20:30:33    阅读次数:329
Dom4j解析XML
1、Dom4j概述dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework a...
分类:其他好文   时间:2014-07-18 14:15:07    阅读次数:249
微软职位内部推荐-SDE II
微软近期Open的职位:Software Development Engineer II- Commerce Platform GroupStandard job title: Software Development Engineer IIJob posting title: Sr. SDE-AR...
分类:其他好文   时间:2014-07-17 23:01:46    阅读次数:342
win/linux 下使用 psutil 获取进程 CPU / memory / IO 占用信息
psutil - A cross-platform process and system utilities module for Python1. 安装pip 安装即可。windows 下需要安装 vs2008,否则报错:Unable to find vcvarsall.bat如果已经安装 vs2...
分类:Windows程序   时间:2014-07-17 18:23:27    阅读次数:450
使用COCOS2D-X JSB开发,在js页面中设置iOS键盘模式
XYSDK.hvoid setKeyboardType(int type);XYSDK.cppvoidXYSDK::setKeyboardType(int type){#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) CCEGLView * pGlView =C...
分类:移动开发   时间:2014-07-17 11:18:45    阅读次数:313
javascript学习------浏览器检测
Navigator对象:浏览器对象该对象包含了浏览器的整体信息Navigator对象的属性:appName:返回浏览器的名称appVersion:返回浏览器的版本号uerAgent:返回浏览器用于HTTP请求的用户代理头的值appCodeName:返回浏览器的代码号platform:返回运行浏览器的操作系统或硬件平台IE中..
分类:编程语言   时间:2014-07-17 09:03:25    阅读次数:294
服务器程序DEBUG
服务器程序DEBUG服务器端设定Tomcat默认我们启动Tomcat是使用下边的命令./catalina.sh start 如果想DEBUG的话,只需要加一个参数打开JPDA(Java Platform Debugger Architecture)就可以了./catalina.sh jpda sta...
分类:其他好文   时间:2014-07-16 23:49:34    阅读次数:494
Windows下载Android源代码
下载msysgit,安装官方下载:http://code.google.com/p/msysgit/downloads/list,打开Git Bash,运行命令cd D:git clone https://android.googlesource.com/platform/manifest.git输...
分类:移动开发   时间:2014-07-16 18:19:14    阅读次数:368
Cocos2d-x移植android加入震动效果
cpp部分通过jni调用java静态函数 头文件: #include #include "cocos2d.h" #include "platform/android/jni/JniHelper.h" 在cpp类中定义方法去调用Cocos2dxSound.java中vibrate方法: static void vibrateJNI(long longtime) { Jni...
分类:移动开发   时间:2014-07-16 17:25:44    阅读次数:249
Teamcenter10 step-by-step installation in Linux env-Teamcenter License Server Installation and Configuration
Teamcenter is a business platform and so it is inevitable to install related license server before install Teamcenter server. What’s more, the interf....
分类:系统相关   时间:2014-07-16 15:49:17    阅读次数:432
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!