返回顶部
首页 > 资讯 > 数据库 >Oracle中出现ORA-00600内部错误代码怎么办
  • 823
分享到

Oracle中出现ORA-00600内部错误代码怎么办

2024-04-02 19:04:59 823人浏览 八月长安
摘要

这篇文章将为大家详细讲解有关oracle中出现ORA-00600内部错误代码怎么办,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。ORA-00600: 内部错误代码, 参数

这篇文章将为大家详细讲解有关oracle中出现ORA-00600内部错误代码怎么办,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

ORA-00600: 内部错误代码, 参数: [4194]或[4193]

数据库版本:Oracle 11.2.0.1.0

数据库服务器操作系统:Windows server 2008

问题现象:alter database open resetlogs;时报错如下

ORA-1092 signalled during: ALTER DATABASE OPEN...

Doing block recovery for file 3 block 261754

No block recovery was needed

Errors in file e:\app\administrator\diag\rdbms\klnew\klnew\trace\klnew_ora_2072.trc  (incident=92624):

ORA-00600:内部错误代码, 参数: [4194], [], [], [], [], [], [], [], [], [], [], []

ORA-01092: ORACLE 实例终止。强制断开连接

ORA-00600: 内部错误代码, 参数: [4194], [], [], [], [], [], [], [], [], [], [], []

Incident details in: e:\app\administrator\diag\rdbms\klnew\klnew\incident\incdir_92624\klnew_ora_2072_i92624.trc

Doing block recovery for file 3 block 261754

No block recovery was needed

No Resource Manager plan active

Errors in file e:\app\administrator\diag\rdbms\klnew\klnew\trace\klnew_smon_3776.trc  (incident=87732):

ORA-00600: internal error code, arguments: [4193], [], [], [], [], [], [], [], [], [], [], []

Incident details in: e:\app\administrator\diag\rdbms\klnew\klnew\incident\incdir_87732\klnew_smon_3776_i87732.trc

Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x66288933] [PC:0x9237D88, kgegpa()+38]

Dump file e:\app\administrator\diag\rdbms\klnew\klnew\trace\alert_klnew.log

解决方案:

1.数据库开启的情况下,重建undotbs,然后重新指定到新undotbs上。
2.未打开情况下,修改undo_management  参数为 manual或者(也有说并且的)提供新的回滚段。

其中:

4193:表示undo和redo不一致(Arg [a] Undo record seq number,Arg [b] Redo record seq number );
4194:表示undo和redo不一致(Arg [a] Maximum Undo record number in Undo block,Arg [b] Undo record number from Redo block)


其中
MOS中查询有关ORA-00600[4194]问题相关信息;

 Oracle中出现ORA-00600内部错误代码怎么办

Oracle中出现ORA-00600内部错误代码怎么办转到底部


修改时间: 2015-11-20 类型: REFERENCE

Oracle中出现ORA-00600内部错误代码怎么办


Note: For additional ORA-600 related  infORMation please read Note:146580.1

 

PURPOSE:           

   This article discusses the internal error "ORA-600 [4194]",  what

   it means and possible actions. The information here is only applicable

   to the versions listed and is provided only for guidance.

 

ERROR:             

 

  Format: ORA-600 [4194] [a]  [b]

 

VERSIONS:          

   versions 6.0 to 12.1

 

DESCRIPTION:

 

  A  mismatch has been detected between Redo records and rollback (Undo)

   records.

 

  We  are validating the Undo record number relating to the change being

   applied against the maximum undo record number recorded in the undo  block.

 

   This error is reported when the validation fails.

 

ARGUMENTS:

  Arg  [a] Maximum Undo record number in Undo block

  Arg  [b] Undo record number from Redo block

 

FUNCTIONALITY:     

   Kernel Transaction Undo called from Cache layer

 

IMPACT:            

   PROCESS FAILURE

   POSSIBLE ROLLBACK SEGMENT CORRUPTION

 

SUGGESTIONS:

 

   This error may indicate a rollback segment corruption.

 

   This may require a recovery from a database backup depending on

  the  situation.

 

  If  the Known Issues section below does not help in terms of identifying

  a  solution, please submit the trace files and alert.log to Oracle

   Support Services for further analysis.

 

 

 

   Known Issues:

 

 

You can restrict the list below to issues likely to affect one of the  following versions by clicking the relevant button: 
         

The list below is restricted to show  only bugs believed to affect version 11.2.0.1.
Other bugs may affect this version but have not been confirmed as being  relevant yet.

Oracle中出现ORA-00600内部错误代码怎么办

There is 1 bug listed.

