由买买提看人间百态

topics

全部话题 - 话题: configure
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
W***o
发帖数: 6519
1
定义一个Configuration类,然后用Gson做marshalling/unmarsjalling, 分分钟就搞定
Z**0
发帖数: 1119
2
./configure --help
i*****r
发帖数: 265
3
export LD_LIBRARY_PATH=path to lib:$LD_LIBRARY_PATH
./configure
s**i
发帖数: 381
4
LD_LIBRARY_PATH=path to lib:$LD_LIBRARY_PATH ./configure
h**i
发帖数: 712
5
最近安装tslib的时候configure总是包括没有几个头文件,可是这些都明明是在/usr/
include和/usr/include/sys,为什么不去系统缺省路径找呢?
a*****i
发帖数: 4391
6
Just run rpm --rebuild. The RPM spec file has how it configures, and it will
run automatically.
r*****r
发帖数: 397
7
来自主题: Programming版 - cvs configuration
Have a question about using cvs. In the tutorial, I need to configure /etc/
inetd.conf, but there is no such a file in that directory. HOw can I do that?
Does cvs have to be installed in a server?Do I need to install Apache first?
t*****t
发帖数: 72
8
来自主题: Programming版 - cvs configuration

?
type "locate inetd.conf" to see if it's in some other places. or alternatively
,
after you setup CVSROOT, and run `cvs init`, try to locate it again. anyway,
you don't really need to configure this file by yourself.
no, you can use it locally, for remote access, generally we use ssh, or if it
is for public usage, use pserver as an anonymous server.
r*****r
发帖数: 397
9
来自主题: Programming版 - cvs configuration
Thank you very much.
I typed "locate inetd.conf"
and there are the lists:
/scratch/librsync-0.9.6/debian/inetd.conf.ex
/usr/share/man/man5/xinetd.conf.5.gz
/etc/xinetd.conf
which is the one?Or I don't need to configure at all?

alternatively
it
t*****t
发帖数: 72
10
来自主题: Programming版 - cvs configuration

Guess it's xinetd.conf. In my case, I never touched that file,
it contains only info about pserver. If you use ssh or local,
I think, you don't have to configure it either.
a*****i
发帖数: 4391
11
I wanna change the linker configure uses from /usr/bin/ld to
/opt/fips/bin/fipsld...
c********e
发帖数: 383
12
google --with-ld for gcc configuration
c********e
发帖数: 383
i**p
发帖数: 902
14
来自主题: Programming版 - Software Configuration Management (转载)
【 以下文字转载自 Working 讨论区 】
发信人: isup (No), 信区: Working
标 题: Software Configuration Management
发信站: BBS 未名空间站 (Wed Aug 27 01:09:41 2008)
Is this job worth to try?
i**p
发帖数: 902
15
来自主题: Programming版 - Software Configuration Management (转载)
using the software to manage the software configurations, unfortunately.

this
p****r
发帖数: 165
16
where to create the macro in compiler configuration, so when compile, it
will only compile part of the code that is defined by the macro? something
like
\D Load_FILE
thanks.
m**h
发帖数: 1
17
来自主题: Security版 - Help: invalid configuration
recently when I turn on my notebook, there is always an error message:
Invalid configuration information- please run setup program.
Time-of-day not set-please run setup program.
strike F1 to continue, F2 to run setup utility.
What is this problem? How to resolve it?
Thanks a lot!
r****y
发帖数: 1437
18
and how to re configure the display mode e.g. 800x600 to
640*480? Thanks in advance.
h**h
发帖数: 132
19
network,
/etc/hosts (ip address), if multiple interfaces, modify host.hme0 etc
/etc/defaultrouter (gateway)
/etc/resolv.conf (DNS)
/etc/nsswitch.conf (if DNS not configured before)
/etc/domainname (if domainname needs to be explicitly specified)
/etc/netmask (if any changes)
the rest should be easy after you have access to network
x**g
发帖数: 40
20
really thanks Layne and Melonm. But I still have some
questions:
1. are there any differences between NIS and DNS. you know,
my boss wants the machine to be a server. now i do have
assisgned IP and domain name. but i don't know whether i
should choose NIS or DNS. is it absolutely in DHCP?
2. i didnot configure this in the process of installation,
so there are any difference between now and that time. in
the process of installation, there are GUI interface and
also test it for me.
thanks Daxia ag
m****m
发帖数: 165
21
There is NO difference whatsoever for configuring networking
during or after installation. Go ahead and you will be
fine.
DNS only takes care of IP<-->Name mapping but NIS has more
maps specificly for Unix environment. For your case, I
guess DNS is a good start.
For Solaris as DHCP client, you will need to modify some
startup thing to get name resolved correctly. If you need
it to be server, I think a fixed IP is a good choice instead
DHCP.
m****m
发帖数: 165
22
No, you don't need DHCP. But you should have your fixed IP
configured in your DNS server, which you put in
/etc/resolv.conf.
m****m
发帖数: 165
23
For solaris, you only need 3 files to setup networking:
1. Put your IP in /etc/hostname.elxl0
2. setup /etc/hosts

