11 2016 档案

摘要:window -> preferences -> java(or c++)-> editor -> matching brackets highight, color改为红色 阅读全文
posted @ 2016-11-30 20:29 跬步者 阅读(3462) 评论(0) 推荐(1) 编辑
摘要:Eclipse 分屏显示同一个文件 场景 : 某个类很大,可能有数千行。当你想要将类开头部分与中间或者靠后的部分进行对比时,请follow如下步骤: Window -> Editor -> Toggle Split Editor (Ctrl + _) 或者 Toggle Split Editor ( 阅读全文
posted @ 2016-11-30 19:20 跬步者 阅读(6620) 评论(0) 推荐(0) 编辑
摘要:GCC,LLVM,Clang编译器对比 转自: http://www.cnblogs.com/qoakzmxncb/archive/2013/04/18/3029105.html 在XCode中,我们经常会看到这些编译选项(如下图),有些人可能会有些茫然,本文将对GCC4.2、LLVM GCC 4. 阅读全文
posted @ 2016-11-30 12:13 跬步者 阅读(446) 评论(0) 推荐(0) 编辑
摘要:转:http://www.cnblogs.com/lizhenghn/p/3550996.html C++11标准在2011年8月份获得一致通过,这是自1998年后C++语言第一次大修订,对C++语言进行了改进和扩充。随后各编译器厂商都各自实现或部分实现了C++中的特性。 如需查看各编译器对C++1 阅读全文
posted @ 2016-11-30 12:09 跬步者 阅读(28786) 评论(0) 推荐(0) 编辑
摘要:http://eclipse-tools.sourceforge.net/implementors/ I always use this implementors plugin to find all the implementation of an Interface http://eclipse 阅读全文
posted @ 2016-11-30 10:24 跬步者 阅读(259) 评论(0) 推荐(0) 编辑
摘要:在使用Java编写复杂一些的程序时,你会不会常常对一层层的继承关系和一次次方法的调用感到迷惘呢?幸亏我们有了Eclipse这么好的IDE可以帮我们理清头绪--这就要使用Eclipse强大的代码追踪功能。1、用Open Declaration可以查看类、方法和变量的声明。这是最常用的一个功能了,如果在 阅读全文
posted @ 2016-11-30 10:15 跬步者 阅读(699) 评论(0) 推荐(0) 编辑
摘要:1. eclipse代码自动提示设置、如何配置eclipse的代码自动提示功能(同时解决自动补全变量名的问题)? 2. http://www.iteye.com/topic/1120919 [C++] Eclipse CDT代码自动提示 3. http://blog.csdn.net/virus02 阅读全文
posted @ 2016-11-30 10:02 跬步者 阅读(148) 评论(0) 推荐(0) 编辑
摘要:Eclipse调整双击选取的字符颜色背景,如下图所示: 会有二点影响: 1. 编辑页的颜色 2. 右侧滚动条的小提示点的颜色。 阅读全文
posted @ 2016-11-30 09:54 跬步者 阅读(1580) 评论(0) 推荐(0) 编辑
摘要:from: http://iamzhongyong.iteye.com/blog/2240891 系统分布式情况下最终一致性方案梳理 博客分类: 总结 java from: http://iamzhongyong.iteye.com/blog/2240891 系统分布式情况下最终一致性方案梳理 总结 阅读全文
posted @ 2016-11-25 09:46 跬步者 阅读(244) 评论(0) 推荐(0) 编辑
摘要:from: http://blog.jobbole.com/20304/ 分布式系统编程,你到哪一级了? from: http://blog.jobbole.com/20304/ 分布式系统编程,你到哪一级了? 2013/03/31 · 开发 · 函数式编程, 分布式系统, 编程 分享到:53 20 阅读全文
posted @ 2016-11-25 09:44 跬步者 阅读(220) 评论(0) 推荐(0) 编辑
摘要:如题 阅读全文
posted @ 2016-11-24 16:28 跬步者 阅读(1101) 评论(0) 推荐(0) 编辑
摘要:1.下载介质创建工具 https://www.microsoft.com/zh-cn/software-download/windows10 2. 下载iso https://www.microsoft.com/zh-cn/software-download/windows10ISO/?4cd9df 阅读全文
posted @ 2016-11-24 11:21 跬步者 阅读(416) 评论(0) 推荐(0) 编辑
摘要:https://www.ibm.com/developerworks/cn/opensource/os-cn-zookeeper/ https://www.zhihu.com/question/35139415 http://www.cnblogs.com/sharpxiajun/archive/2 阅读全文
posted @ 2016-11-24 09:59 跬步者 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-23 14:34 跬步者 阅读(236) 评论(0) 推荐(0) 编辑
摘要:配置文件的选型: 1. Yaml Yaml规范太复杂, 而且空格对齐的容易出错 2. Json 简洁,但是不能写注释。 3. ini文件做配置, 暂没有发现什么问题 4. Toml Yaml, 还没有试过,应该是个好东东。 阅读全文
posted @ 2016-11-22 17:37 跬步者 阅读(397) 评论(0) 推荐(0) 编辑
摘要:YAML 语言教程 from: http://www.ruanyifeng.com/blog/2016/07/yaml.html 阅读全文
posted @ 2016-11-22 17:26 跬步者 阅读(274) 评论(0) 推荐(0) 编辑
摘要:1. Json-Eclipse-Plugin https://github.com/boothen/Json-Eclipse-Plugin 2. 另外一个JSON Edit工具 https://tfesenko.com/2015/06/24/json-editors-in-eclipse/ 阅读全文
posted @ 2016-11-22 17:04 跬步者 阅读(3392) 评论(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 跬步者 阅读(439) 评论(0) 推荐(0) 编辑
摘要:http://www.devnote.cn/articles/catalog/svn 阅读全文
posted @ 2016-11-21 12:00 跬步者 阅读(247) 评论(0) 推荐(0) 编辑
摘要:https://dzone.com/ 阅读全文
posted @ 2016-11-21 11:54 跬步者 阅读(153) 评论(0) 推荐(0) 编辑
摘要:结论:还是用久经考验的 Subclipse http://www.wkii.org/eclipse-svn-plugins-subclipse-vs-subversive.html 阅读全文
posted @ 2016-11-21 11:41 跬步者 阅读(837) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/JeffreyZhao/archive/2009/05/06/recommended-reading-1.html 阅读全文
posted @ 2016-11-18 11:50 跬步者 阅读(312) 评论(0) 推荐(0) 编辑
摘要:1。下载、安装、运行Windows 7 USB DVD Download Tool; 百度官方下载 http://rj.baidu.com/soft/detail/20458.html 2。点击“Browser”选择安装的Windows 7光盘镜像(ISO); 3。选择使用“USB device”模 阅读全文
posted @ 2016-11-16 22:49 跬步者 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-16 17:09 跬步者 阅读(263) 评论(0) 推荐(0) 编辑
摘要:Eclipse的一个重要功能 2011-07-29 10:20:37 Eclipse的一个重要功能 Eclipse的一个重要功能 标签:java eclipse editor 休闲 职场 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http 阅读全文
posted @ 2016-11-16 15:45 跬步者 阅读(161) 评论(0) 推荐(0) 编辑
摘要:1. 风格下载 http://www.eclipsecolorthemes.org/?view=theme&id=4602 2. 风格的安装与卸载 http://www.cnblogs.com/Yiutto/articles/4680967.html 3. 一个不错的灰VIM的黑色底色方案 http 阅读全文
posted @ 2016-11-16 15:32 跬步者 阅读(232) 评论(0) 推荐(0) 编辑
摘要:总结的很不错,而且有相应的用法,推荐!!! from: http://www.cnblogs.com/yanyansha/archive/2011/08/30/2159265.html 研读代码必须掌握的Eclipse快捷键 1. Ctrl+左键 和F3 这个是大多数人经常用到的,用来查看变量、方法 阅读全文
posted @ 2016-11-16 12:36 跬步者 阅读(188) 评论(0) 推荐(0) 编辑
摘要:http://www.itrus.com.cn/verisignchina/About/aboutitrus/Index.html 阅读全文
posted @ 2016-11-15 15:14 跬步者 阅读(179) 评论(0) 推荐(0) 编辑
摘要:http://marketplace.eclipse.org/content/instasearch 阅读全文
posted @ 2016-11-15 14:30 跬步者 阅读(933) 评论(0) 推荐(0) 编辑
摘要:直接上图: 阅读全文
posted @ 2016-11-15 14:27 跬步者 阅读(1636) 评论(0) 推荐(0) 编辑
摘要:from: http://blog.csdn.net/qq635785620/article/details/8191799 通常的升级,只需要在window->preferences->Install/Update:Proxy Settings中设置一下即可. 而一般的Web Service程序, 阅读全文
posted @ 2016-11-15 11:26 跬步者 阅读(14427) 评论(0) 推荐(0) 编辑
摘要:http://coolshell.cn/articles/506.html 阅读全文
posted @ 2016-11-15 10:39 跬步者 阅读(151) 评论(0) 推荐(0) 编辑
摘要:转自: http://blog.csdn.net/marelin/article/details/17266977 码流 / 码率 / 比特率 / 帧速率 / 分辨率 / 高清 GOP/ 码流 /码率 / 比特率 / 帧速率 / 分辨率 关键帧的周期,也就是两个IDR帧之间的距离,一个帧组的最大帧数 阅读全文
posted @ 2016-11-11 16:13 跬步者 阅读(6937) 评论(0) 推荐(0) 编辑
摘要:评注: 很细节的说明了,svn与eclipse的使用。 Eclipse使用SVN 收藏 老黎 发表于 5年前 阅读 35124 收藏 12 点赞 3 评论 6 评注: 很细节的说明了,svn与eclipse的使用。 Eclipse使用SVN 收藏 老黎 发表于 5年前 阅读 35124 收藏 12 阅读全文
posted @ 2016-11-11 10:03 跬步者 阅读(188) 评论(0) 推荐(0) 编辑
摘要:个人经验, 所有编码都是预估时间的三倍以上。 1. 需求所依赖的基础代码可能有问题,需要改进。这个改进可能比需求本身预计耗时长得多。 2. 需求有些隐含逻辑设计没有设计好,需要重新设计。 3. 需求依赖了别人的代码或者服务,对方服务却没有好 4. 测试环境,测试数据准备 5. CODE REVIEW 阅读全文
posted @ 2016-11-09 19:55 跬步者 阅读(165) 评论(0) 推荐(0) 编辑
摘要:1. 使第一行,不随鼠标滚动 视图 -》 冻结窗格-》冻结首行 阅读全文
posted @ 2016-11-08 15:07 跬步者 阅读(141) 评论(0) 推荐(0) 编辑
摘要:书籍推荐 《移动Web手册》 奇舞团 阅读全文
posted @ 2016-11-04 15:37 跬步者 阅读(182) 评论(0) 推荐(0) 编辑
摘要:http://www.tools138.com/front/resource/java_book.jsp 阅读全文
posted @ 2016-11-03 23:51 跬步者 阅读(218) 评论(0) 推荐(0) 编辑
摘要:1.《MySQL技术内幕:SQL编程》2.《高性能MySQL》3.《MySQL技术内幕》4. mysql技术内幕.innodb存储引擎 阅读全文
posted @ 2016-11-03 23:41 跬步者 阅读(5059) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/yzsind/article/details/6059209 阅读全文
posted @ 2016-11-03 23:31 跬步者 阅读(121) 评论(0) 推荐(0) 编辑
摘要:http://blog.yufeng.info/archives/2581#more-2581 阅读全文
posted @ 2016-11-03 23:30 跬步者 阅读(537) 评论(0) 推荐(0) 编辑
摘要:http://hedengcheng.com/ 专注于 mysql数据库的专家。 阅读全文
posted @ 2016-11-03 23:18 跬步者 阅读(4410) 评论(0) 推荐(0) 编辑
摘要:http://overapi.com/ 阅读全文
posted @ 2016-11-02 20:17 跬步者 阅读(214) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/lhb25/p/metronic-responsive-admin-dashboard-template.html 阅读全文
posted @ 2016-11-02 20:16 跬步者 阅读(206) 评论(0) 推荐(0) 编辑

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