由买买提看人间百态

topics

全部话题 - 话题: lst
首页 上页 1 2 3 4 5 6 下页 末页 (共6页)
H*****1
发帖数: 4815
1
来自主题: Linux版 - ubuntu关机的问题
关机看起来一切正常,只是退出后不能关掉电源
前几天升级了kernel到9.04开始出现这个问题的
在 /etc/modules 和 /boot/grub/menu.lst 里
都添加了关于power_off的设置,还是不好用
请教问题原因和解决办法
谢谢!
btw,我是用wubi装的ubuntu
E*V
发帖数: 17544
2
/boot/grub/menu.lst
or /boot/grub/grub.conf
y****6
发帖数: 75
3
Newly installed 9.10. Then there is no way you can change the boot menu. No
menu.lst found under boot directory as before. And no way to change the dual
monitor (insufficient authority to write x11.conf file). Ridiculous.
T*******x
发帖数: 8565
4
来自主题: Linux版 - 一个简单的ubuntu问题,求助
好像是因为在C:\ubuntu\disks\boot\grub目录下应该有一个menu.lst文件,
里面是boot menu。我的那个目录下没有这个文件。这怎么办?
请大家指点。谢谢。
S****t
发帖数: 1319
5
解决了。
因为更新的时候没有更新menu.lst
改了以后就OK了。
k****r
发帖数: 176
6
f1和f7是桌面,f2到f6是字符终端,我觉得ctrl+alt+f2(f3,...,f6)应该会响应
如果ctrl+alt+f2(f3,...,f6)没响应,可以尝试热启动后做以下改动
sudo gedit /boot/grub/menu.lst
找到你的启动那行里的貌似这样的
kernel/boot/vmlinuz-2.6.22-14-genericroot=UUID=57a636dd-247d-4dac-ba$
把这行后面的vga=792去掉

