]]>Any one help me modify this C chatting room program in Linux form using Socket to Pipeshttp://www.tkk7.com/jayslong/articles/352970.htmlApolloDengApolloDengFri, 24 Jun 2011 07:46:00 GMThttp://www.tkk7.com/jayslong/articles/352970.htmlhttp://www.tkk7.com/jayslong/comments/352970.htmlhttp://www.tkk7.com/jayslong/articles/352970.html#Feedback0http://www.tkk7.com/jayslong/comments/commentRss/352970.htmlhttp://www.tkk7.com/jayslong/services/trackbacks/352970.html#include<stdio.h>#include<stdlib.h>#include<sys/types.h>#include<s... 閱讀全文
]]>Why this simple "drag to resize block" JavaScript doesn't work in Chrome?http://www.tkk7.com/jayslong/articles/351922.htmlApolloDengApolloDengWed, 08 Jun 2011 08:41:00 GMThttp://www.tkk7.com/jayslong/articles/351922.htmlhttp://www.tkk7.com/jayslong/comments/351922.htmlhttp://www.tkk7.com/jayslong/articles/351922.html#Feedback1http://www.tkk7.com/jayslong/comments/commentRss/351922.htmlhttp://www.tkk7.com/jayslong/services/trackbacks/351922.html<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>drag to resize</title> </head> <script type="text/javascript">
var obj_resize =false; var obj_Ofx =0; var obj_Vfx =0; var obj_Ofy =0; var obj_Vfy =0;
function obj_up(id){
if (obj_resize) { document.getElementById(id).style.cursor ="auto"; document.getElementById(id).releaseCapture(); obj_resize =false; } } function obj_move(id){
]]>解決用 Ubuntu 11.04 編譯 Android 源碼時候出現(xiàn)的"field 'arch' has incomplete type"錯誤http://www.tkk7.com/jayslong/archive/2011/05/12/fix_the_problem_that_android_source_code_wont_compile_in_ubuntu_11_04.htmlApolloDengApolloDengThu, 12 May 2011 14:11:00 GMThttp://www.tkk7.com/jayslong/archive/2011/05/12/fix_the_problem_that_android_source_code_wont_compile_in_ubuntu_11_04.htmlhttp://www.tkk7.com/jayslong/comments/350120.htmlhttp://www.tkk7.com/jayslong/archive/2011/05/12/fix_the_problem_that_android_source_code_wont_compile_in_ubuntu_11_04.html#Feedback1http://www.tkk7.com/jayslong/comments/commentRss/350120.htmlhttp://www.tkk7.com/jayslong/services/trackbacks/350120.html今天又花了大半天的時候在編譯,先后遇到了不少問題,還好網(wǎng)上都找到了解決方法.
遇到的問題包括JDK版本的問題, 還有限制之后64位版本系統(tǒng)才能編譯的問題.
這兩個問題之后再說,這個文章的主題是關(guān)于以下這個錯誤:
In file included from external/qemu/target-i386/kvm.c:19:
/usr/include/linux/kvm.h:215: error: field 'arch' has incomplete type
/usr/include/linux/kvm.h:383: error: field 'arch' has incomplete type
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/emulator-target-i386_intermediates/target-i386/kvm.o] 錯誤 1
< 閱讀全文