2012年10月17日

ASCII CODE

摘要: 0 '\0' null8 'Wb' backspace9 '\t' tab key10 '\n' new line13 '\r' new line to left enter key '\r\n'27 'esc47~57 '0'~'9'65~90 'A'~'Z'97~122 'a'~'z' 阅读全文

posted @ 2012-10-17 15:23 Kevin Kim 阅读(111) 评论(0) 推荐(0) 编辑

隐含模块中的编译错误 ModuleUtilitaire For BO 6.5

摘要: if you can change the registry then close all BO windows, open the registry editor and find this:Code:HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 6.0\default\BusinessObjects\BusObj General Preferences\busobj\Options\Addin\OlapConnectHere is a key called Installed and has a value 1. Change it 阅读全文

posted @ 2012-10-17 14:59 Kevin Kim 阅读(961) 评论(0) 推荐(0) 编辑

2012年8月27日

정규식 문법 정리.초급

摘要: abcdefga검색 abca abcbca abcabcdeda Cc한개 캐릭터 [a] [ac] [a-c] [Cc]수량자1>* ( 0~무한대) 2>+ (1~무한대) 3.? () 4 {1,2} {Min,Max}[패턴]*{} 수량자.패턴길이식별자[^a] 같지 않기 a^[a] new Line Start[a]$ End Line\n Enter\t tabSpace한글 [가-힣]모든 [.]||.||[\w\W]문자 a-z A-Z특수문자 \w [a-zA-Z_0-9]\W[~a-zA-Z_0-9]\s Space Enter tab Empty\S \ 阅读全文

posted @ 2012-08-27 13:38 Kevin Kim 阅读(281) 评论(0) 推荐(0) 编辑

Oracle Function REGEXP

摘要: 10G+ suportRegexp_likeRegexp_instrRegexp_substrRegexp_replace/*ORACLE中的支持正则表达式的函数主要有下面四个:1,REGEXP_LIKE :与LIKE的功能相似2,REGEXP_INSTR :与INSTR的功能相似3,REGEXP_SUBSTR :与SUBSTR的功能相似4,REGEXP_REPLACE :与REPLACE的功能相似它们在用法上与Oracle SQL 函数LIKE、INSTR、SUBSTR 和REPLACE 用法相同,但是它们使用POSIX 正则表达式代替了老的百分号(%)和通配符(_)字符。POSIX 正则表 阅读全文

posted @ 2012-08-27 13:17 Kevin Kim 阅读(196) 评论(0) 推荐(0) 编辑

2012年8月22日

Oracle Connect DB2

摘要: 阅读全文

posted @ 2012-08-22 17:26 Kevin Kim 阅读(110) 评论(0) 推荐(0) 编辑

2012年7月31日

SAP모듈

摘要: 회계관련 모듈 FI (Financial Accounting) - 재무회계 CO (Controlling) - 관리회계 (원가관리, 수익성분석, 사업계획, 예산관리) TR (Treasury) - 자금관리 물류관련 모듈 SD (Sales and DIstribution) - 판매 및 영업관리 (주문관리, 가격관리) MM (Materials Management) - 구매 및 자재관리 PP (Production Planning) - 생산관리 QM (Quality Managment) - 품질관리 PM (Plant Mainatenance) - 설 阅读全文

posted @ 2012-07-31 10:57 Kevin Kim 阅读(259) 评论(0) 推荐(0) 编辑

2012年7月12日

安装Oracle DB 后,修改计算机名(Oracle DB PC Name Change)

摘要: 环境变量中找到 Orale_Home 位置。1. ORACLE_HOME\oc4j\j2ee\OC4J_DB_Console_[计算机名 or IP]_[服务名]修改计算机名2. ORACLE_HOME\[计算机名or IP]_[服务名]修改计算机名3.ORACLE_HOME\[计算机名or IP]_[服务名]\sysman\configproperties 文件中,修改 计算机名 Or IP。4. ORACLE_HOME\NETWORK\ADMINlistener.ora, tnsnames.ora 文件也要修改。 阅读全文

posted @ 2012-07-12 11:50 Kevin Kim 阅读(363) 评论(0) 推荐(0) 编辑

2012年6月5日

C# 程序中,不使用TNS File 中的服务名进行数据库连接

摘要: Oracle Client Not Use Tnaname,string connectionstring = string.Concat("Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=IP地址)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=数据库)));UserId=用户名;Password=密码; ");OracleConnection con = new OracleConnection(connectionstring); 阅读全文

posted @ 2012-06-05 15:03 Kevin Kim 阅读(259) 评论(0) 推荐(0) 编辑

2012年3月27日

FireFox for SAP BO Infoview Edit

摘要: 打开 about:config 链接html5.parsecenable flase 阅读全文

posted @ 2012-03-27 09:30 Kevin Kim 阅读(223) 评论(0) 推荐(0) 编辑

2012年3月1日

Asp.net 注册IIS

摘要: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i 阅读全文

posted @ 2012-03-01 14:01 Kevin Kim 阅读(105) 评论(0) 推荐(0) 编辑

导航