- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 ubuntu新装的root密码
Ubuntu装完后没有root密码,必须要自己手动设置一个 给Root用户设置密码需要如下命令: sudo passwd -q root 回车后会出现让你输入原始密码,新密码和确认密码, [sudo] password for you :---> 输入你的密码(你现在这个用户的密码),不回显 Enter new UNIX password: --- > 设置root 密码
2015-01-06 11:35:22
513
原创 android 修改图片的颜色
要求修改图片的颜色,借鉴牛人的代码,自己做了点修改 public class DemoView extends View { Bitmap mBitmap; int mBitmapWidth = 0; int mBitmapHeight = 0; Bitmap bitmap2; public DemoView(Context context) { this(context, nu
2014-12-18 11:49:03
645
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人