随笔分类 -  15_其他(未分类)

摘要:http://www.cnblogs.com/freeflying/p/4599658.html 阅读全文
posted @ 2017-08-10 10:30 跬步者 阅读(137) 评论(0) 推荐(0) 编辑
摘要:以下基于 vm12.0.0 1. 一定要打开虚拟机的 cd设置 2. 然后 cd '/medal/VMware tools ' (注意一定要加 '', 因为VMware tools 有空格) 3. 拷贝信息到/tmp目标 cp //medal/VMware tools/xxxx.tgz /tmp ( 阅读全文
posted @ 2017-01-07 12:08 跬步者 阅读(155) 评论(0) 推荐(0) 编辑
摘要:from: http://www.cnblogs.com/kerrycode/p/3818095.html 写的比较详细,但是vm版本较旧。 2:通过共享文件夹功能 虚拟机VMware提供了在宿主机与虚拟机系统之间交换文件的共享文件夹(Shared Folder)功能。不管虚拟机操作系统是Linux 阅读全文
posted @ 2017-01-07 11:54 跬步者 阅读(951) 评论(0) 推荐(0) 编辑
摘要:转自: http://www.51testing.com/html/38/225738-143732.html 使用vmwar下shared folders功能实现vmware中host与ghost间文件传输,无需任何网络相关设置,不使用任何网络协议,host和ghost可以是 linux和wind 阅读全文
posted @ 2017-01-07 11:31 跬步者 阅读(8087) 评论(0) 推荐(1) 编辑
摘要:http://blog.csdn.net/soachenshui/article/details/49251513 阅读全文
posted @ 2016-12-09 11:58 跬步者 阅读(196) 评论(0) 推荐(0) 编辑
摘要:转自:http://mp.weixin.qq.com/s?__biz=MzI1MzIyMTIxMg==&mid=2247483694&idx=1&sn=4ac5dc5e1285f055ea8c7193ae98fb97&scene=0#wechat_redirect 如何为你的开源项目选择一个合适的开 阅读全文
posted @ 2016-11-21 17:40 跬步者 阅读(437) 评论(0) 推荐(0) 编辑
摘要:http://coolshell.cn/articles/506.html 阅读全文
posted @ 2016-11-15 10:39 跬步者 阅读(151) 评论(0) 推荐(0) 编辑
摘要:个人经验, 所有编码都是预估时间的三倍以上。 1. 需求所依赖的基础代码可能有问题,需要改进。这个改进可能比需求本身预计耗时长得多。 2. 需求有些隐含逻辑设计没有设计好,需要重新设计。 3. 需求依赖了别人的代码或者服务,对方服务却没有好 4. 测试环境,测试数据准备 5. CODE REVIEW 阅读全文
posted @ 2016-11-09 19:55 跬步者 阅读(165) 评论(0) 推荐(0) 编辑
摘要:http://overapi.com/ 阅读全文
posted @ 2016-11-02 20:17 跬步者 阅读(214) 评论(0) 推荐(0) 编辑
摘要:from: http://tech.meituan.com/mq-design.html 阅读全文
posted @ 2016-10-25 18:24 跬步者 阅读(131) 评论(0) 推荐(0) 编辑
摘要:from: http://www.embedu.org/Column/Column28.htm __asm__ __volatile__内嵌汇编用法简述 作者:刘老师,华清远见嵌入式学院高级讲师,ARM ATC授权培训讲师。 __asm__ __volatile__内嵌汇编用法简述 在阅读C/C++ 阅读全文
posted @ 2016-10-25 15:06 跬步者 阅读(12024) 评论(0) 推荐(1) 编辑
摘要:转自:http://www.cnblogs.com/edisonchou/p/5990875.html 备注: 原贴关于github使用说明,非常详细易懂。建议看原帖。 借助GitHub托管你的项目代码 PS:话说自己注册了GitHub都很久了,却没有怎么去弄,现在系统学习一下,也把自己的学习经历总 阅读全文
posted @ 2016-10-25 11:43 跬步者 阅读(185) 评论(0) 推荐(0) 编辑
摘要:http://app.techweb.com.cn/wp/2016-10-24/2418646.shtml 阅读全文
posted @ 2016-10-24 14:24 跬步者 阅读(176) 评论(0) 推荐(0) 编辑
摘要:https://help.github.com/articles/generating-an-ssh-key/ 阅读全文
posted @ 2016-10-23 16:49 跬步者 阅读(363) 评论(0) 推荐(0) 编辑
摘要:http://www.open-open.com/lib/view/open1420704561390.html 阅读全文
posted @ 2016-10-21 22:45 跬步者 阅读(122) 评论(0) 推荐(0) 编辑
摘要:http://fir.im/support 阅读全文
posted @ 2016-10-12 15:18 跬步者 阅读(330) 评论(0) 推荐(0) 编辑
摘要:1. 阮一峰的(简单易懂,实用性佳) http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html http://www.ruanyifeng.com/blog/2014/06/git_remote.html (关于远程的操作说明) 2. 廖 阅读全文
posted @ 2016-10-10 20:53 跬步者 阅读(146) 评论(0) 推荐(0) 编辑
摘要:https://bitbucket.org/ 阅读全文
posted @ 2016-09-18 16:58 跬步者 阅读(115) 评论(0) 推荐(0) 编辑
摘要:转: https://www.ibm.com/developerworks/cn/java/j-lo-funinscala2/ 阅读全文
posted @ 2016-09-13 21:47 跬步者 阅读(171) 评论(0) 推荐(0) 编辑
摘要:git-for-windows.ico 安装无图标的问题 一. 问题表现: 桌面图标与右建菜单图标,所是未知文件的图标, 二. 问题解决: 在shard/git/ copy 一个ico 文件(如git-gui.ico)放到 Git\mingw64\share\git 目录下,并改名为 git-for 阅读全文
posted @ 2016-09-13 18:26 跬步者 阅读(2811) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示