// 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
首先,使用bada SDK自带的IDE创建一个新的bada:application
project ,Project name 定为*。程序的入口在自动生成的
*Entry.cpp文件中,入口函数是_EXPORT_intOspMain(intargc,char*pArgv[]);AppLog("Ap...
分类:
其他好文 时间:
2014-06-05 21:04:01
阅读次数:
279
Oracle EBS R12 支持一些服务群,如下所示:Service Group Supports
Root ServicesOracle Process Manager (OPMN) 进程管理器Web Entry Point
ServicesWeb入口点服务HTTP ServerWeb...
分类:
其他好文 时间:
2014-05-29 04:25:23
阅读次数:
306
在项目中要集成Xabber,将它作为一个Lib, 。。。。。 Xabber 原有代码 /** *
Base entry point. * * @author alexander.ivanov */ public class Application
extends android.app.Applic...
分类:
移动开发 时间:
2014-05-25 13:54:13
阅读次数:
257
Caused by: org.postgresql.util.PSQLException:
FATAL: no pg_hba.conf entry for host "127.0.0.1", user "ambari", database
"ambari", SSL off at org.postg...
分类:
数据库 时间:
2014-05-24 02:19:00
阅读次数:
1901
jstack Dump 日志文件中的线程状态dump
文件里,值得关注的线程状态有:死锁,Deadlock(重点关注)执行中,Runnable 等待资源,Waiting on
condition(重点关注)等待获取监视器,Waiting on monitor entry(重点关注)暂停,Suspen...
分类:
编程语言 时间:
2014-05-21 18:59:45
阅读次数:
502
_hashMap.insert(pair<String,HASH_TABLE*>(tmp,hashtabletmp));这句会报segment或abort错误经同事帮看,也翻来覆去自查,终于发现原来是malloc中hTable->hList=(pHASH_ENTRY)malloc(hTable->listLen*(HASH_ENTRY_SIZE));这句写成了hTable->hList=(pHASH_ENTRY)..
分类:
其他好文 时间:
2014-05-20 20:20:34
阅读次数:
288
一、查看虚拟目录是否存在private bool
IsExitesVirtualDir(string virtualdirname){ bool exited =false; DirectoryEntry
_entry = new DirectoryEntry("IIS://localhost/W3...
分类:
Web程序 时间:
2014-05-20 01:56:24
阅读次数:
401
Normally, when the Directory Server conducts a
search, the server looks through the entire entry for a match, throughout the
entire directory. For lar...
分类:
其他好文 时间:
2014-05-20 01:23:35
阅读次数:
277
1. 将 elipse cdt 加入到左侧程序启动栏在 /usr/share/applications
下输入sudo gedit eclipse.desktop, 然后输入[Desktop
Entry]Version=1.0Name=eclipseExec=/home/ck/eclipse/ecl...
分类:
系统相关 时间:
2014-05-19 14:08:59
阅读次数:
343