結了就結了

<feed xmlns="http://www.w3.org/2005/Atom">

<title type="text">博客园_YY哥的技术随笔</title>

<subtitle type="text">——关注Linux、数据库和云计算</subtitle>

<id>uuid:81dd3621-4002-4d2f-818c-b9b6db4f1f59;id=890</id>

<updated>2014-11-02T16:17:13Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<generator>feed.cnblogs.com</generator>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4070300.html</id>

<title type="text">在github上写博客 - YY哥</title>

<summary type="text">在github上写博客</summary>

<published>2014-11-02T16:09:00Z</published>

<updated>2014-11-02T16:09:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4070300.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4070300.html"/>

<content type="html">

在github上写博客<img src="http://counter.cnblogs.com/blog/rss/4070300" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4070300.html" target="_blank">在github上写博客</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4025070.html</id>

<title type="text">从veth看虚拟网络设备的qdisc - YY哥</title>

<summary type="text">

前段时间在测试docker的网络性能的时候,发现了一个veth的性能问题,后来给docker官方提交了一个PR,引起了一些讨论。再后来,RedHat的网络专家Jesper Brouer 出来详细的讨论了一下这个问题。

</summary>

<published>2014-10-14T11:45:00Z</published>

<updated>2014-10-14T11:45:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4025070.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4025070.html"/>

<content type="html">

前段时间在测试docker的网络性能的时候,发现了一个veth的性能问题,后来给docker官方提交了一个PR,引起了一些讨论。再后来,RedHat的网络专家Jesper Brouer 出来详细的讨论了一下这个问题。<img src="http://counter.cnblogs.com/blog/rss/4025070" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4025070.html" target="_blank">从veth看虚拟网络设备的qdisc</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4007126.html</id>

<title type="text">深入学习golang(5)—接口 - YY哥</title>

<summary type="text">

如果说goroutine和channel是Go并发的两大基石,那么接口是Go语言编程中数据类型的关键。在Go语言的实际编程中,几乎所有的数据结构都围绕接口展开,接口是Go语言中所有数据结构的核心。

</summary>

<published>2014-10-05T08:33:00Z</published>

<updated>2014-10-05T08:33:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4007126.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4007126.html"/>

<content type="html">

如果说goroutine和channel是Go并发的两大基石,那么接口是Go语言编程中数据类型的关键。在Go语言的实际编程中,几乎所有的数据结构都围绕接口展开,接口是Go语言中所有数据结构的核心。<img src="http://counter.cnblogs.com/blog/rss/4007126" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4007126.html" target="_blank">深入学习golang(5)—接口</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4004889.html</id>

<title type="text">深入学习golang(4)—new与make - YY哥</title>

<summary type="text">

Go语言中的内建函数new和make是两个用于内存分配的原语(allocation primitives)。对于初学者,这两者的区别也挺容易让人迷糊的。简单的说,new只分配内存,make用于slice,map,和channel的初始化。

</summary>

<published>2014-10-03T04:54:00Z</published>

<updated>2014-10-03T04:54:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4004889.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4004889.html"/>

<content type="html">

Go语言中的内建函数new和make是两个用于内存分配的原语(allocation primitives)。对于初学者,这两者的区别也挺容易让人迷糊的。简单的说,new只分配内存,make用于slice,map,和channel的初始化。<img src="http://counter.cnblogs.com/blog/rss/4004889" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4004889.html" target="_blank">深入学习golang(4)—new与make</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4004642.html</id>

<title type="text">深入学习golang(3)—类型方法 - YY哥</title>

<summary type="text">

在Go语言中,我们可以给任何类型(包括内置类型,但不包括指针和接口)定义方法,这又是Go语言的一大特色。

</summary>

<published>2014-10-02T16:13:00Z</published>

<updated>2014-10-02T16:13:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4004642.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4004642.html"/>

<content type="html">

在Go语言中,我们可以给任何类型(包括内置类型,但不包括指针和接口)定义方法,这又是Go语言的一大特色。<img src="http://counter.cnblogs.com/blog/rss/4004642" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4004642.html" target="_blank">深入学习golang(3)—类型方法</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4003729.html</id>