NB Prob Bug Fixed Description II 12821418 11.2.0.3.8, 11.2.0.3.BP18, 11.2.0.4, 12.1.0.1 Direct NFS appears to be sending zero length    windows to storage device. It may also cause Lost Writes

·         '*' indicates  that an alert exists for that issue.

·         '+' indicates  a particularly notable issue / bug.

·         See Note:1944526.1 for details of other symbols used

 

 

 

 

REFERENCES

BUG:792610 - ROLLBACK SEGMENT CORRUPTION, WHEN RETRY  MULTI-ROW INSERT AFTER AN INTERNAL ERROR
NOTE:146580.1 -  What is an ORA-600 Internal Error?
NOTE:281429.1 -  Basic Steps to be Followed While Solving ORA-00600 [4194]/[4193] Errors  Without Using Unsupported parameter
NOTE:3210520.8 -  Bug 3210520 - OERI[kjccqmg:esm] / OERI[4194] / corruption possible in RAC

NOTE:69863.1 -  ALERT: Apparent data corruptions involving Solaris 2.6, ISM & DR on  Starfire
NOTE:792610.8 -  Bug 792610 - Rollback segment corruption OERI:4194 can occur if block  checking detects a corrupt block
NOTE:8240762.8 -  Bug 8240762 - Undo corruptions with ORA-600 [4193]/ORA-600 [4194] or ORA-600  [4137] / SMON may spin to recover transaction

Oracle中出现ORA-00600内部错误代码怎么办Oracle中出现ORA-00600内部错误代码怎么办未找到您要查找的产品?Oracle中出现ORA-00600内部错误代码怎么办Oracle中出现ORA-00600内部错误代码怎么办在社区中提问...

Oracle中出现ORA-00600内部错误代码怎么办

 

相关内容

Bug 12821418 - Direct NFS appears to be sending zero length  windows to storage device. It may also cause Lost Writes (文档 ID  12821418.8)

Oracle中出现ORA-00600内部错误代码怎么办转到底部

Oracle中出现ORA-00600内部错误代码怎么办


修改时间: 2015-11-6 类型: PATCH

Oracle中出现ORA-00600内部错误代码怎么办

 

Bug 12821418  Direct  NFS appears to be sending zero length windows to storage device. It may also  cause Lost Writes

 This  note gives a brief overview of bug 12821418. 
 The content was last updated on: 28-OCT-2015
 Click here for details of each of the  sections below.
 There are additional notes on this bug in Note:1589411.1

Affects:

Product (Component) Oracle Server (Rdbms) Range of versions believed to be affected Versions BELOW 12.1 Versions confirmed as being affected 11.2.0.3 11.2.0.2 11.1.0.7 Platforms affected Generic (all / most platforms affected)

Fixed:

The fix for 12821418 is first    included in 12.1.0.1         (Base Release) 11.2.0.4         (Server Patch Set) 11.2.0.3.8         Database Patch Set Update 11.2.0.3         Bundle Patch 18 for Exadata Database 11.2.0.3         Patch 25 on Windows Platforms


Interim patches may be available for earlier versions - click here to  check.

Symptoms: Related To: Corruption         (Logical) Hang         (Involving Shared Resource) Internal         Error May Occur (ORA-600) Wrong         Results Error         May Occur ORA-8102 / ORA-8103 / ORA-1410 / ORA-752 ORA-600         [3020] ORA-600         [kdsgrp1] ORA-600         [25027] ORA-600         [qertbFetchByRowID] ORA-600         [kcbz_check_objd_typ_3] ORA-600         [kclchkblk_3] ORA-600         [4137] ORA-600         [4193] ORA-600         [4194] ORA-600 [6102] Direct         NFS (dNFS)

Description

This bug is only  relevant when using Direct NFS (dNFS)

"Direct NFS: channel id 1 path *** to filer *** PING timeout"
errors in the database alert log and database hangs.

This may also cause Lost Writes as described in Note:1589411.1
with the following symptoms:

  Wrong results
  ORA-1499 by analyze validate structure cascade
  ORA-8102
  ORA-600 [kdsgrp1]
  ORA-600 [qertbFetchByRowID]
  ORA-600 [25027]
  ORA-600 [kcbz_check_objd_typ_3]
  ORA-8103
  ORA-1410
  ORA-600 [kclchkblk_3]
  ORA-600 [4137]
  ORA-600 [4193]
  ORA-600 [4194]

and during recovery:
  ORA-600 [3020] with or without message KCOX_FUTURE: CHANGE IN FUTURE OF BLOCK
  ORA-00752 (when DB_LOST_WRITE_PROTECT is enabled - 11g)
  ORA-600 [6102]

