- Facebook Cookbook
- Building Facebook Applications For Dummies
- Facebook Pages Insider's Guide
- Facebook Programming in Java
- Learning Facebook Application Development
有時間再把開發心得與技術補上吧...
<html>
<head>
<title>Cross-Domain Communication with JSON</title>
</head>
</body>
<script type="text/javascript">
function call_bar(obj) {
alert(obj.name);
}
</script>
<script type="text/javascript" 而在bar上的script中則提供JSON格式的資料內容, 其中call_bar為callback function的名稱, 此callback將會在foo讀取到script的內容時回呼, 並且無法控制執行順序,src="http://bar.com/?callback=call_bar"></script> <body></body> </html>
call_bar({"name":"bar"})
透過以上例子, 將能進行跨網域的資料交換, 參考資料:*#*#4636#*#*
[Home]+[Power]
[ALT]+[L]
[Home]+[Backup] - reboot system now
[ALT]+[L] - toggle log text display
[ALT]+[S] - apply sdcard:update.zip
[ALT]+[W] - wipe data/factory reset
[root@localhost ~]# vi .htaccess php_flag error_reporting = E_ALL php_flag display_errors = Off
[root@local ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Created directory '/root/.ssh'. Enter passphrase (empty for no passphrase): <- 不用輸入 Enter same passphrase again: <- 不用輸入 Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: 7e:16:f4:57:87:5c:60:be:91:70:82:ac:cc:a9:95:74 root@localhost.localdomain
[root@local ~]# scp /root/.ssh/id_dsa.pub root@remote:/root/.ssh/id_dsa.pub root@remote 's password: id_dsa.pub 100% |*****************************| 718 00:00
[root@remote ~]# cat /root/.ssh/id_dsa.pub >> /root/.ssh/authorized_keys
[root@local ~]# ssh root@remote