会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
David Young
博客园
首页
新随笔
联系
订阅
管理
2017年3月25日
The Perfect Solution To Convert Immutable Bitmap To A Mutable Bitmap
摘要: An acceptable solution to convert immutable bitmap to a mutable bitmap ,using RadomAccessFile to save the source bitmap on disk(no ram memory) and the
阅读全文
posted @ 2017-03-25 19:32 David Young
阅读(326)
评论(0)
推荐(0)
2016年7月8日
Mac终端Terminal使用
摘要: 一、system_profiler SPUSBDataType 查看Mac系统所有USB设备信息 二、[写入内容到指定文件] echo "0x1bbb" > ~/.android/adb_usb.ini(~/代表所有符合条件的上级目录) 三、[配置环境变量] 打开或创建配置环境变量文件 cd ~ t
阅读全文
posted @ 2016-07-08 00:34 David Young
阅读(491)
评论(0)
推荐(0)
入门Mac快捷键详细分类整理,包括Eclipse和Android Studio中一些常用的快捷键
摘要: [通用] control(^) shift(⇧) ⬆️ option/alt (⌥) command(⌘) fn 副功能键 [效率] 1.编辑 control + space 切换输入法(改键:alt(⌥)+space可见 control+alt(⌥)+space快速切换) control+ com
阅读全文
posted @ 2016-07-08 00:21 David Young
阅读(6099)
评论(0)
推荐(0)
Android自定义控件属性的使用
摘要: 1. reference:参考某一资源ID。 (1)属性定义: <declare-styleable name = "名称"> <attr name = "background" format = "reference" /> </declare-styleable> (2)属性使用: <Image
阅读全文
posted @ 2016-07-08 00:17 David Young
阅读(1523)
评论(0)
推荐(0)
Visual Studio的快捷键
摘要: Shift+Alt+Enter: 切换全屏编辑 Ctrl+B,T / Ctrl+K,K: 切换书签开关 Ctrl+B,N / Ctrl+K,N: 移动到下一书签 Ctrl+B,P: 移动到上一书签 Ctrl+B,C: 清除全部标签 Ctrl+I: 渐进式搜索 Ctrl+Shift+I: 反向渐进式搜
阅读全文
posted @ 2016-07-08 00:15 David Young
阅读(347)
评论(0)
推荐(0)
cmd中编译和运行java程序
摘要: 【cmd下编译】 方法一: 1.首先在工程文件夹下面新建一个sourcelist.txt,把所有要编译的java类的绝对路径写进去,每写一个换一行 javac -classpath lib/jxl.jar -sourcepath src @sourcelist.txt -d bin javac -s
阅读全文
posted @ 2016-07-08 00:11 David Young
阅读(2835)
评论(0)
推荐(0)
查看本机的IP、MAC地址和端口占用情况
摘要: 输入ipconfig,按回车。即查看了IP地址,子码掩码,网关信息 输入ipconfig/all,按回车。即查看了包含IP地址,子码掩码,网关信息以及MAC地址 输入netstat -ano,按回车,查看所有的端口占用情况。 输入:netstat -aon|findstr "8001" 查看指定端口
阅读全文
posted @ 2016-07-08 00:10 David Young
阅读(1844)
评论(0)
推荐(0)
ASC2码
摘要: @号 @ :号 : 空格   ...省略号 … 以下为常见的ASCII十进制交换编码:(注:"&#xxx;"为编码,后面紧跟的--> <--箭头中间为代表的字符)  --> <-- 这边是空格 !-->!<-- "-->"<--
阅读全文
posted @ 2016-07-08 00:09 David Young
阅读(511)
评论(0)
推荐(0)
Android自定义Shape的属性
摘要: Android xml资源文件中Shape的属性: solid 描述:内部填充 属性:android:color 填充颜色 size 描述:大小 属性: android:width 宽 android:height 高 gradient 描述:渐变色 属性: android:startColor渐变
阅读全文
posted @ 2016-07-08 00:05 David Young
阅读(9562)
评论(0)
推荐(0)
android EditText中的inputType
摘要: android:inputType="none" android:inputType="text" android:inputType="textCapCharacters" 字母大写 android:inputType="textCapWords" 首字母大写 android:inputType=
阅读全文
posted @ 2016-07-08 00:02 David Young
阅读(334)
评论(0)
推荐(0)
下一页
公告