
我的十字路口
难过在持续
沉默在压制
快乐虚伪呈现
伤心内心流血!
一切都会过去的,不管摩天轮如何的飞转,不管白云如何的漂浮万象!
过去这里就是胜利,留在这里就是沉沦堕落!
沉默在压制
快乐虚伪呈现
伤心内心流血!
一切都会过去的,不管摩天轮如何的飞转,不管白云如何的漂浮万象!
过去这里就是胜利,留在这里就是沉沦堕落!
public static void sendSMS(Context c) {
PaintController.save2Cache(c);// 先把图片保存,再调用系统自带的SMS
String imgpath = "file://" + Environment.getExternalStorageDirectory() + "/cache.png";
System.out.println("readfrom:" + imgpath);
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setClassName("com.android.mms", "com.android.mms.ui.ComposeMessageActivity");
intent.putExtra("subject", "我的涂鸦");
intent.putExtra("sms_body", "看看吧");
intent.putExtra(Intent.EXTRA_STREAM, Uri.parse(imgpath));
intent.setType("image/png");
c.startActivity(intent);
}
adb shell4.回车,等待n多successful出现,最后完成之后 回车一下,等待手机重启
mount sdcard
flash_image recovery /sdcard/recovery.img
reboot recovery
RewriteEngine on
RewriteRule f(\d+)_(.*)_(.*)$ /thread.php?fid=$1&page=$2&type=$3 [L]
RewriteRule f(\d+)_(.*)$ /thread.php?fid=$1&page=$2 [L]
RewriteRule f(\d+)$ /thread.php?fid=$1&page=$2 [L]
RewriteRule (\d+)_(.*)_(.*)_(.*).html$ /read.php?tid=$1&page=$2&fpage=$3&uid=$4 [L]
RewriteRule (\d+)_(.*)_(.*).html$ /read.php?tid=$1&page=$2&fpage=$3 [L]
RewriteRule (\d+)_(.*).html$ /read.php?tid=$1&page=$2 [L]
RewriteRule (\d+).html /read.php?tid=$1 [L]
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2 [L]
Re