上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 30 下一页
摘要: public class AuthIn : IUserAuthenticate { public static ApplicationUserManager UserManager { get { return HttpContext.Current.GetOwinContext().GetUserManager(); } }... 阅读全文
posted @ 2014-08-13 10:56 张保维 阅读(2157) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Threading;using System.Threading.Tasks;namespace Microsoft.AspNet.Identity{ internal static class AsyncHelper { private static readonly TaskFactory _myTaskFact... 阅读全文
posted @ 2014-08-12 16:48 张保维 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 1,到GitHub下载代码 https://github.com/mozilla/BrowserQuest 2,安装Node.Js 下载地址 http://nodejs.org/ 直接下载安装版就可以, 3,安装 npm libraries , 分别执行: npm install underscore npm install log npm install biso... 阅读全文
posted @ 2014-06-14 13:03 张保维 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liuhe688/article/details/6584143 阅读全文
posted @ 2014-06-12 14:29 张保维 阅读(132) 评论(0) 推荐(0) 编辑
摘要: None 阅读全文
posted @ 2014-06-07 16:21 张保维 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Activity的四种加载模式 http://www.cnblogs.com/hibraincol/archive/2011/04/11/2012719.htmlAndroid Activity 生命周期的透彻理解 http://www.cnblogs.com/hibraincol/archive/... 阅读全文
posted @ 2014-06-04 22:38 张保维 阅读(299) 评论(0) 推荐(0) 编辑
摘要: AVD 太慢了,不仅启动,而且运行慢。以致于要用手机去调。你觉得这样方便吗? 如果没有一个简单快速的开发调试环境,把时间都浪费在启动,调试及等待上,那是对生命的浪费。 必要条件: 你的电脑必须是Intel Cpu,而且支持 虚化。如果否,直接跳到本文后面看。 准备: 1,确认你的CPU是否支持虚化(VT-X),不要相信什么检测... 阅读全文
posted @ 2014-06-01 11:49 张保维 阅读(2149) 评论(0) 推荐(0) 编辑
摘要: 在项目中要集成Xabber,将它作为一个Lib, 。。。。。 Xabber 原有代码 /** * Base entry point. * * @author alexander.ivanov */ public class Application extends android.app.Application { Xabber 中 AndroidMan... 阅读全文
posted @ 2014-05-25 12:47 张保维 阅读(941) 评论(0) 推荐(0) 编辑
摘要: https://github.com/samsonw/OpenExplorer/downloads 放在 \eclipse\plugins 下,右键项目就多一个 以后打开项目文件夹就方便了。 阅读全文
posted @ 2014-05-19 16:41 张保维 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 。 阅读全文
posted @ 2014-05-08 22:56 张保维 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 30 下一页