码迷,mamicode.com
首页 >  
搜索关键字:steve jobs    ( 964个结果
这些年我们一起搞过的持续集成~Jenkins+Perl and Shell script
这些年我们一起搞过的持续集成~Jenkins+Perl and Shell script   部门用持续集成已经很久了,但其实使用起来还是很麻烦的,每当要给一个新项目set up持续集成的环境,虽然是Copy一些现有的jobs, 但是许多参数,变量需要去改,然后还有...
分类:系统相关   时间:2015-04-01 11:26:27    阅读次数:206
flex 字符串与base64 转换
/*Base64 - 1.1.0Copyright (c) 2006 Steve WebsterPermission is hereby granted, free of charge, to any person obtaining a copy ofthis software and assoc...
分类:其他好文   时间:2015-03-30 22:29:11    阅读次数:161
The Clean Architecture
原文链接:The Clean Architecture译者:zimoguo 校对者:Mr.Simple 在过去的几年中,我们已经看到了关于系统框架的一些想法 : Hexagonal Architecture(六角架构)(a.k.a. Ports and Adapters) 这种架构是由Alistair Cockburn提出的,并由Steve Freeman和N...
分类:其他好文   时间:2015-03-30 09:16:06    阅读次数:222
Spark Core Runtime分析: DAGScheduler, TaskScheduler, SchedulerBackend
Spark Runtime里的主要层次分析,梳理Runtime组件和执行流程,DAGSchedulerJob=多个stage,Stage=多个同种task, Task分为ShuffleMapTask和ResultTask,Dependency分为ShuffleDependency和NarrowDependency面向stage的切分,切分依据为宽依赖维护waiting jobs和active job...
分类:其他好文   时间:2015-03-20 18:37:34    阅读次数:3996
linux中ping命令停不下来解决方案
linux的 ping 命令和windows不一样。windows默认只发送四个包的。 你可以使用ping -c 4 [ip/域名]这种方式来实现你想要的。 linux控制台程序一般强制终止都是Ctrl+C。部分使用Ctr+D。倘若是这两种都无法使用的话,需要使用Ctr+Z将当年任务后台化,然后通过jobs 和kill %n命令来强制终止。...
分类:系统相关   时间:2015-03-20 11:03:35    阅读次数:322
Oracle如何查看自己有哪些表
方法1: SQL> select tname from tab wheretabtype='TABLE';  TNAME ------------------------------------------------------------ REGIONS LOCATIONS JOB_HISTORY JOBS EMPLOYEES DEPARTMENTS COUNTRI...
分类:数据库   时间:2015-03-19 18:32:09    阅读次数:168
Google CFO 的辞职信
Google CFO 的辞职信   After nearly 7 years as CFO, I will be retiring from Google to spend more time with my family.  Yeah, I know you've heard that line before.  We give a lot to our jobs.  I certain...
分类:其他好文   时间:2015-03-12 20:55:26    阅读次数:1168
kill 进程卡住,超时kill方法
还是有漏洞 ,万一 working.py未超时, kill_job.sh 会不会杀死别人的进程啊start.sh#!/bin/bashpython working.py &python working.py &python working.py &pids=$(jobs -p)echo $pids....
分类:系统相关   时间:2015-03-10 19:07:24    阅读次数:200
打开eclipse一闪而过,解决方案
查看.log文件,错误日志如下:!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown:解决...
分类:系统相关   时间:2015-03-06 15:30:11    阅读次数:206
linux后台运行和关闭、查看后台任务
linux后台运行和关闭、查看后台任务fg、bg、jobs、&、nohup、ctrl+z、ctrl+c命令一、&加在一个命令的最后,可以把这个命令放到后台执行,如watch -n 10 sh test.sh & #每10s在后台执行一次test.sh脚本二、ctrl + z可以将一个正在前台...
分类:系统相关   时间:2015-03-05 19:22:37    阅读次数:196
964条   上一页 1 ... 81 82 83 84 85 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!