Redian新闻
>
请教一下做无线通讯的
avatar
请教一下做无线通讯的# EE - 电子工程
h*r
1
I use gnu screen a lot. It is great!
One problem I have with it is that, I often use it from either a desktop or
a laptop, which have different resolution. When I created a screen window
from the desktop (which has higher resolution), and I attach to the session
from my laptop, the texts in the window are out of the right places (显示不
正常, 主要是换行以及emacs窗口边界, BTW, I
use emacs within Gnu screen). I useed ^l to re draw the emacs screen, or ^a
l
to redraw the gnu screen window, neither of them worked.
avatar
c*5
2
For mobile,请教先学IOS还是Android的编程呢?好像Android容易些。
avatar
t*m
3
有个师姐,国内主要是做multi-antenna technologies (including beam-forming,
transmit diversity, and MIMO), OFDM, and LTE system,想来美国读个博士后,请
问整个形势怎么样?博士后职位多么?
谢谢
avatar
i*f
4
if you attach using "-x", I guess this is a feature rather than a problem,
because screens on different machines share the same pseudo terminal.
May be you could try always init the screen from the lower res. machine and
then attach from the higher res. one.
This is what I often did when I want to share the screen with other :)
I also want to know if there's a better way to handle this.

or
session
a
works

【在 h***r 的大作中提到】
: I use gnu screen a lot. It is great!
: One problem I have with it is that, I often use it from either a desktop or
: a laptop, which have different resolution. When I created a screen window
: from the desktop (which has higher resolution), and I attach to the session
: from my laptop, the texts in the window are out of the right places (显示不
: 正常, 主要是换行以及emacs窗口边界, BTW, I
: use emacs within Gnu screen). I useed ^l to re draw the emacs screen, or ^a
: l
: to redraw the gnu screen window, neither of them worked.

avatar
c*e
5
都不错。2个完全不同的编程语言:objective-c, java.
如果你学过java,就用android吧。現在samsung这么红火。

【在 c***5 的大作中提到】
: For mobile,请教先学IOS还是Android的编程呢?好像Android容易些。
avatar
z*n
6
肯定有地方读,不过一个女生还是别趟这浑水了。

【在 t*****m 的大作中提到】
: 有个师姐,国内主要是做multi-antenna technologies (including beam-forming,
: transmit diversity, and MIMO), OFDM, and LTE system,想来美国读个博士后,请
: 问整个形势怎么样?博士后职位多么?
: 谢谢

avatar
E*V
7
ft. what r u guys talking about a
why I don't have the problem a
let me double check

and

【在 i*****f 的大作中提到】
: if you attach using "-x", I guess this is a feature rather than a problem,
: because screens on different machines share the same pseudo terminal.
: May be you could try always init the screen from the lower res. machine and
: then attach from the higher res. one.
: This is what I often did when I want to share the screen with other :)
: I also want to know if there's a better way to handle this.
:
: or
: session
: a

avatar
z*6
8
工作形式不太好去
avatar
E*V
9
for emacs
you can just redefine ctrl to ` in .screenrc
let me
post mine
and give me a baozi

or
session
a
works

【在 h***r 的大作中提到】
: I use gnu screen a lot. It is great!
: One problem I have with it is that, I often use it from either a desktop or
: a laptop, which have different resolution. When I created a screen window
: from the desktop (which has higher resolution), and I attach to the session
: from my laptop, the texts in the window are out of the right places (显示不
: 正常, 主要是换行以及emacs窗口边界, BTW, I
: use emacs within Gnu screen). I useed ^l to re draw the emacs screen, or ^a
: l
: to redraw the gnu screen window, neither of them worked.

avatar
E*V
10
originally copied from qiuxing.
then I added something...
put this in your ~/.screenrc
and restart screen
you will have no problem la
remember now, not ^a,
just use `a
to input `, press ` twice
# An alternative hardstatus to display a bar at the bottom listing the
# windownames and highlighting the current windowname in blue. (This is only
# enabled if there is no hardstatus setting for your terminal)
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G}

【在 E*V 的大作中提到】
: for emacs
: you can just redefine ctrl to ` in .screenrc
: let me
: post mine
: and give me a baozi
:
: or
: session
: a
: works

avatar
i*f
11
hehe
i'm talking about his problem before "BTW"
you are giving the solution of the problem after "BTW"

【在 E*V 的大作中提到】
: ft. what r u guys talking about a
: why I don't have the problem a
: let me double check
:
: and

avatar
E*V
12
I don't have any problem he described before btw a

【在 i*****f 的大作中提到】
: hehe
: i'm talking about his problem before "BTW"
: you are giving the solution of the problem after "BTW"

avatar
h*r
13
我几乎总是emacs screen一起用。
这个BTW很重要。

【在 i*****f 的大作中提到】
: hehe
: i'm talking about his problem before "BTW"
: you are giving the solution of the problem after "BTW"

avatar
h*r
14
I can use ^l or ^a l to redraw the screen.
So redefine ctrl may not be the solution.
I actually have a work-around solution:
on my laptop, make the font size smaller. Now the window looks ok.

【在 E*V 的大作中提到】
: for emacs
: you can just redefine ctrl to ` in .screenrc
: let me
: post mine
: and give me a baozi
:
: or
: session
: a
: works

avatar
h*r
15
my current solution:
on the laptop, reduce the font size.
BTW: Some of you suggested me to always initiate the screen from the low-
resolution machine, but this is not always possible, and it is inconvenient.

or
session
a
works

【在 h***r 的大作中提到】
: I use gnu screen a lot. It is great!
: One problem I have with it is that, I often use it from either a desktop or
: a laptop, which have different resolution. When I created a screen window
: from the desktop (which has higher resolution), and I attach to the session
: from my laptop, the texts in the window are out of the right places (显示不
: 正常, 主要是换行以及emacs窗口边界, BTW, I
: use emacs within Gnu screen). I useed ^l to re draw the emacs screen, or ^a
: l
: to redraw the gnu screen window, neither of them worked.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。