3. Put your default router in /etc/defaultrouter.
4. (optional) Check /etc/netmasks for sanity.
Reboot the machine you should be networked.
Then to setup DNS:
1. /etc/resolv.conf
domain yourdomain.com
nameserver 10.16.65.35
2. Configure /etc/nsswitch.conf
ipconfig -a should give your info of your networking. The
card you are using seems like an 3com 9xx PCI car
x**g
发帖数: 40
24
thanks very much, Melonm and Microbe. now i am successfully
installed and networking configuration. thanks again.
d*******t
发帖数: 36
25
来自主题: Unix版 - Solaris LDAP Client configure
How to configure a Solaris 9 as a ldap client for name services. The ldap
server is a linux machine installed Openldap server.
I used the following command:
ldapclient manual -a domainName=dc=mydomain.com \
-a credentialLevel=anonymous \
-a defaultSearchBase=dc=mydomain,dc=com \
-a authenticationMethod=tls:simple \
ldapserverIP
But the system give the following error message:
"/usr/lib/ldap/ldap_cachemgr" returned: 256
Error resetting system.
Recovering ol
p*******g
发帖数: 11
26
来自主题: Unix版 - how to configure .login ???
Hi, how can I configure .login file, so that I can use the up and down arrow
keys to extract the command history? thanks.
s*****r
发帖数: 2
27
来自主题: Windows版 - network card configuration under nt4.0?
Please help me trouble shooting my NIC under nt4.0
When I first installed NT4.0 with the NIC, it was OK.
Then I put the NIC into another PCI slot and the
original configuration was invalid.
I tried to reinstall a network card into the NT system
but could not get it to work. Anybody with experience
in this area help me please.
BTW, my NT4.0 is a server.
M*****t
发帖数: 40
28
Hi, I wrote a very small C++ program in Visual Studio 2005 in Windows XP.
The output file is .EXE file. I ran it in XP without any problems. However,
if I ran this exe in Vista, I got the following error:
"The application has failed to start because its side-by-side configuration
is incorrect. Please see the application even log for more detail."
I googled this problems and got three 3 solutions. However, I do not want
the target marchine to install extra binary (e.g VCRedist_x86.exe).
My questi
m****r
发帖数: 51
29
在IBM R61上重装windows vista, 但系统总说windows could not update the
computer's boot configuration.
请问怎么解决。
d****a
发帖数: 34
30
有哪位牛人能给俺一点儿建议?
比如说,怎么样去做Router configuration?
b********4
发帖数: 5
31
来自主题: EE版 - FPGA I/O configuration
Hello Everyone,
The output of my Altera DE2 board is 3.3V and I want to convert it to a 1.2V
output voltage.
I am wondering if it is possible that anybody can give me some suggestions
about how to implement the open drain I/O configuration to achieve the 1.2V
output voltage?
Thank you very much!
b******e
发帖数: 165
32
Want to buy a desktop for running ANSYS, FEMLAB and MATLAB at home (here damn
cold). Need help as to what configurations I need to choose. P4 2.8-3.2 HT,
1-2GB DDR2, 80-200 GB HDD whatsoever…… What are the major limiting factors
while running these animals? Appreciate any input.
b**e
发帖数: 32
33
来自主题: CellularPlan版 - Huawei 6x H20 APN configuration
用国内带来的原中国移动的华为Hornor 6 plus PE-TL10开通了H20.通话短信都工作。
网络设置不成功。
从H20 self Sim Configuration,能找到这款手机,但是No settings available for
this phone.按照以下网页设置,还是不能上网。
https://apn.gishan.net/settings/877_18_h2o_wireless_apn_settings_for_huawei_
honor_6x.php
求助!还是这款手机不能上H20网?
S*******e
发帖数: 63
34
来自主题: _Auto_Fans版 - 新X5 configurator上线
今天忽然发现BMWUSA上线了新X5的configurator。但貌似还是个初级版,还没搞利索。
比如双轴空气悬架只能在xLine选,50i现在只有宝马的乞丐音响。目前的结论是xLine
太丑,要买只能上M Package
g******y
发帖数: 2517
35
Rubbermaid 4D06 Configurations 23-Inch Foldable Laundry Hamper, Natural, 39%
Off
http://amzn.to/wloQP8
c****t
发帖数: 76
36
跨州搬家,网络服务商由VERIZON换成AT&T,OBI110要重新CONFIGURE还是联上就可以用?
DSL和电话线有关系吗?有人说联OBI110之前要把电话入线断了,这样做网络不会有影
响?
菜鸟问题,请赐教,不胜感激!
d**********o
发帖数: 1321
37
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
最终版本的compiler测试结果
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
scanType.h
makefile
symtab.h
symtab.cpp
emitCode.h
emitCode.cpp
20131214164956-huang-CS445-F13-A5.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
emitCode.cpp: ASCII C++ program text
emitCode.h: ... 阅读全帖
d**********o
发帖数: 1321
38
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
最终版本的compiler测试结果
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
scanType.h
makefile
symtab.h
symtab.cpp
emitCode.h
emitCode.cpp
20131214164956-huang-CS445-F13-A5.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
emitCode.cpp: ASCII C++ program text
emitCode.h: ... 阅读全帖
i*******D
发帖数: 993
39
我这个机器的信息如下。是不是 clock: 200MHz这个就是前端总线?网上说那些名厂
的主板都可以通过刷bios来支持c2d。但是是不是这个compaq的机器即便fsb达到也未必
能支持呢?这个cpu风扇是动态调速的。是不是我可以通过软件超频?据说现在的这个
e2140 1.6g的超频潜力很大。推荐个32bit xp下的好的超频软件吧
vendor: Compaq-Presario
serial: CNX73820C1
width: 64 bits
capabilities: smbios-2.4 dmi-2.4 vsyscall64 vsyscall32
configuration: boot=normal chassis=desktop family=103C_53316J sku=
GV441AA#ABA uuid=60DB6B46-6867-DC11-A856-BA20FD11AB6D
*-core
description: Motherboard
product: Livermore8
ven... 阅读全帖
I*D
发帖数: 40035
40
来自主题: WashingtonDC版 - 诚聘 IT 英才---ZZ
Role Title Description Start Date End Date Status Level From
Level To Standard Role Work Location Role Specialty 1 Level 1
Role Specialty 1 Level 2 Role Specialty 1 Level 3 Role Specialty 1
Level 4 Role Specialty 1 Level 5 Skill & Proficiency
PeopleSoft Administrator This person will be part of a team that supports
a PeopleSoft Financial system with several associated custom applications
and batches using ASP .NET, Hyperion, PL/SQL, SQL, and SQR. This ... 阅读全帖
l*********m
发帖数: 16971
41
来自主题: Automobile版 - 3黄包,求beetle新车的价格.谢谢
TrueCar.com
Your price is protected at these dealerships below.
Take this printed Price Certificate to the dealership and pick up your
vehicle. You're never obligated to make a purchase.
Timmons of Long Beach Price Protection Certificate
Price Protection Certificate H9FLFQ
Certified Icon Timmons of Long Beach — Best Local Price
3940 Cherry Ave, Long Beach, CA 90807
Ask for » Omar Fonseca (562) 595-4601
o***[email protected]

