童年 早就过了
人间 Je vais.
我的大学 貌似也与原来的意思略不相同 more >>
Setting: The background screen is a corridor of a Hotel. Two environmental wall are used as the wall of corridor and the doors of each room. Monsieur Dupont, the manager of Hotel Prague is talking with Schmidt, a young salesman of Personal Locust Detection Device in front of the door of Room 233. Behind the fake Room 233 door on environmental wall, a Canopy bed locates in the relative center of the space.
At Rise: Two persons talk in the darkness and walk from the back of the stage to the part of stage close to audience. At rise, they just stop at Room 233.
Monsieur Dupont
Écoute, En tant qu’hôtel réputé, nous sommes confiants dans notre travail de nettoyage.
(Monsieur Dupont says in the darkness of the stage,both actors walk from the back of the stage to the front.)
Schmidt
I understand that Monsieur Dupont. But as I mentioned before, the judges of European Sheets Association also use our product.
(Schmidt says in front of the door of Room 233, he has a travel bag in his right hand, there is a puppy head on this bag) more >>
刚刚看到的两条不算新的新闻的想法
一来是如图一所示, 诚然确实有着逆天的项目, 如15的Minority Report, 但是大部分来说, 只能让人叹惋了吧. 而想起这些经费的来源, 就不由得变成了悲愤了.
二来是最近总是有一些竞赛相关的人物传记在朋友圈被转载, 感觉和周围大家都发现自己的年龄的增长而开始尝试抓取一些属于过去的这个年代的人特殊的记忆有关了吧. 而竞赛绝对是这一代学生很重要的记忆的一部分了. more >>
也许是因为要毕业了
也许是因为以为永远不会达到的大学毕业也到了
也许是因为周围永远不会长大的人也长大了
无不散之筵席 只有当事人才有真正的感受
明白为什么有人会要夜夜笙歌 然而一个人静下来就会痛哭流涕 本以为和自己很远 感觉确实看到一个潜在的自我
这个微小的网站挂了也就一瞬间的事情
最近回到了家里
发现重新找回了一切都不会改变的错觉
不经也就获得一些释然
但是对夜晚产生了永远的恐惧
2018 春
现在看看那时候简直就是脑残+无病呻吟
2019 春
Percona-Toolkit is a useful DBA toolkit, one of the most useful tool is pt-table-checksum.
When you try to install Open Source Mano on your Google Cloud Virtual Machine Instance following the Guide on OSM Wiki, you might met the problem of accessing UI, which is running in SO container and only has an local IP to access.
Since Open Source Mano THREE apply the new authentication mechanism, you could not access the login page for UI. The detailed reason is explained in the Wiki:
Please note that in OSM 3, authentication is performed using OpenIDConnect and OAuth2.0.
An identity provider has been added to the platform and provided as a service in the SO container running on port 8009.
This means both the browser and the UI server components (that run on the SO container) need to be able to access the SO container using identical URIs.
In short, the tuple of scheme://location:port needs to be reachable via both the browser accessing the system and the UI server running on the SO container (e.g. https://10.66.202.206:8009 for a sample deployment).
This means that if your SO container is behind a NAT that cannot reach the public address of the host, authentication and authorization will not be possible and you will not be able to proceed using the UI.
To by pass this problem, the principle is make your local machine be able to access the network created by lxd on your Google Cloud Host.
There are multiple ways to do that:
Then you are good to login the UI.
I think this is a bug of OSM-THREE and hope they will fix it soon and then this post will finish its job and retired.
Just find an interesting up-to-date talking about CN2 of China Telecom and How to choose your VPS provider.
Click Here to read the post.
看到一个一篇非常新的介绍中国电信CN2线路的文章,特分享一下。
前两天看到Elon Musk在SXSW上的讲话,引用部分如下:
Life cannot just be about solving one miserable problem after another. That cannot be the only thing. They need to be things that inspire you, that make you glad to wake up in the morning and be part of humanity.
Elon Musk其人,六年前是极度轻视的。认为他想法过于保守,又自诩为理想主义者。然而六年过去了,大概自己成为了保守主义者,居然又开始崇敬起他来。
或者换句话说,六年前太过于幼稚,没有看到差距在哪里,而现在大概是发现了。
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true