
翻译
ccmedu
这个作者很懒,什么都没留下…
展开
-
Is Scala Only for Computer Scientists?
Is Scala Only for Computer Scientists?Scala语言是为了计算机科学家设计的吗?by Bruce Eckel布鲁斯埃克尔 著January 16, 20122012年1月16日SummaryI'm not talking about the early adopters writing obscure code here -- th...翻译 2020-01-03 19:13:33 · 212 阅读 · 0 评论 -
SSH Again
SSH Again再一次写了SSHJan 19, 20162016年1月19日I’ve written a few articles now regarding my SSH setup and my.bashrcand.bash_profilefiles. I think I finally arrived at a configuration that’s good, ...翻译 2019-12-27 20:16:27 · 184 阅读 · 0 评论 -
How You Know
December 20142014年12月I've read Villehardouin's chronicle of the Fourth Crusade at least two times, maybe three. And yet if I had to write down everything I remember from it, I doubt it would amount ...翻译 2019-12-20 19:19:44 · 237 阅读 · 0 评论 -
Write Like You Talk
http://www.paulgraham.com/talk.htmlOctober 20152015年10月Here's a simple trick for getting more people to read what you write: write in spoken language.这里有一些简单的技巧用于让更多的人去阅读你所写的文章:用口语去写Somethi...翻译 2020-01-13 16:35:27 · 373 阅读 · 0 评论 -
Smartphones Are Now Control Hubs for Personal Service Robots
Smartphones Are Now Control Hubs for Personal Service Robots智能手机现在是个人服务机器人的控制中心The next decade will see huge strides in artificial intelligence and connectivity, supported by the internet of thing...翻译 2019-12-06 19:45:37 · 585 阅读 · 0 评论 -
Life is short(人生如此短暂)
January 20162016年1月Life is short, as everyone knows. When I was a kid I used to wonder about this. Is life actually short, or are we really complaining about its finiteness? Would we be just as lik...翻译 2019-11-29 15:17:34 · 3527 阅读 · 0 评论 -
Open Letter to the Linux Foundation
Open Letter to the Linux Foundation致Linux基金会的公开信08 November 201920191108To: The Linux Foundation致:Linux基金会Jim Zemlin: Executive DirectorJim Zemlin:执行董事Angela Brown: VP of Events安吉拉·布朗:...翻译 2019-11-22 19:07:36 · 200 阅读 · 0 评论 -
How to Make Time to Read
How to Make Time to Read如何挤出时间阅读If you identify as a book lover but haven’t read a book in a year, something has gone wrong如果你觉得自己是一个读书爱好者但是已经一年没有读书了,则说明某些事做错了。Laura Vanderkam, the time manage...翻译 2019-11-08 15:31:44 · 388 阅读 · 0 评论 -
Java Abstract Class What Is It Good For?
Java Abstract Class What Is It Good For?java 抽象类有什么有点?The Java abstract class eludes many Java developers. Let’s learn what it does for us and how to use it.java抽象类使得很多java开发人员都很想逃避,让我们学习它对我们有什么...翻译 2019-11-01 23:54:39 · 196 阅读 · 0 评论 -
These are the best free courses to help you learn Java 8 and Java 9
These are the best free courses to help you learn Java 8 and Java 9这些是帮助你学习Java 8和Java 9的最佳 免费课程After the introduction of the six-month release cycle on Java 10, it’s very difficult to keep up wit...翻译 2019-10-25 19:19:16 · 865 阅读 · 0 评论 -
Deploying Spring Boot Applicationsbuild
Deploying Spring Boot Applications部署springboot的应用程序Spring Boot applications can be deployed into production systems with various methods. In this article, we will go through step by step deploymen...翻译 2019-10-19 00:00:29 · 199 阅读 · 0 评论 -
Free Medical Data
https://eklitzke.org/free-medical-dataFree Medical Data免费医疗数据Mar 14, 20162016年3月14日A lot has been made over “free” software—what it is, how it’s different from “open source” software, the...翻译 2019-10-13 00:50:59 · 282 阅读 · 0 评论 -
How Java thread maps to OS thread?
Java 线程是如何映射到操作系统线程中的呢?Unmesh JoshiFollowDec 30, 2017 · 3 min readJVM thread maps to OS thread is a commonly read statement. But what does it really mean?. We create Thread object in jav...翻译 2019-08-02 22:25:48 · 250 阅读 · 0 评论 -
How to Start Working With Lambda Expressions in Java
How to Start Working With Lambda Expressions in Java如何开始使用Java中的Lambda表达式Before Lambda expressions support was added by JDK 8, I’d only used examples of them in languages like C# and C++....翻译 2019-08-09 19:53:46 · 196 阅读 · 0 评论 -
Building a Spring Boot REST API — Part 1: Setting Up the Application
A few days ago, I was having a conversation with a colleague who is working on a web project usingSpring BootandHibernate.几天前,我和一个正在使用Springboot 和hibernate 开发项目的同事进行交谈。I was amazed that someone...翻译 2019-08-23 19:44:34 · 278 阅读 · 0 评论 -
Java: Simple Factory Pattern
A Creational Design Pattern创意设计模式DefinedSimple factory generates an instance of an object/service for client without exposing any implementation to the client.In OOP, a factory is an object for cr...翻译 2019-08-16 19:26:37 · 140 阅读 · 0 评论 -
Announcing Stack Overflow for Teams
Hey, we have a new thing for you today!嗨,我们今天有个新东西要分享Today’s new thing is calledStack Overflow for Teams. It lets you set up a private place on Stack Overflow where you can ask questions that wil...翻译 2019-08-31 01:18:16 · 324 阅读 · 0 评论 -
Unix System Call Timeouts
Unix System Call TimeoutsUnix系统调用超时Mar 12, 2017 2017年三月12日Recently I was writing some code where I wanted to wait for a child process, and I wanted the wait call to have a timeout. The use ca...翻译 2019-09-06 20:30:20 · 206 阅读 · 0 评论 -
Running Build Commands Nicely
Running Build Commands Nicely很好的运行构建命令Mar 30, 2019 2019年3月30日All Unix systems come with anicecommand that runs a program with a modified “niceness” value. This niceness value is used as a sch...翻译 2019-09-12 20:49:35 · 285 阅读 · 0 评论 -
Using gpg-agent Effectively
Usinggpg-agentEffectivel有效的使用gpg代理Mar 26, 20182018年3月26日I’ve used GnuPG (or “GPG”) for years now, but until recently I had never bothered setting upgpg-agent. I’ve just never needed it. The...翻译 2019-09-27 20:17:13 · 406 阅读 · 0 评论 -
REST API: Java Spring Boot and MongoDB
REST API: Java Spring Boot and MongoDB第一次做翻译的如果有没翻译准确的欢迎指出,Typora上面编辑的文章移植到优快云格式就有很多问题,如有需要可以到我的优快云下载中下载(https://download.youkuaiyun.com/download/ccmedu/11442425)或者直接邮箱艾特我本人。作者是:Thomas GleasonREST A...翻译 2019-07-28 22:54:35 · 410 阅读 · 0 评论