Rediscovery Notes
 Direct NFS: channel id 1 path *** to filer *** PING timeout
 errors in the database alert log and database hangs.

Workaround
 Disable Direct NFS

Further details on this issue can be found in Note:1589411.1

Please note: The above is a summary description only. Actual symptoms can    vary. Matching to any symptoms here does not confirm that you are    encountering this problem. For questions about this bug please consult    Oracle Support.

References

Bug:12821418 (This link  will only work for PUBLISHED bugs)
Note:245840.1 Information on the sections in this article

 Oracle中出现ORA-00600内部错误代码怎么办

ORA-600 [4193] "seq# mismatch while  adding undo record" (文档 ID 39282.1)

Oracle中出现ORA-00600内部错误代码怎么办转到底部

Oracle中出现ORA-00600内部错误代码怎么办


修改时间: 2016-3-29 类型: REFERENCE

Oracle中出现ORA-00600内部错误代码怎么办


Note: For additional ORA-600 related  information please read Note:146580.1   PURPOSE:                 This article discusses the internal error "ORA-600 [4193]",  what      it means and possible actions. The information here is only applicable      to the versions listed and is provided only for guidance.   ERROR:                    Format: ORA-600 [4193] [a]  [b]   VERSIONS:                versions 6.0 to 12.1   DESCRIPTION:              A  mismatch has been detected between Redo records and Rollback (Undo)      records.     We  are validating the Undo block sequence number in the undo block against     the  Redo block sequence number relating to the change being applied.      This error is reported when this validation fails.   ARGUMENTS:   Arg  [a] Undo record seq number   Arg  [b] Redo record seq number   FUNCTIONALITY:    KERNEL TRANSACTION UNDO   IMPACT:    PROCESS FAILURE    POSSIBLE ROLLBACK SEGMENT CORRUPTION   SUGGESTIONS:               This error may indicate a rollback segment corruption.      This may require a recovery from a database backup depending on     the  situation.     For  further analysis, please submit the trace files and alert.log to      Oracle Support Services.      Known Issues:   You can restrict the list below to issues likely to affect one of the  following versions by clicking the relevant button:              The list below is restricted to show  only bugs believed to affect version 11.2.0.1.Other bugs may affect this version but have not been confirmed as being  relevant yet.   There are 2 bugs listed. NB Prob Bug Fixed Description II 21977392 ORA-600 [4193] ORA-600 [ktbair1] ORA-600 [1234]    ORA-600 [6856] block type 'ktu undo block' on recovery of encrypt datafile II 12821418 11.2.0.3.8, 11.2.0.3.BP18, 11.2.0.4, 12.1.0.1 Direct NFS appears to be sending zero length    windows to storage device. It may also cause Lost Writes ·         '*' indicates  that an alert exists for that issue. ·         '+' indicates  a particularly notable issue / bug. ·         See Note:1944526.1 for details of other symbols used         REFERENCES NOTE:146580.1 -  What is an ORA-600 Internal Error?NOTE:8240762.8 -  Bug 8240762 - Undo corruptions with ORA-600 [4193]/ORA-600 [4194] or ORA-600  [4137] / SMON may spin to recover transaction

Oracle中出现ORA-00600内部错误代码怎么办Oracle中出现ORA-00600内部错误代码怎么办未找到您要查找的产品?Oracle中出现ORA-00600内部错误代码怎么办Oracle中出现ORA-00600内部错误代码怎么办在社区中提问...

Bug 21977392 - ORA-600 [4193] ORA-600 [ktbair1] ORA-600 [1234]  ORA-600 [6856] block type 'ktu undo block' on recovery of encrypt datafile (文档 ID  21977392.8) 转到底部
修改时间: 2016-5-27 类型: PATCH

