在Visual Studio中创建混合移动应用程序的一个解决方案是使用Xamarin Portable
Razor工具,这是ASP.NET MVC
API针对移动设备的一个轻量级实现。Xamarin编写了一个示例应用程序,演示了如何使用C#、本地API和Web技术编写iOS及Android应用。
分类:
移动开发 时间:
2014-05-27 03:08:59
阅读次数:
309
http://blog.csdn.net/avan_lau/article/details/7367480[delphi]
view plaincopyprint?上周,另一部门需要支援解决数字签名问题。但因为之前也没做过,现学现卖。此方面可参考的中文资料较少,特作分享,方便查阅。
上周,另一...
分类:
其他好文 时间:
2014-05-27 03:07:57
阅读次数:
373
Yii采用MVC设计模式。Yii还引入了一个称作front-controller的东西,并命名为application。application封装了对用户请求的处理。application会收集用户的请求信息,并交予对应的控制器进一步处理。这是一张交互流程图。典型的Yii应用的工作流程见图。inde...
分类:
其他好文 时间:
2014-05-27 02:21:44
阅读次数:
232
UIButton中的**EdgeInsets是做什么用的?UIEdgeInsetsMakeCreates
an edge inset for a button or view.An inset is a margin around the drawing
rectangle where each s...
分类:
其他好文 时间:
2014-05-27 01:52:22
阅读次数:
297
转自http://wenku.baidu.com/view/f369e14acf84b9d528ea7a77.html1.基础知识注册表的组织方式跟文件目录比较相似,主要分为根键、子键和键值项三部分,与文件目录对应的话就是根目录、子目录和文件。分别介绍一下这三部分:(1)根键。分为5个,分别为HKE...
分类:
编程语言 时间:
2014-05-27 01:40:30
阅读次数:
438
mvc是经典的三层结构,将数据,视图和逻辑分离。Qt中的Model/View框架,实现了这个模式。在Qt中这个模式设计到三个类,model类,view类和delegate类。model类保存数据,view复制显示,而delegate负责协调model和view之间的数据edit(编辑)和render...
分类:
Web程序 时间:
2014-05-27 01:07:24
阅读次数:
322
Android公共库——图片缓存 网络缓存 下拉及底部更多ListView
公共类转载自http://www.trinea.cn/android/android-common-lib/介绍总结的一些android公共库,包含缓存(图片缓存、预取缓存、网络缓存)、公共View(下拉及底部加载更多Lis...
分类:
移动开发 时间:
2014-05-24 07:40:07
阅读次数:
434
一、前后台代码:Global.cs:using
System.Web.Routing;。。。void Application_Start(object sender, EventArgs e) { //
在应用程序启动时运行的代码 //RegisterRoutes(); RegisterRoutes...
分类:
Web程序 时间:
2014-05-24 04:47:43
阅读次数:
295
引用:http://www.easyx.cn/skills/View.aspx?id=6本文讲解怎样将 mp3 等音乐资源以资源形式嵌入 exe 文件中,并通过
mciSendString 调用。嵌入 mp3 和嵌入图片略有不同,将图片嵌入到 exe 中,以及访问嵌入 exe 中的图片,请参考:ht...
分类:
其他好文 时间:
2014-05-19 12:52:03
阅读次数:
317
A MeasureSpec encapsulates the layout
requirements passed from parent to child. Each MeasureSpec represents a
requirementfor either the width or the h...
分类:
移动开发 时间:
2014-05-19 12:46:36
阅读次数:
395