小编sta*_*eng的帖子

使用相同的工作目录创建新选项卡会话

通常在工作流程中,您在目录中工作,然后需要创建到同一目录的第二个终端或会话.

TAB 1
#~/home
cd really
#~/home/really
cd long
#~/home/really/long
cd filepath
#~/home/really/long/filepath
node filepath
#session now occupied 

#new TAB
#CTR + T
#~/home
#I want to be in the same filepath 
Run Code Online (Sandbox Code Playgroud)

有什么地方可以做到这一点吗?

iterm iterm2

44
推荐指数
2
解决办法
2万
查看次数

从gdk卡打开URL或调用浏览器

我正在尝试通过玻璃浏览器从卡片中选择一个网址.有没有办法设置或调用它?

我的考试中"获取uri"的Card API用于渲染图像. https://developers.google.com/glass/develop/gdk/reference/com/google/android/glass/app/Card#getImage(int)

google-glass google-gdk

6
推荐指数
1
解决办法
823
查看次数

GKE Ingress 不遵守重写规则

在 Google 容器引擎上运行集群。

希望它尊重重写规则。运行调试回显服务器,它显示它不遵守 kubernetes ingress docs 中记录的 http-rewrite 规则。

在 minikube 上本地工作就好了。realpath尽管重写是在匹配后剥离,但该参数仍然附加了调试。期望/foo/bar/vs /debug/foo/bar.

随附的

网址 + 回复

http://homes.stanzheng.com/debug/foo/bar

CLIENT VALUES:
client_address=10.12.2.1
command=GET
real path=/debug/foo/bar
query=nil
request_version=1.1
request_uri=http://homes.stanzheng.com:8080/debug/foo/bar

SERVER VALUES:
server_version=nginx: 1.10.0 - lua: 10001

HEADERS RECEIVED:
accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
accept-encoding=gzip, deflate
accept-language=en-US,en;q=0.8
connection=Keep-Alive
cookie=__cfduid=dfd6a6d8c2a6b361a3d72e3fc493295441494876880; _ga=GA1.2.5098880.1494876881
host=homes.stanzheng.com
upgrade-insecure-requests=1
user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36
via=1.1 google
x-cloud-trace-context=1586885dcac2d537189444861a8a462c/1232314719683944914
x-forwarded-for=204.154.44.39, 35.190.78.5
x-forwarded-proto=http
BODY:
-no body in request-
Run Code Online (Sandbox Code Playgroud)

kubernetes google-kubernetes-engine

5
推荐指数
1
解决办法
4282
查看次数

将图像居中放置在卡的中央

我试图将图像居中放置在卡片中间。

我尝试应用其他样式(如传统HTML标记)来居中,但到目前为止还算运气。

图片看起来像1 ew

<article class="photo">
   <img src="https://mirror-api-playground.appspot.com/links/filoli-spring-fling.jpg"   style="  width:50%; 
      height:50%; 
      background:url(logo.png) center center no-repeat;">
   <div class="overlay-gradient-tall-dark"></div>
   <section>
      <p class="text-auto-size">Spring Fling Fundraiser at Filoli</p>
   </section>
</article>
Run Code Online (Sandbox Code Playgroud)

https://gist.github.com/stanzheng/8489645

google-glass google-mirror-api

4
推荐指数
1
解决办法
2573
查看次数