上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: 1- df命令查看文件系统的磁盘空间占用情况shell@android:/ # adb shelldf2- 找到data文件夹, 上传adb push /data/SogouInput_android_tv_4.7.5_znds.apk3- 下载adb pull /data/SogouInput_a... 阅读全文
posted @ 2015-03-18 15:42 galoishelley 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 用过windows7的朋友都知道,Windows 7 中设置某一个文件夹属性为共享后,文件夹的图标上就增加一个小锁图案。起到了一个标记作用,挺好的。但是即使你将该文件夹的共享功能取消后,该小锁图案还是存在,不管你怎么修改修改图标样式,小锁依旧完好。解决方案:你的共享文件夹“属性”-“安全”选项中选择... 阅读全文
posted @ 2015-03-14 09:08 galoishelley 阅读(4744) 评论(0) 推荐(0) 编辑
摘要: 1- 输入要链接的主机地址2- 设置connection-->SSH-->Tunnels点击Add3-设置connection 修改为304- 点击open,出现ssh登陆,输入用户密码, 登陆成功.浏览器设置:直接浏览器访问baidu.com . google.com 阅读全文
posted @ 2015-02-28 09:30 galoishelley 阅读(152) 评论(0) 推荐(0) 编辑
摘要: reference:http://blog.csdn.net/djcken/article/details/7801966 阅读全文
posted @ 2015-02-25 11:25 galoishelley 阅读(308) 评论(0) 推荐(0) 编辑
摘要: reference:http://blog.csdn.net/leewenjin/article/details/17386265 阅读全文
posted @ 2015-02-16 14:21 galoishelley 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 在开发中,常常会碰到这种情况,打开一个activity后,第一个文本框自动获得焦点,同时会弹出软键盘输入框,这样很影响用户体验,现在来看解决方法。 我们先来看看为什么会出现上述情况,原因很简单,文本框默认是会获得焦点的,获得焦点之后当然会继续弹出输入框,等待输入,针对此原因,我们可... 阅读全文
posted @ 2015-02-10 14:15 galoishelley 阅读(368) 评论(0) 推荐(0) 编辑
摘要: String str_f = str.substring(0, 1); int i = (Integer.parseInt(str.substring(1)) + 1); // 数字补齐0 DecimalFormat df = new DecimalFormat("0000"); Stri... 阅读全文
posted @ 2015-02-09 16:00 galoishelley 阅读(1270) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-01-20 10:13 galoishelley 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Ubuntu上的输入法主要有小小输入平台(支持拼音/二笔/五笔等),Fcitx,Ibus,Scim等。其中Scim和Ibus是输入法框架。在Ubuntu的中文系统中自带了中文输入法,通过Ctrl+Space可切换中英文输入法。这里我们主要说下Ubuntu英文系统中,中文输入法的安装。安装输入法的第一... 阅读全文
posted @ 2015-01-20 10:04 galoishelley 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1、打开或新建一个word文档2、按 fn + option + F11 键,会弹出一个【项目】窗口,选中Normal, 双击[模块], 修改为125Sub AutoOpen() ActiveWindow.ActivePane.View.Zoom.Percentage = 125 End Sub... 阅读全文
posted @ 2015-01-15 16:46 galoishelley 阅读(709) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页