2016年6月7日
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript 阅读全文
posted @ 2016-06-07 17:04 liumumu 阅读(971) 评论(0) 推荐(0) 编辑
  2016年2月25日
摘要: display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; display: -moz-box; -moz-box-orient: horizon 阅读全文
posted @ 2016-02-25 15:11 liumumu 阅读(101) 评论(0) 推荐(0) 编辑
  2016年1月14日
摘要: 首先准备 ca.crt和localhost.pfx两个文件一、打开IIS 添加ca证书如图 点击服务器证书-》空白处点击导入 选择证书路径,输入密码点击确定即可 二、安装crt win+R,输入mmc.exe 进入控制台窗口,点击文件-》添加或删除单元管理单元-》证书-》添加-》计算机账... 阅读全文
posted @ 2016-01-14 10:19 liumumu 阅读(668) 评论(0) 推荐(0) 编辑
  2015年12月23日
摘要: C#的Lambda 表达式都使用 Lambda运算符=>,该运算符读为“goes to”。语法如下:形参列表=>函数体函数体多于一条语句的可用大括号括起。lambda表达式: 1.一个参数:param=>expr 2.多个参数:(param-list)=>expr示例 委托d... 阅读全文
posted @ 2015-12-23 10:58 liumumu 阅读(136) 评论(0) 推荐(0) 编辑
  2015年12月22日
摘要: 貌似之前看过的文章,知识都已经忘记,从今天起开始记录点点滴滴,只为记录 阅读全文
posted @ 2015-12-22 15:58 liumumu 阅读(88) 评论(0) 推荐(0) 编辑