Oracle中出现ORA-00600内部错误代码怎么办

  Bug 21977392  ORA-600  [4193] ORA-600 [ktbair1] ORA-600 [1234] ORA-600 [6856] block type 'ktu undo  block' on recovery of encrypt datafile  This  note gives a brief overview of bug 21977392.  The content was last updated on: 18-APR-2016 Click here for details of each of the  sections below. Affects: Product (Component) Oracle Server (Rdbms) Range of versions believed to be affected Versions BELOW 12.2 Versions confirmed as being affected 12.1.0.2         (Server Patch Set) 12.1.0.1         (Base Release) 11.2.0.4 Platforms affected Generic (all / most platforms affected) Fixed: The fix for 21977392 is first    included in 12.1.0.2.160419         (Apr 2016) Database Proactive Bundle Patch Interim patches may be available for earlier versions - click here to  check. Symptoms: Related To: Internal         Error May Occur (ORA-600) ORA-600         [4193] ORA-600         [ktbair1] ORA-600         [6856] ORA-600         [1234] Stack is likely to include         kcbr_media_apply Recovery Physical         Standby Database / Dataguard Transparent         Data Encryption Description This bug is only relevant  when using Transparent Data Encryption Media recovery crashes in a redo callback routine with some ORA600. The errors are usually ORA-600 [4193] and/or ORA-600 [ktbair1] or   ORA-600 [1234] ORA-600 [6856].Rediscovery Notes- Media recovery crashes in a redo callback routine with some ORA600.- The errors are usually ORA-00600:[4193] and/or ORA-00600:[ktbair1].- The ORA-600 [4193] has these characteristics:     - ORA-10560: block type 'KTU UNDO BLOCK'     - ORA-600 [4193] in parallel recovery slave     - call stack:        -> ksvrdp -> krp_slave_main -> krp_slave_apply ->          -> kcbr_media_apply -> kcbr_apply_change ->           -> kcoapl -> kturdb -> ORA-00600:[4193]     - the ORA-600 incident tracefile shows a dump of the ktudb       from the redo change vector, and all the contents look       like garbage, eg the "flg" field has bits set other than       these bits: 0x1FFF for example:       ----       *** ktuc_diag_dmp: dump of current change vector       ktudb redo: siz: 45736 spc: 47634 flg: 0x2740 seq: 0x6253 rec: 0x7f                  xid:  0xd29a.4e93.24dbeb07       Unexpected kcocv element following ktudb structure:       ----       this is also the case for ORA-600 [1234].     - the ORA600 incident tracefile also shows the details of the       block involved:       *** ktuc_diag_dmp: dump of buffer cache for rdba 0x010a63c2       and there will be a redo dump started but it may not be       complete, eg:         DUMP REDO          Opcodes *.*          DBAs (file#, block#):          (4, 680898) .     - if the redo dumps shows the problematic change vector header,       then it will be encrypted (ENC:1).- The ORA-00600:[ktbair1] has these characteristics:     - ORA-00600:[ktbair1] in parallel recovery slave     - call stack:        -> ksvrdp -> krp_slave_main -> krp_slave_apply ->          -> kcbr_media_apply -> kcbr_apply_change ->           -> kcoapl -> kdxlup -> ktbair2 -> ORA600:[ktbair1]     - the ORA600 tracefile shows the dump of the problematic change       vector header, and it is encrypted (ENC:1), eg:        Error 600 in redo application callback:          Dump of change vector:          CON_ID:0 TYP:0 CLS:1 AFN:7 DBA:0x034cd2b9 OBJ:166589            SCN:0x0000.17a2e5a8 SEQ:1 OP:10.18 ENC:1 RBL:0 FLG:0x0000          index redo (kdxlup): update keydata, count=2          KTB Redo          op: 0x0e  ver: 0x00          compat bit: 0 (pre-11) padding: 0          op: [ktbdir] invalid op: 0x0e       and there will be a redo dump started but it may not be       complete, eg:         DUMP REDO          Opcodes *.*          DBAs (file#, block#):          (7, 55366329) .        this is also the case for ORA-600 [6856]- the database is using encryption- dump the redo manually for the specific block involved:    - see the incident tracefile DUMP REDO, DBAs to find the file#      and block# to dump    - see the alert log to find which log was being applied at the      time of the OR6000 - this is the logfile to dump   syntax:   alter session set "_sga_clear_dump"=TRUE;   alter system dump logfile ''    dba min   dba max  ;   the redo dump should confirm the problematic change vector is   encrypted (ENC:1), and   the redo dump should confirm the problematic change vector is   very near to the start of the log - this is a very important   characteristic of this bug, if the problematic change vector   is NOT near to the start of the log, then it's unlikely that   this bug is involved.  note: this redo dump needs to be done on the customer system         because the encryption wallet (and its passWord) is        needed to decrypt the encrypted change vector data.Workaround If problem is encountered in a physical standby database, refresh the affected files from the primary database  Note: Any patch/fix for this bug will *not* "repair" already badly encrypted redo.Please note: The above is a summary description only. Actual symptoms can    vary. Matching to any symptoms here does not confirm that you are    encountering this problem. For questions about this bug please consult    Oracle Support. References Bug:21977392 (This link  will only work for PUBLISHED bugs)Note:245840.1 Information on the sections in this article

 

关于“Oracle中出现ORA-00600内部错误代码怎么办”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

您可能感兴趣的文档:

--结束END--

本文标题: Oracle中出现ORA-00600内部错误代码怎么办

本文链接: https://lsjlt.com/news/66686.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • Oracle中出现ORA-00600内部错误代码怎么办
    这篇文章将为大家详细讲解有关Oracle中出现ORA-00600内部错误代码怎么办,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。ORA-00600: 内部错误代码, 参数...
    99+
    2024-04-02
  • oracle中出现ORA-00600内部错误怎么办
    这篇文章给大家分享的是有关oracle中出现ORA-00600内部错误怎么办的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。ORA-00600: 内部错误代码, 参数: [kcbn...
    99+
    2024-04-02
  • Oracle中出现ORA-00600[KZSRGPW]错误怎么办
    这篇文章主要介绍了Oracle中出现ORA-00600[KZSRGPW]错误怎么办,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。环境:DB:...
    99+
    2024-04-02
  • ORACLE ORA-00600: 内部错误代码, 参数: [kokbcvb1]与merge into
     最近,一地市Oracle数据库跑一个Job报错,报错内容如下:     操作系统:windows server 2008R2     数...
    99+
    2024-04-02
  • 使用ROWNUM解决 ORA-00600:内部错误代码
    开发人员在执行语句执行是报ORA-00600:内部错误代码 语句如下 create   tablesytab01   as select &nbs...
    99+
    2024-04-02
  • ORA-00600: 内部错误代码, 参数: [qosdDirRead: dircnt mismatch], [809], [808],
    问题描述:         上午一套RAC实例频繁报警ORA-00600: 内部错误代码, 参数: [qosdDirRead:...
    99+
    2024-04-02
  • oracle出现ORA-00600错误如何处理
    小编给大家分享一下oracle出现ORA-00600错误如何处理,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!由于客户现场异常断...
    99+
    2024-04-02
  • oracle中出现ora-01013错误怎么办
    小编给大家分享一下oracle中出现ora-01013错误怎么办,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!在测试的过程中发现...
    99+
    2024-04-02
  • ORACLE中出现ORA-28365错误怎么办
    这篇文章主要为大家展示了“ORACLE中出现ORA-28365错误怎么办”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“ORACLE中出现ORA-28365错误怎...
    99+
    2024-04-02
  • oracle中出现ORA-01102错误怎么办
    这篇文章主要介绍了oracle中出现ORA-01102错误怎么办,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。测试环境中oracle数据库这...
    99+
    2024-04-02
  • oracle中出现ORA-01122错误怎么办
    小编给大家分享一下oracle中出现ORA-01122错误怎么办,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!现象:在做表空间恢复演练时,遇到如下错误提示:SQL> alter da...
    99+
    2024-04-02
  • oracle中出现ORA-600错误怎么办
    这篇文章主要为大家展示了“oracle中出现ORA-600错误怎么办”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“oracle中出现ORA-600错误怎么办”这...
    99+
    2024-04-02
  • oracle中出现ORA-28000错误怎么办
    这篇文章给大家分享的是有关oracle中出现ORA-28000错误怎么办的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。    这个毛病特别...
    99+
    2024-04-02
  • oracle中出现ORA-65085错误怎么办
    这篇文章主要介绍了oracle中出现ORA-65085错误怎么办,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。SQL> show co...
    99+
    2024-04-02
  • oracle中出现ORA-27101错误怎么办
    这篇文章主要为大家展示了“oracle中出现ORA-27101错误怎么办”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“oracle中出现ORA-27101错误怎...
    99+
    2024-04-02
  • oracle中出现ORA-15201错误怎么办
    这篇文章主要介绍oracle中出现ORA-15201错误怎么办,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!系统环境:操作系统:    AIX5300-08Ora...
    99+
    2024-04-02
  • oracle中出现ORA-12850错误怎么办
    这篇文章给大家分享的是有关oracle中出现ORA-12850错误怎么办的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。 1.问题现象报错信息如下: Thu Aug 24 1...
    99+
    2024-04-02
  • oracle中出现ORA-00845错误怎么办
    这篇文章主要介绍了oracle中出现ORA-00845错误怎么办,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。 问题描述:调大数据库内存后...
    99+
    2024-04-02
  • oracle中出现ORA-12520错误怎么办
    这篇文章主要介绍了oracle中出现ORA-12520错误怎么办,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。 ...
    99+
    2024-04-02
  • oracle中出现ORA-09817错误怎么办
    这篇文章主要为大家展示了“oracle中出现ORA-09817错误怎么办”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“oracle中出现ORA-09817错误怎...
    99+
    2024-04-02
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作