logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

synergy配置 Ubuntu作Server, Win 7作client

Synergy允许你轻松地在你办公桌上多台计算机之间共享你的鼠标和键盘,它免费并且开放源代码。你只要将鼠标(指针)从一台计算机的屏幕边缘移出到另一个屏幕就行了。甚至可以共享你的剪贴板。你所需要的仅仅是一个网络连接。Synergy是跨平台的(可以运行于Windows,Mac OS X和Linux)。下载地址:http://synergy-foss.org/zh-cn/download/?li

pod中state与laststate及kubectl get pod中的status的关联

描述在pod拉起容器失败时,查看pod的json信息中state与lastState关联,以及其与kubectl get pod中STATUS字段的关联。

#k8s
k8s kubelet 主流程图解

k8s 版本:1.3 下图是以前看代码整理出来的。syncPod 本身也是非常复杂的逻辑,关于syncPod的上下游后续再补上。

#k8s
Leetcode_letter-combinations-of-a-phone-number

地址:http://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to l

git与github博客

开始用git的时候,就配置了ssl。那时候git clone时候还没有https和ssl的区别的概念。后来git clone时候都是https的路径,用ssl的话就出错。是因为我的ubuntu的ssh公钥重新生成过。怪不得用https clone下来的代码每次push都要输入用户名和密码,用ssl clone的话就没有这个问题了。下午和晚上的时候捣鼓了一下username.gi

#git
pat basic level 1019

题目地址:http://pat.zju.edu.cn/contests/pat-b-practise/1019Github:https://github.com/kunth/evernote/blob/master/pat_basic_level_1019//Date : 2013-11-05//Author : fibonacci//Note: http://pat.zj

#c++
到底了