摘要: From Android 11 and above, when we get an android device. we may have issues when we connect the wifi, from android device, after connect to the inter 阅读全文
posted @ 2024-01-23 17:56 renren0113 阅读(44) 评论(0) 推荐(0)
摘要: //back button adb shell input keyevent 4 //home buttonadb shell input keyevent 3//Search buttonadb shell input keyevent 187 //Stop current running app 阅读全文
posted @ 2023-11-24 14:49 renren0113 阅读(26) 评论(0) 推荐(0)
摘要: KBPK(ZMK): C1293E2C4A2F4073162CD0C2A8D5C8529D200BFD327CF48C With KBPK, we can get KBEK and KBAK KBEK: C1293E2C4A2F4073162CD0C2A8D5C8529D200BFD327CF48C 阅读全文
posted @ 2023-08-01 10:14 renren0113 阅读(490) 评论(0) 推荐(0)
摘要: Contact EMV For the contact EMV, Most of Vendor build one EMV kernel for all scheme(L2), so the CVM result is also identified with CVM result(9F34), a 阅读全文
posted @ 2023-07-10 10:02 renren0113 阅读(159) 评论(0) 推荐(0)
摘要: if use multiple account when run git clone(https protocol), we can use below way to use diff account, Go to web portal, and get the git clone link und 阅读全文
posted @ 2023-01-03 19:06 renren0113 阅读(29) 评论(0) 推荐(0)
摘要: Microsoft Windows [Version 6.3.9600](c) 2013 Microsoft Corporation. All rights reserved. 1: key in sqlplus from command window, input user name and pw 阅读全文
posted @ 2022-10-14 13:32 renren0113 阅读(43) 评论(0) 推荐(0)
摘要: version: sonarqube-8.7.1.42226 after download this step 1: run sonarqube-8.7.1.42226\bin\windows-x86-64\StartSonar.batif got error: SonarQube requires 阅读全文
posted @ 2022-10-11 14:33 renren0113 阅读(35) 评论(0) 推荐(0)
摘要: Before we do app update, just make sure that DBA already mirgrate all data from Physical DB server to Cloud(table, scheme, index...), and we can use c 阅读全文
posted @ 2022-09-26 16:16 renren0113 阅读(27) 评论(0) 推荐(0)
摘要: When do git clone, it always show git@github.com's password When use SSH protocol, it is not suppose to show this message, only enter private key pass 阅读全文
posted @ 2022-09-23 14:51 renren0113 阅读(38) 评论(0) 推荐(0)
摘要: 1: Export db from oracle server exp SYSTEM/password@127.0.0.1:1521/XE owner=SYSTEM file=C:\Temp\test.dmp SYSTEM is db admin user name password is db a 阅读全文
posted @ 2022-09-20 10:38 renren0113 阅读(75) 评论(0) 推荐(0)