包括
N****w
发帖数: 21578
7
用 grub for dos 可以
脚本放在启动的 OS 里,启动完了改 menu.lst 里的默认选择
z********0
发帖数: 9013
8
seems doable
from some website:
First, run VBoxManage internalcommands. The actual internal command you need
is createrawvmdk, but the syntax is described in the help text generated by
that command, so I won't repeat it here.
Once you've created the raw .vmdk, you need to go to the Virtual Media
Manager inside VirtualBox and add it.
You will then probably need to boot off your Debian CD/DVD in rescue mode,
so you can adjust the /etc/fstab and /boot/grub/menu.lst (or /boot/grub/grub
.cfg) appropr... 阅读全帖
X*V
发帖数: 1431
9
grub.conf有得叫做
menu.lst吧
v****x
发帖数: 498
10
/boot/grub/menu.lst
h****a
发帖数: 70
11
来自主题: Linux版 - \!* 的作用是什么?
发现aliases(从别人那里copy的)里多处使用了\!*,比如
alias del 'rm -f \!*'
alias lst 'ls -lt \!* | more'
这里的\!*是做什么用的?
d*****o
发帖数: 310
12
在一块硬盘上先后装了Ubuntu和Debian,启动只有Ubuntu的选项。
我是把一块硬盘先分一部分不用,留给Debian安装;启动Grub都装在默认的Master下。
因为是两个版本不同的系统,都是仿真要求的。
请教谁能帮忙给点提示?
譬如如何加载Debian,或者其他。
谢谢!
在网上找到很多方法,可是都不适用。譬如,ubuntu的/boot/grub/grub.conf下就没有
title这些选项,grub下也没有menu.lst这个文件
t*********u
发帖数: 26311
13
来自主题: Linux版 - 问一个grub2的问题
我用 apt-get升级了kernel
kernel自动把 menu.lst给 update了
但是开机的gui的 grub2的 选项没有 grub.cfg里面 也没有
该怎么解决 ?
c*********v
发帖数: 35
14
我按照这个网友 (http://www.linuxsight.com/blog/2910 ) 介绍的Windows7硬盘安装Ubuntu11.10的步骤,一步一步地完成,除了将menu.lst里面的所有的hd0,0都改成hd0,1(因为我的C盘不是hd0,0,它前面还有个200M的隐藏分区)以及ISO的文件名改成我自己的镜像文件的文件名,其他步骤和网页上介绍的完全一样。然后sudo umount -l /isodevice也在terminal里敲过了。然后把无线网络也都设置好了。这时点继续,进入到决定分区的关键步骤时,我看到的却和网页上的不一样。我的界面说“这台计算机似乎没有安装操作系统”,下面只有两个选项。第一个就是清除整个磁盘,第二个是其他选项。我点其他选项后,安装类型的列表中显示的就是一个没有任何分区历史的硬盘/dev/sda。很显然,Ubuntu并没有认出已经存在的Win7操作系统,当然它在界面中很谦虚地用了“似乎”两个字。
我在尝试这个硬盘安装的方法之前,曾经刻录了一张安装盘。经历了同样的一幕——这
台计算机似乎没有安装操作系统。我真是无语了。我的笔记本电脑安装的是Windo... 阅读全帖
G*****s
发帖数: 27
15
来自主题: Programming版 - 这个题目能否半小时完成coding?
- 完全不考虑效率的情形下, 用 sbcl[0], 递归实现 DFS, 15分钟搞定[1];
- 不过这样遇到稍为大一点的字典[2]就会被指数增长挤爆.
- 加了一点简单的 heuristic 和优化后, 还是找到了答案[3].
- 若要找最短路径, 还得用 BFS 或 iterative deepening[4].
结果:
("study" "studs" "stuns" "shuns" "shuls" "sauls" "cauls" "cauld" "could"
"would" "world")
[0] http://sbcl.sourceforge.net/
[1] http://paste.lisp.org/display/112017
[2] http://addagram.mytestbench.com/WORD.LST
[3] http://paste.lisp.org/display/112017#1
[4] http://paste.lisp.org/display/112017#2
G*****s
发帖数: 27
16
来自主题: Programming版 - 这个题目能否半小时完成coding?
- 完全不考虑效率的情形下, 用 sbcl[0], 递归实现 DFS, 15分钟搞定[1];
- 不过这样遇到稍为大一点的字典[2]就会被指数增长挤爆.
- 加了一点简单的 heuristic 和优化后, 还是找到了答案[3].
- 若要找最短路径, 还得用 BFS 或 iterative deepening[4].
结果:
("study" "studs" "stuns" "shuns" "shuls" "sauls" "cauls" "cauld" "could"
"would" "world")
[0] http://sbcl.sourceforge.net/
[1] http://paste.lisp.org/display/112017
[2] http://addagram.mytestbench.com/WORD.LST
[3] http://paste.lisp.org/display/112017#1
[4] http://paste.lisp.org/display/112017#2
x*******a
发帖数: 11067
17
想法很简单,就是写一个程序用所有机器上的processor来跑同一个模型。模型的输入文
件不一样,结果也就不一样。不同的输入文件在不同的文件夹下面。
我的程序如下(是Fortran的),第一次跑了没问题,但是再跑一次,就出现了这样的错
误信息:
"The process cannot access the file because it is being used by another
process".
请问这个问题是怎么产生的,怎么解决呢?
谢谢!
!--------------------------------------------
program ompHelloWorld
use omp_lib
integer NTHREADS, TID,
!$OMP PARALLEL PRIVATE(TID), SHARED(NTHREADS)
TID = OMP_GET_THREAD_NUM()
PRINT *, 'Hello World from thread = ', TID
CALL RUNMODEL(TID)
!$OMP END PARALLEL
end program om... 阅读全帖
b*******s
发帖数: 5216
18
来自主题: Programming版 - C++确实不适合做大项目
就找个给list 赋值的吧
c++代码还是
for (auto & e : lst)
{
e = 10;
}
D******s
发帖数: 172
19
来自主题: Security版 - 弱女子作揖求助
今天凌晨正在看下载的电影,忽然鼠标自己动起来了,起初我以为鼠标不灵,晃了晃了,
没在意,继续电影中,忽然鼠标到打开菜单,然后打开我的电脑,然后转移到C盘!!!
看的我目瞪口呆!!是什么人远程控制了我的电脑吗?请问我怎么防治这个问题?
拜托各位大侠不吝赐教,作揖作揖,谢过了谢过了。
我装的是诺顿,病毒库是新的,刚才查了查毒记录,看到有:
dcom.exe
cgi.lst
scan1000.exe
是或被隔离,或被left alone的。
请问我该怎么防范别人远处控制,防治坏人恶意攻击呢?
请大家帮帮忙……
st
发帖数: 1685
h****l
发帖数: 7290
21
You can get one at www.download.com
http://download.cnet.com/downloads/0-10112-100-900552.html?tag=st.dl.10112_106_3.lst.td
Also check your mail box :)
N***t
发帖数: 93
22
来自主题: Software版 - Re: 请推荐一个打字练习软件
It is right there, TypingMaster 2001
http://download.cnet.com/downloads/0-1635591-100-1865761.html?tag=st.dl.100
01_103_1.lst.td
a****r
发帖数: 4965
h*****u
发帖数: 30
24
Is it because of the vista? I don't use vista.
It is listed at download.com and there are more than 3000 downloads, none
says there is problem.
http://www.download.com/Keystroke-Logger/3000-2162_4-10656414.html?tag=lst-3
e*******e
发帖数: 812
25
来自主题: Unix版 - 怎麽映射backspace或del?
% /bin/stty erase ^?
/bin/stty: invalid argument `AdobeFnt.lst'
Try `/bin/stty --help' for more information.
it is a linux machine.
b*******t
发帖数: 459
26
来自主题: Windows版 - 把Ghost 2003弄到USB drive上?
suppose i have grub and a ghost.img (floppy image), how to write
the grub menu.lst file? thanks..
s*****t
发帖数: 1994
27
来自主题: Astronomy版 - Astronomy Picture of Day: the Car, the Hole
The Car, the Hole, and the Peekskill Meteorite
Credit & Copyright: Pierre Thomas (LST), ENS Lyon
Explanation: The Peekskill meteor of 1992 was captured on
16 independent videos and then struck a car. Documented as
brighter than the full Moon, the spectacular fireball crossed parts
of several US states during its 40 seconds of glory before
landing in Peekskill, New York. The resulting meteorite,
pictured here, is composed of dense rock and has the size
s*****t
发帖数: 1994
28
The Car, the Hole, and the Peekskill Meteorite
Credit & Copyright: Pierre Thomas (LST), ENS Lyon
Explanation: The Peekskill meteor of 1992 was captured on 16 independent
videos and then struck a car. Documented as brighter than the full Moon, the
spectacular fireball crossed parts of several US states during its 40
seconds of glory before landing in Peekskill, New York. The resulting
meteorite, pictured here, is composed of dense rock and has the size and
mass of an extremely heavy bowling ball.
p****y
发帖数: 23737
29
你查查张先生的背景再看看他的可信度有多高。google:
张启发:
男,1953年12月出生,湖北公安人。博士,教授、博士生导师。现任华中农业大学生命
科学技术学院院长。中国科学院院士,
1976年毕业于华中农学院。
1985年获美国加利福尼亚大学戴维斯分校博士学位
1985-1986: Post-doctoral fellow, University of California, Davis,
California, USA.
1999年当选为中国科学院院士。
2007年当选美国国家科学院外籍院士
社会兼职
中国科学技术协会副主席。
第三世界科学院院士,
美国国家科学院外籍院士
华中农业大学农学系作物遗传育种学科长江学者特聘教授,
生命科学技术学院院长,
作物遗传改良国家重点实验室主任,
美国弗吉尼亚理工学院暨州立大学兼职教授、
美国麦克耐特基金会植物学国际合作计划专家委员会委员