<title type="text">深入学习golang(2)—channel - YY哥</title>

<summary type="text">

“网络,并发”是Go语言的两大feature。Go语言号称“互联网的C语言”,与使用传统的C语言相比,写一个Server所使用的代码更少,也更简单。写一个Server除了网络,另外就是并发,相对python等其它语言,Go对并发支持使得它有更好的性能。Goroutine和channel是Go在“并发”方面两个核心feature。

</summary>

<published>2014-10-01T16:05:00Z</published>

<updated>2014-10-01T16:05:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4003729.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4003729.html"/>

<content type="html">

“网络,并发”是Go语言的两大feature。Go语言号称“互联网的C语言”,与使用传统的C语言相比,写一个Server所使用的代码更少,也更简单。写一个Server除了网络,另外就是并发,相对python等其它语言,Go对并发支持使得它有更好的性能。Goroutine和channel是Go在“并发”方面两个核心feature。<img src="http://counter.cnblogs.com/blog/rss/4003729" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4003729.html" target="_blank">深入学习golang(2)—channel</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/4002707.html</id>

<title type="text">深入学习golang(1)—数组与切片 - YY哥</title>

<summary type="text">理解go语言中的数组与切片</summary>

<published>2014-09-30T13:27:00Z</published>

<updated>2014-09-30T13:27:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/4002707.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/4002707.html"/>

<content type="html">

理解go语言中的数组与切片<img src="http://counter.cnblogs.com/blog/rss/4002707" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/4002707.html" target="_blank">深入学习golang(1)—数组与切片</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/3993712.html</id>

<title type="text">Docker实践(6)—CentOS7上部署Kubernetes - YY哥</title>

<summary type="text">CentOS7上部署Kubernetes</summary>

<published>2014-09-25T13:07:00Z</published>

<updated>2014-09-25T13:07:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/3993712.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/3993712.html"/>

<content type="html">

CentOS7上部署Kubernetes<img src="http://counter.cnblogs.com/blog/rss/3993712" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/3993712.html" target="_blank">Docker实践(6)—CentOS7上部署Kubernetes</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/3986640.html</id>

<title type="text">CoreOS实践(2)—在coreos上安装Kubernetes - YY哥</title>

<summary type="text">CoreOS实践(2)—在coreos上安装Kubernetes</summary>

<published>2014-09-22T12:06:00Z</published>

<updated>2014-09-22T12:06:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/3986640.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/3986640.html"/>

<content type="html">

CoreOS实践(2)—在coreos上安装Kubernetes<img src="http://counter.cnblogs.com/blog/rss/3986640" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/3986640.html" target="_blank">CoreOS实践(2)—在coreos上安装Kubernetes</a>,转载请注明。</p>

</content>

</entry>

<entry>

<id>http://www.cnblogs.com/hustcat/p/3980244.html</id>

<title type="text">Docker实践(5)—资源隔离 - YY哥</title>

<summary type="text">Docker实践(5)—资源隔离</summary>

<published>2014-09-18T14:41:00Z</published>

<updated>2014-09-18T14:41:00Z</updated>

<author>

<name>YY哥</name>

<uri>http://www.cnblogs.com/hustcat/</uri>

</author>

<link rel="alternate" href="http://www.cnblogs.com/hustcat/p/3980244.html"/>

<link rel="alternate" type="text/html" href="http://www.cnblogs.com/hustcat/p/3980244.html"/>

<content type="html">

Docker实践(5)—资源隔离<img src="http://counter.cnblogs.com/blog/rss/3980244" width="1" height="1" /><br/><p>本文链接:<a href="http://www.cnblogs.com/hustcat/p/3980244.html" target="_blank">Docker实践(5)—资源隔离</a>,转载请注明。</p>

</content>

</entry>

</feed>

时间: 2024-10-18 20:08:43

結了就結了的相关文章

一切事情的發生,都是會將能「完整你」那最好的結果帶給你。

