摘要: 当使用flex布局时,flex内元素包含的内容改变时,浏览器不会进行重新渲染,答案引用http://stackoverflow.com/questions/23474191/flexbox-height-not-updating-when-content-changes主要CSS.prelative... 阅读全文
posted @ 2015-08-28 15:37 零 、一 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 在flex布局下,若应用transform 的动画的子元素没有使用进行定位,则动画过程中,子元素将相对display:flex的元素进行static定位动画结束后位置正常;修复代码只需要position:relativehtml伪代码 css伪代码animation{ position:... 阅读全文
posted @ 2015-08-28 15:15 零 、一 阅读(927) 评论(0) 推荐(0) 编辑
摘要: 本来此客户端可以通过NuGet获取,如果会使用NuGet, 则可以使用命令Install-Package ZooKeeperNet(需要最新版本的NuGet)如果不会,就去 NuGet官网了解http://docs.nuget.org/docs/start-here/using-the-package-manager-console如果你想自己编译 你可以去GitHub下载源码https://github.com/ewhauser/zookeeperdonet编译时会报出Genrated里的文件无法打开,实际上刚开始是没有的;因为我没学过java,所以我看不懂根目录下那些文件搞什么的,不过最后 阅读全文
posted @ 2012-04-09 11:18 零 、一 阅读(4807) 评论(0) 推荐(2) 编辑
摘要: using System;using System.Web;using System.Web.SessionState;public class HandleDataRequst : IHttpHandler, IRequiresSessionState{ public void ProcessRequest (HttpContext context) { //context.Session["name"] }}这里的重点是一定要实现IRequiresSessionState或者IReadOnlySessionState,否则Session总是为null当... 阅读全文
posted @ 2011-12-11 11:05 零 、一 阅读(529) 评论(0) 推荐(0) 编辑
一分耕耘一分收获