
c#
scruffybear
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在Visual Studio中使用NuGet安装包
在Visual Studio里找不到包,需要使用NuGet来进行安装,两种办法:使用命令行和使用菜单安装。原创 2022-05-31 21:15:27 · 1199 阅读 · 0 评论 -
vscode Unable to attach to CoreCLR. Access is denied
用VS Code进行调试debug,提示:“Unable to attach to CoreCLR. Access is denied”,找到原因。原创 2022-05-29 19:50:22 · 526 阅读 · 0 评论 -
Cashcard transaction history read software
Developed the software for reading the cash card transaction history, functions include read the balance, CAN no., issue date, expire date, expenses, and transaction history displayed in crystal repor...原创 2015-06-05 22:14:09 · 842 阅读 · 0 评论 -
Simple DB process method in program
Used to process simple DB in Windows by using Python, C++ and C# before, the DB was Microsoft Access and SQLite.原创 2016-06-30 13:28:23 · 509 阅读 · 0 评论 -
RSA algorithm and CRT in program
Explained the way to compute the RSA encryption and decryption in C sharp program, and also the way to calculation of the private key provided you have known the public key, P and Q by using the extended Euclidean algorithm, reference to the Python impleme原创 2016-07-05 15:53:44 · 2225 阅读 · 0 评论