91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

這個是去年我突然想了解java時做的,一個聊天室,可以發送消息、圖像、文件,圖像直接預覽。不是很復雜的程序,只是學習的一個過程,希望對想學習java的朋友有幫助。

資源截圖

代碼片段和文件信息

#include?“wh_OperationManager.h“
#include?????????
#include?
#include?
#include?
#include?
#include?

#include?“jni.h“

//typedef?int?(WINAPI?*whShellExecute)?(HWND?hwnd?LPCSTR?lpOperation?LPCSTR?lpFile?LPCSTR?lpParameters?LPCSTR?lpDirectory?INT?nShowCmd);

JNIEXPORT?jint?JNICALL?Java_wh_OperationManager_ShellExecute
??(JNIEnv?*env?jclass?obj?jstring?jnistr)
{
int?sLen=env->GetStringLength(jnistr);
wchar_t?*?wstr=(wchar_t?*?)malloc((sLen+1)?*?sizeof(wchar_t));
const?jchar*?ustr=(const?jchar*)env->GetStringChars(jnistrNULL);
int?i=0;
setlocale(LC_CTYPE““);
wcsncpy(wstr(const?wchar_t?*)ustrsLen);
wstr[sLen]=0;
//MessageBoxW(0wstrNULL0);
ShellExecuteW(0L“open“wstrNULLNULLSW_SHOW);
env->ReleaseStringChars(jnistrustr);

return?0;?
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????.C.D...?????????0??2008-03-29?11:20??Chart

????.CA....??????7399??2007-11-14?15:30??Chart\.classpath

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata

????.CA....?????????0??2007-11-23?20:58??Chart\.metadata\.lock

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.resources

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.resources\.history

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.resources\.root

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes

????.CA....?????????1??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\history.version

????.CA....????????57??2007-11-23?20:58??Chart\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.index

????.CA....?????????1??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.version

????.CA....????????77??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.resources\.root\1.tree

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.resources\.safetable

????.CA....???????319??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.resources\.safetable\org.eclipse.core.resources

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.runtime

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.core.runtime\.settings

????.CA....????????73??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.core.resources.prefs

????.CA....???????428??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.ui.prefs

????.CA....???????151??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.ide.prefs

????.CA....????????79??2007-11-23?20:58??Chart\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.prefs

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.debug.core

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.debug.ui

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.jdt.core

????.CA....???????115??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.jdt.core\variablesAndContainers.dat

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.jdt.ui

????.CA....??????3205??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.jdt.ui\dialog_settings.xml

????.CA....????????60??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.jdt.ui\OpenTypeHistory.xml

????.CA....????????69??2007-11-23?20:59??Chart\.metadata\.plugins\org.eclipse.jdt.ui\QualifiedTypeNameHistory.xml

????.C.D...?????????0??2008-03-29?11:20??Chart\.metadata\.plugins\org.eclipse.ui.ide

............此處省略104個文件信息

評論

共有 條評論