环境:as4 + php5.1.1 +mysql 错误:提示:Fatal error: Function name must be a string in 定义的代码: $db_query = "mysql_query"; $db_fetch_row = "mysql_fetch_row"; $db_fetch_array = "mysql_fetch_array"; $db_num_rows = "mysql_num_rows"; $db_insert_id = "mysql_insert_id"; $db_free_result = "mysql_free_result"; $db_link = $db_pconnect("$db_server","$db_server_user","$db_server_user_passw...
samba server肯定没有问题,所有客户端都能正常访问,就有一win2003不能访问提示"The specified network name is no longer available",我试了下,它在访问任一一个samba时都提示这个错误,好像是这个机器本身有什么问题,有谁知道么? [ 本帖最后由 yuipr 于 2008-5-27 12:00 编辑 ]
目前连接数据库时候出现问题了: [oracle@as3 bin]$ ./sqlplus '/ as sysdba' ERROR: ORA-12162: TNS:net service name is incorrectly specified Enter user-name: oral Enter password: ERROR: ORA-12162: TNS:net service name is incorrectly specified Enter user-name: oral Enter password: ERROR: ORA-12162: TNS:net service name is incorrectly specified 这个怎么个意思的呢?
用 sqlplus "/as sysdba" 登录时,提示:TNS:service name is incorrectly specified,不知道是什么原因?? 谢谢
我是最近在red hat9.0安装第一性原理软件wien2k,经过这两天的研究终于编译通过了,但是在设置./userconfig_lapw时又出现了Variable name must begin with a letter ,和老师一起研究很久都不知道这么回事,之前安装了编译器ifort8.0,icc8.0,mkl9.0…………
我在source 我的cshrc配置文件时提示 Command not found. : Command not found. : Command not found. : Command not found. : Command not found. : Command not found. : Command not found. : Command not found. : Command not found. set: Variable name must begin with a letter. 不知道是什么原因,检查配置文件都是以字母开头的 请求达人帮助
“虚拟列须有显式名称”? select a.name.........,a.x+b.y from a,b into temp tem_ab where'' 请问如何指定临时表的字段名称,如creat temp tem_ab( ) 会覆盖么?
>; lsnrctl start LSNRCTL for Solaris: Version 9.2.0.5.0 - Production on 05-MAR-2005 14:47:05 Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved. Starting /opt/oracle/OraHome1/bin/tnslsnr: please wait... TNSLSNR for Solaris: Version 9.2.0.5.0 - Production System parameter file is /opt/oracle/OraHome1/network/admin/listener.ora Log messages written to /opt/oracle/OraHome1/network...
LAMP环境搭建完毕,测试phpinfo.php成功。 但是加载网站内容index.php时发生错误: Fatal error: Function name must be a string in /usr/local/apache2/htdocs/INC/smarty/sysplugins/smarty_internal_templatebase.php on line 284 于是vim /usr/local/apache2/htdocs/INC/smarty/sysplugins/smarty_internal_templatebase.php 发现第284行是个注释: 274 ^M 275 default:^M 276 ...