摘要:
select CASE WHEN ASCIISTR(name) LIKE '%\%' AND LENGTH(name) = 2 THEN '*' || SUBSTR(name, -1) --脱敏姓名中文2个汉字 WHEN ASCIISTR(name) LIKE '%\%' AND LENGTH(na 阅读全文
摘要:
--generalFUNCTION MGRNAME(P_EMPNO IN EMP.EMPNO%TYPE) RETURN EMP.ENAME%TYPE IS RESULT EMP.ENAME%TYPE; I INTEGER; BEGIN RESULT := NULL; I := 1; IF P_EMP 阅读全文
摘要:
def binarysearch(_list,value): left = 0 right = len(_list) mid = int((left+right)/2) while (left<right): if value ==_list[mid]: return mid elif value< 阅读全文
摘要:
Good morning, everyone. Thank you for taking your time. It’s really my honor to have this opportunity to take part in this interview. Now, I would lik 阅读全文
摘要:
Good morning, ladies and gentlemen It is my great honor to have this opportunity to introduce myself. And I hope I could make a good performance today 阅读全文