由买买提看人间百态

topics

全部话题 - 话题: initialze
(共0页)
b*******t
发帖数: 56
1
来自主题: Database版 - Oracle down
After reboot our Solaris server, I have restart the oracle, but whenever I
want to use sqlplus, it gives me this error message:
Message file spl.msb not found
Error 6 initialzing SQL*PLUS
Please help. Ge Wei Gao Shou
N*D
发帖数: 3641
2
来自主题: Java版 - static object assignment/init ?
我是说:
如果是class fields,it如果是static,必须在class load时initialize一次;如果是
instance,必须在instance initialze时复值一次;
local variable就是随便了,只能一次。
g*********s
发帖数: 1782
3
来自主题: Programming版 - how to statically initialze a mutex in class?
the following code gives me warnings. what does it mean and does it matter?
inclass_mutex.cpp: In constructor ‘X::X(unsigned int)’:
inclass_mutex.cpp:8: warning: extended initializer lists only available with
-std=c++0x or -std=gnu++0x
inclass_mutex.cpp:8: warning: extended initializer lists only available with
-std=c++0x or -std=gnu++0x
#include
class X {
public:
X(unsigned int in_sz = 0): sz (in_sz)
{
buffer = new int[sz];
lock = PTHREAD_MUTEX_INITIALIZER;
... 阅读全帖
t****t
发帖数: 6806
4
来自主题: Programming版 - how to statically initialze a mutex in class?
that macro (PTHREAD_....blahblah) is in the form of {....}. for c++98, you
can only use it in static objects. c++0x allow you to do it for auto objects.

with
with
g*********s
发帖数: 1782
5
来自主题: Programming版 - how to statically initialze a mutex in class?
thx!

you
objects.
l****n
发帖数: 12
6
来自主题: Unix版 - help me!
Sun Ultra 1 Solaris 2.6
引导过程中出错,没办法进入Solaris系统!
出落情况:
Configuring network interfaces:le0.
RPC: Timed out
RE-trying host configuration....
RPC: Timed out
RE-trying host configuration....
RPC: Timed out
RE-trying host configuration....
RPC: Timed out
RE-trying host configuration....
屏幕一直出现该信息,进行不下去!
在ok状态下test net为:
ok test net
Using AUI Ethernet Interface
Internal loopback test -- Ethernet chip initialzation
failed
Using TP Ethernet Interface
Internal loopback test -- Ethernet chip initi
(共0页)