https://github.com/ShiyangHuang/OpenFB https://developers.facebook.com/docs/graph-api/reference/user Module 9: Facebook Integration In this module, you add Facebook integration to your application. You allow users to login with Facebook, view their... Read More | Share it now!
Monthly Archives: May 2015
linux下passwd命令设置修改用户密码
1、passwd 简单说明; 我们已经学会如何添加用户了,所以我们还要学习设置或修改用户的密码;passwd命令的用法也很多,我们只选如下的几个参数加以说明;想了解更多,请参考man... Read More | Share it now!
VNC远程登录树莓派的图形界面
VNC远程登录树莓派的图形界面 安装VNC需要使用命令行。如果需要远程操作安装VNC,就必须通过SSH登录到命令行界面。 安装 树莓派命令行: 1 sudo apt-get install... Read More | Share it now!
Json Format
Redirecting to http://tool.oschina.net/codeformat/json ... Read More | Share it now!
Android HTTP request
You should make your HTTP request in a separate thread. NetworkOnMainThreadException says that you are trying to make your network operation on the main thread. docs at developer.android.com 1] Use simple Thread Thread t = new Thread(new Runnable()... Read More | Share it now!
编写高性能HTML网页应用
你怎么能提高网页性能? 大多数开发者会通过JavaScript和图片来优化,通过服务器配置,压缩文件和合并文件 – 甚至调整CSS(合并小图片)。 注*参见 CSS... Read More | Share it now!