禅 (1)無論你遇見誰,他都是對的人. 問題是,當人出現的當下,你能知覺到嗎? (2)無論發生什麼事,那都是唯一會發生的事. 問題是,當事發生的當下,你能知覺到嗎? (3)不管事情開始於哪個時刻,都是對的時刻. 問題是,你能於當時知覺到,並說『YES』面對嗎? (4)已經結束的,就已經結束了! 問題就出在,你能讓已經結束的結束而不追憶.留戀嗎? 原文地址:https://www.cnblogs.com/wanghui626/p/10657918.html

MSSQL 查找子結節與父節點

-->Title:Generating test data -->Author:wufeng4552 -->Date :2009-09-30 08:52:38 set nocount on if object_id('tb','U')is not null drop table tb go create table tb(ID int, ParentID int) insert into tb select 1,0 insert into tb select 2,1 insert int

老男孩老師課程學習筆記----第一階段Linux命令行總結

~相信自己,勤奮努力,不斷總結!~ 1.mkdir make directorys 創建目錄   例子: mkdir /data 在根/下創建data目錄   -p 遞歸創建目錄 例子: [[email protected] /]# mkdir -p /oldboy/test/a/b/c/d   (-p 遞歸創建目錄) [[email protected] /]# tree /oldboy/(如果tree沒有,可以yum install tree -y) /oldboy/ └── test   

ORACLE字符拆分函數,返回結果集

ORACLE不能像MSSQL那樣支持直接返回表類型,所以要先創建一種自定義類型.這裏用到的是嵌套表(Nested Table). -- Nested Table CREATE OR REPLACE TYPE split_str IS TABLE OF VARCHAR(100); / -- Function CREATE OR REPLACE FUNCTION fn_Split ( p_Str VARCHAR2, p_Delimiter VARCHAR2 ) RETURN split_str PI

SQL模擬死結產生

引用自:http://jengting.blogspot.tw/2012/06/sql.html 根據 MSDN 將死結數量降至最低 裡的圖型模擬死結產生 ~~ 在 SSMS 內開啟兩個 T-SQL 查詢(兩個執行緒),利用下面語法來執行,請先執行 T-SQL 查詢 1,再執行 T-SQL 查詢 2. 步驟簡易說明: Step 1:建立一個 T-SQL 查詢 1,開啟一個交易,並進行更新 Supplier 資料 Step 2:建立另一個 T-SQL 查詢 2,開啟一個交易,並進行更新 Part

[原] XAF ListView 凍結列

using System; using System.ComponentModel; using System.Collections.Generic; using System.Diagnostics; using System.Text; using DevExpress.ExpressApp; using DevExpress.ExpressApp.Actions; using DevExpress.Persistent.Base; using DevExpress.ExpressApp.

Bentley.RAM.Concept.V8i.SS9.v05.02.00.21.Win32_64 2CD土木結構分析

Bentley.RAM.Concept.V8i.SS9.v05.02.00.21.Win32_64 2CD土木結構分析Bentley OpenPlant Isometric Manager V8i (SELECTSeries 5) 08.11.09.404\Bentley.RAM.Structural.System.V8i.v14.06.02.00.Win32_64 1CDBentley Staad.Pro v8i (20.07.04.12) 1CDBentley.Architecture.Da

2015國際初中科學奧林匹克 – 香港選拔賽 (比賽結果)

2015國際初中科學奧林匹克 – 香港選拔賽 (比賽結果) http://www.hkage.org.hk/b5/competitions/detail/117 比賽結果 比賽結果.頒獎典禮及培訓安排 報名 所有關於2015國際初中科學奧林匹克 – 香港選拔賽的資料可於以下連結下載. (須經學校提名報名) 國際初中科學奧林匹克 – 香港選拔賽簡介 比賽詳情及規則 網上報名平台 國際初中科學奧林匹克– 香港選拔賽模擬試題 國際初中科學奧林匹克比賽範圍 國際初中科學奧林匹克歷屆題目 教育局通函

DB2常用函數總結

最近用DB2,数据库之间的差异还是很大的,好多函数都不一样 1.去空格 *DB2中:Ltrim()是去左边空格,rtrim()是去右边空格.*informix中:trim()就是去空格.用法:例:string a="  abc  ";     *DB2中:Ltrim(a)="abc  ";rtrim(a)="  abc",rtrim(ltrim(a))="abc";     *informix中:trim(a)="a