thereisnoif's recent timeline updates
thereisnoif

thereisnoif

V2EX member #19853, joined on 2012-04-24 10:59:52 +08:00
thereisnoif's recent replies
https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.rsacryptoserviceprovider.decrypt?view=netframework-4.7.2#System_Security_Cryptography_RSACryptoServiceProvider_Decrypt_System_Byte___System_Boolean_

The key does not match the encrypted data. However, the exception wording may not be accurate. For example, it may say "Not enough storage is available to process this command"
Jun 21, 2018
Replied to a topic by bombless 广州 周末有人出来一起逛逛衣服吗
优衣库+迪卡侬 解决一切。。。
May 7, 2018
Replied to a topic by fengyj C# C# 中关于程序睡眠(控制台程序)问题
void Main()
{
Console.WriteLine("青蛙出去旅行了");
int travelDuration = 0;

var rand = new Random();
int time = rand.Next(5, 10);

Travel(time).GetAwaiter().GetResult();
travelDuration += time;

Console.WriteLine($"青蛙回家,它共旅行了{travelDuration}秒");
}

async Task Travel(int seconds)
{
await Task.Delay(seconds * 1000);
}
May 7, 2018
Replied to a topic by ky1e C# 请教下各位 C#下都用什么 WEBUI 库?
曾经用过 CefSharp https://github.com/cefsharp/CefSharp,
WebServer 用的 NancyFx self-hosting,数据库用 sqlite
May 15, 2014
Replied to a topic by arnofeng 分享发现 Azure 免费账号申请又开放
昨天上午申请,晚上收到确认邮件,现在已经注册成功了
May 15, 2014
Replied to a topic by nilai 分享发现 ASP.NET 入驻 Github 客官您怎么看。
第一时间fork,方便以后查看源代码
May 14, 2014
Replied to a topic by wangfengmadking 分享发现 Babun - linux-like console on a Windows
好东西
分享Bespin主题,稍微修改了点。http://pastebin.com/CyKYL8Kn
May 13, 2014
Replied to a topic by imxz 问与答 有用 MacBook Pro 做.net 开发的吗 ?
重度.net开发,正在使用13寸MacBook Air,8G内存,128G硬盘,PD9虚拟机。
虚拟机里面一直同时开着的工具有:VS,SSMS,Firefox,SourceTree,Notepad++,LingPad,TotalCommander等,用起来很流畅,日常开发性能足够。
唯一的遗憾是硬盘空间,当初应该买256G而不是128的。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   854 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 21:26 · PVG 05:26 · LAX 14:26 · JFK 17:26
♥ Do have faith in what you're doing.