UpdatePanel可以用来创建丰富的局部更新Web应用程序,它是ASP.NET 2.0 AJAX Extensions中很重要的一个控件,其强大之处在于不用编写任何客户端脚本,只要在一个页面上添加几个UpdatePanel控件和一个ScriptManager控件就可以自动实现局部更新。通过本文来...
分类:
Web程序 时间:
2015-08-02 19:43:09
阅读次数:
138
iOS 8 Extensions: Sharing Code with an Embedded Framework Note: Due to the NDA, this tutorial won’t?include any screenshots from Xcode 6. When iOS 8 is released, I will update the tutorial with?...
分类:
其他好文 时间:
2015-08-01 20:45:01
阅读次数:
116
error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "*****". Verify that the value if WKAppBundleIdentifier in your WatchKit Extension's Info.plist matches the value of CFBundleIndetifier in your WatchKit App's I...
分类:
移动开发 时间:
2015-08-01 20:40:29
阅读次数:
1180
PHPexcel官方下载以后,放入Yii的protected\extensions\phpexcel下面try { spl_autoload_unregister(array('YiiBase', 'autoload')); $phpExcelPath = Yii::ge...
分类:
Web程序 时间:
2015-07-31 17:42:51
阅读次数:
137
在Nop中有一个Html扩展的类叫HtmlExtensions,主要源码:public static class HtmlExtensions { #region Admin area extensions public static MvcHtmlString...
分类:
Web程序 时间:
2015-07-30 16:21:22
阅读次数:
452
RAC具有函数式编程和响应式编程的特性。它主要吸取了.Net的 Reactive Extensions的设计和实现。ReactiveCocoa试图解决什么问题ReactiveCocoa试图解决以下3个问题:传统iOS开发过程中,状态以及状态之间依赖过多的问题传统MVC架构的问题:Controller...
分类:
其他好文 时间:
2015-07-30 00:41:37
阅读次数:
130
1、使用根工具(均是图形化的界面) TortoiseGit-1.8.12.0-32bit GitExtensions-2.48.05-SetupComplete 2、大致步骤 首先,你需要一个Github的账号,然后需要将Git Extensions生成的SSH key的公共秘钥添加到Github中...
分类:
Web程序 时间:
2015-07-28 22:52:14
阅读次数:
230
打开chrome在地址栏中输入:chrome://extensions选择扩展插件:将要安装的插件拖进来,后面跟着提示操作就可以了。拖放插件的后缀名是.crx, .exe结尾的不行。
分类:
数据库 时间:
2015-07-28 20:25:09
阅读次数:
154
1.USING_NS_CC(USING_NS_CC__EXT)cocos2d命名空间(或cocos2d_ext.h)2.CREATE_FUNC(class名)由宏创建对象并进行内存管理3.Layer不是Label。。。。。4.关于无法打开包括文件:“extensions/ExtensionMacro...
分类:
其他好文 时间:
2015-07-27 20:21:24
阅读次数:
126
C#中实体转Json常用的类JavaScriptSerializer,该类位于using System.Web.Script.Serialization;命名空间中,添加引用system.web.extensions。常见序列化和反序列化的方法如下:public static List JSONSt...