摘要:
c/c++和.net之间相互调用,代码转换工具:1.http://download.microsoft.com/download/f/2/7/f279e71e-efb0-4155-873d-5554a0608523/CLRInsideOut2008_01.exe2.c++/c#互转工具具体转换代码:代码Code highlighting produced by Actipro CodeHighli... 阅读全文
摘要:
在SQLPLUS下,实现中-英字符集转换alter session set nls_language='AMERICAN';alter session set nls_language='SIMPLIFIED CHINESE'; 主要知识点:一、有关表的操作1)建表create table test as select * from dept; --从已知表复制数据和结构create table ... 阅读全文