My New Car 2012 Volkswagen Beetle
2dr... 阅读全帖
r*****3
发帖数: 143
42
中文名: IBM DB2 9.7 高级管理指南
原名: IBM DB2 9.7 Advanced Administration Cookbook
作者: Neagu
Pelletier
Prusinski
Jayanty
图书分类: 软件
资源格式: PDF
版本: 文字版
出版社: Packt
书号: 978-1-84968-332-6
发行时间: 2011年
地区: 美国
语言: 英文
简介:
内容简介:
DB2 是 IBM公司研制的一种关系型数据库系统。主要应用于大型应用系统,具有较好的
可伸缩性,可支持从大型机到单用户环境,应用于OS/2、Windows等平台下。 DB2提供
了高层次的数据利用性、完整性、安全性、可恢复性,以及小规模到大规模应用程序的
执行能力,具有与平台无关的基本功能和SQL命令。DB2采用了数据分级技术,能够使大
型机数据很方便地下载到LAN数据库服务器,使得客户机/服务器用户和基于LAN的应用
程序可以访问大型机数据,并使数据库本地化及远程连接透明化。 它以拥有一个非常
完备的查询优化器而著称,其外部连接改善了查询性能,并支持多任务并行查询。 DB2
具... 阅读全帖
c*******n
发帖数: 671
43
谢谢,以下是我的X11/xorg.0.log, 我看不出来什么问题?是的我不应该删lightdm,
不是那个的问题。startx会出现我上面帖子写的Loading extension GLX, fatal
server error: no screen found. 请问我该怎么修复xwindow? 谢谢!
[ 4.113]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 4.113] X Protocol Version 11, Revision 0
[ 4.113] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[ 4.113] Current Operating System: Linux x-ThinkPad-X201 3.5.0-49-generic
#74-Ubuntu SMP Fri May 2 23:28:58 UTC 2014 x86_64
[ 4.113] Kernel command line: BOOT_IM... 阅读全帖
k**********4
发帖数: 16092
44
来自主题: Stock版 - Mega Million 统计学
Game Rules
The numbers picked for the prizes consist of 5 numbers picked at random
from a pool of 56 numbers (the White Numbers). Then a single number (the
Mega Number) is picked from a second pool that has 46 numbers. If the
results of these random number selections match one of the winning
combinations on your lottery ticket, then you win something.
In any combinatorics problem where all possible outcomes are equally
likely, the probability of a successful outcome is determined by findin... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)