摘要:
之前在催收系统中使用C#解密银行使用java rsa 发过来的加密数据一直出现乱码,今天无意中解决了; using System; using System.IO; using System.Security.Cryptography; using System.Text; public class 阅读全文
摘要:
SELECT TOP 10 execution_count as [Number Of Executions],total_worker_time/execution_count as [Average CPU Time],total_elapsed_time/execution_count as 阅读全文