美国洛克菲勒基金会水稻生物技术国际合作计划科学顾问委员会... 阅读全帖
h*******8
发帖数: 11
30
来自主题: Biology版 - 华中农业大学正在招人
做植物或者微生物的可以看一下这个广告。华中农大生科院的实力是很强的,有作物遗
传改良国家重点实验室和农业微生物国家重点实验室。
http://my.aspb.org/networking/apply_now.aspx?view=2&id=214571
Multiple Faculty Positions in Plant Biology and Microbial Biology
Description & Details
The College of Life Science and Technology, HuazhongAgricultural University
http://lst.hzau.edu.cn/ ), invites applications for multiple faculty positions in Plant Biologyor Microbial Biology at the Full or Associate Professor levels. Candidates pursuing innovative research in areas ... 阅读全帖
h*********g
发帖数: 106
31
很有可能,我就看到LST 一下毕业3个。别的学校几年才一个。我们学校3,4年才一个
c*******r
发帖数: 547
32
LST是哪里?
g*****d
发帖数: 210
33
来自主题: EE版 - CIC decimation filter
Hi all,
Lst say a input signal IP with 0~200KHz bw is sampled at fs=16MHz (lets call
it X), then pass through a 1st order CIC decimation filter (R=8, M=1) to
get 2MHz output (lets call it Y).
Let define Δf as shifting the signal to center at f, so
X = IPΔ0 + IPΔ16M + IPΔ32M ...
and sinc is the sinc function without alias
1. What does the Y spectrum now look like ???
Should it be (X* sincΔ0)Δ0 + (X* sincΔ0)Δ2M +(X* sincΔ0)Δ4M ...
or X* sincΔ0 + X* sincΔ2M + X* sincΔ4M ...
2. How
c***d
发帖数: 81
34
来自主题: MedicalCareer版 - CS 哪个辅导班好啊?谢谢拉
I went to NJ的step2CS review 2天班 Strongly recommend.
have friends go to Kaplan 5-day course.
way too expensive and waste a lot of time (first 3 days). Even the lst 2
days, the direct SP contact is not as extensive as NJ的step2CS review 2天班.
I am glad I go to NJ
e****0
发帖数: 678
35
来自主题: MedicalCareer版 - [我的CK笔记]妇产科
Endometrial hyperplasia types. Risk of cancer treatment
simple 1% Cyclic progestin
complex 3% Cyclic progestin
Simple atypical 8% THA or progestins
Complex atypical 29% THA or progestins
• Prolatinoma and hypothyroidism  galactorrhea
• Anesthesia can reduce uterine activity if in the latent phase
• Contraceptive for lactating mother
 Progestin-only oral contraceptive
