摘要: from cryptography.fernet import Fernet def encrdecr(keyval, textencr, textdecr): # Write your code here key = keyval # key = Fernet.generate_key() f = 阅读全文
posted @ 2022-04-17 17:52 最佳秋天 阅读(232) 评论(0) 推荐(0)
摘要: public void testThreadSync() { Thread[] threads = new Thread[TEST_THREAD_COUNT]; final CountDownLatch latch = new CountDownLatch(TEST_THREAD_COUNT); f 阅读全文
posted @ 2021-08-30 14:03 最佳秋天 阅读(48) 评论(0) 推荐(0)
摘要: Execute Aws S3 copy files which will call httpclient Previous version: After update build.gradle in dependencies below, this issue resolved. implement 阅读全文
posted @ 2021-08-30 13:26 最佳秋天 阅读(606) 评论(0) 推荐(0)