09 2014 档案

摘要:1 一、为什么学习Linux 2 3 大学时开始接触Linux,最开始学习的是RedHat(小红帽),感觉Linux好像很久不见的老朋友,用起来很舒服(虽然我们用的是DotNet)。很喜欢它的命令模式,让我能接触到很到系统底层的东西。好了开始我的Linux DotNet学习之路 4 ... 阅读全文
posted @ 2014-09-25 22:55 以沫浅夏 阅读(745) 评论(0) 推荐(0)
摘要:1 注:key的字符串长度必须为32 iv的字符长度必须为16 2 3 using System; 4 using System.Collections.Generic; 5 using System.IO; 6 using System.Linq; 7 using System.Securi... 阅读全文
posted @ 2014-09-21 23:18 以沫浅夏 阅读(1549) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Security.Cryptography; 6 using System.Text... 阅读全文
posted @ 2014-09-21 23:17 以沫浅夏 阅读(311) 评论(0) 推荐(0)