• Pregnancy luteoma
 African-ameri... 阅读全帖
c**t
发帖数: 316
36
Please join to psycho and mental health aid after the earthquake in Yushu,
Qinghai, China!
(Emergency Notices of IACMSP in April 17, 2010)
Dear members, colleagues and friends,
Here comes the sad news of earthquake from Yushu in Qinghai before we get fully recovered from the "5 • 12" earthquake in Wenchuan, Sichuan and the "8 • 8" hurricane in Taiwan, we have worked for psycho and mental health aid to "1 • 12" earthquake in Haiti.
On 7:49 April 14, 2010 (Beijing LST), the Yus
g******l
发帖数: 35
37
可参考:http://manor.york.ac.uk/htdocs/perpetual/cyl.html (别被勿导,图有些
用)
我的图:http://photos.yahoo.com/bc/goinfall/vwp?.dir=/public&.src=ph&.dnm=Pict
ure+004.jpg&.view=t&.done=http%3a//photos.yahoo.com/bc/goinfall/lst%3f%26.dir=
/public%26.src=ph%26.view=t
将系统简化:(如图I示)
1,用活塞(质量M)和圆柱缸体(长为l)
2,内为真空
3,缸体中心固定在皮带上
4,活塞直径和转轴同为2r, 活塞面积为s
5, 液体密度为ρ
由1,2可知活塞与缸体有两状态:
a. 活塞在缸体底部--一般是在左侧
b. 活塞在缸体口部---一般是在右侧
a,b两状态的转化角度为β(Beita) :如图III。
这样当缸体转到转轴上,且角度α(Alpha) 小于β两活塞的和力矩为逆向 (顺时针), 由
于右侧的活塞力臂更长。这是问题的关键。
功的计算
为保证右侧活塞
o******6
发帖数: 538
38
来自主题: Statistics版 - [合集] about SAS under Unix
☆─────────────────────────────────────☆
axuaner (axuaner) 于 (Fri Feb 27 17:19:53 2009) 提到:
下周要去面试啦,可能会被问到SAS under Unix 的问题.从来没在unix下运行过sas.请
问有什莫好的documentation 可以在这周末恶补一下吗?谢谢.
☆─────────────────────────────────────☆
DaShagen (Unbearable lightness ) 于 (Fri Feb 27 22:15:31 2009) 提到:
nothing much ba
interactive mode
sas -nodms
script mode
sas yoursascode.sas
you will have at least 2 output files. yoursascode.lst and yoursascode.log
s***r
发帖数: 1121
39
来自主题: Statistics版 - SAS help needed: baozi will be given
PROC PRINTTO PRINT='c:\auto.lst' NEW;
By the way, it is the code to run a regression. many error messages coming
out.
b******e
发帖数: 539
40
来自主题: Statistics版 - SAS Output 窗口里的东西怎么编辑?
你没在工作中用过SAS吧?
如果用batch submit,应该是可以编辑.lst文件的。
S******y
发帖数: 1123
41
#StatsGuy 2010-09-17 Python2.6
#Fill in missing data with complementary data
missing = '''
a 1 . 1 3 1
a . 2 1 4 2
a . 4 5 2 8
a 1 5 2 3 .
b . 9 2 3 2
b 5 9 2 4 4
b . 3 . 5 3
c 2 . . . .'''
complete='''
a 1 2 1
a 2 2 2
a 3 4 8
a 1 5 6
b 1 2
b 5 2
b 3 4
c 2 3 4 7'''
NUMBER_OF_VARS = 5
dx={} #map to see which column is missing
d1={} #original missing data set
d2={} #complementary data set
lst = [0 for x in range(NUMBER_OF_VARS)] #0 - good column; 1- bad column for an id
missing_lst = missin
d******9
发帖数: 134
42
来自主题: Statistics版 - 问个关于SAS中title statement的小问题
rt
请问如何让title在.lst ouput中居中?
(我是指相对下面的输出结果居中,不是在整个屏幕居中, 查了半年没找到相应的
option)
d******9
发帖数: 134
43
来自主题: Statistics版 - 问个关于SAS中title statement的小问题
ls, justify=center这个option是将ods到rtf等文档中的title居中的吧? 我只要在.
lst的output中居中, 有没有什么方法?
S******y
发帖数: 1123
44
来自主题: Statistics版 - 有没有人能贡献点UNIX SAS的经验?
I have written some (Shell + SAS sysparm ) batch scripts to view my
SAS data set on Unix.
For example --
If I have a SAS data set called - mytestdat.sas7bdat
I will type the following command on Unix -
> see mytestdat
then I will automatically get a file called _see.lst, which contains
PROC CONTENTS and PROC PRINT (top ten records) output.
Following the same logic, I have developed a number of scripts -
> freq 'mytestdat|loss_year'
to see freq by loss_year variable
> summary 'mytestdat|loss_year... 阅读全帖
A*******s
发帖数: 3942
45
proc printto print="./output.lst";
run;
b*****e
发帖数: 223
46
来自主题: Statistics版 - Unix/Linux scripts for SAS
今天弄了个可以在 terminal 上看 proc print/contents/freq 结果的 scripts
但是写程序中间的 work library 里的数据怎么看呢?batch mode SAS submission 一
结束,work library 就不容易定位回来了吧。还是简单的在 SAS 程序里用 proc
print 再打开 .lst 看?
首页 上页 1 2 3 4 5 6 下页 末页 (共6页)