上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 157 下一页

2015年12月3日

[转]Responsive Tables Demo

摘要: 本文转自:http://elvery.net/demo/responsive-tables/A quick and dirty look at some techniques for designing responsive table layouts. This was put together ... 阅读全文

posted @ 2015-12-03 17:34 freeliver54 阅读(212) 评论(1) 推荐(0)

[转]ASP.NET MVC 4 (九) 模型绑定

摘要: 本文转自:http://www.cnblogs.com/duanshuiliu/p/3706701.html模型绑定指的是MVC从浏览器发送的HTTP请求中为我们创建.NET对象,在HTTP请求和C#间起着桥梁的作用。模型绑定的一个最简单的例子是带参数的控制器action方法,比如我们注册这样的路径... 阅读全文

posted @ 2015-12-03 09:22 freeliver54 阅读(255) 评论(0) 推荐(0)

2015年12月2日

Kendo UI

摘要: Kendo UI is an HTML5, jQuery-based framework for building modern web apps.The framework features lots of UI widgets, a rich data visualization framewo... 阅读全文

posted @ 2015-12-02 17:00 freeliver54 阅读(210) 评论(0) 推荐(0)

[转]Asp.NET MVC Widget开发 - ViewEngine

摘要: 本文转自:http://www.cnblogs.com/hsinlu/archive/2011/03/02/1968796.html在Asp.NET开发博客类系统,我们经常都会用到Widget,像在线好友、最近访问好友、最新留言等,关于Asp.NET MVC与Asp.NET视图的差异,这里不再说了,... 阅读全文

posted @ 2015-12-02 15:26 freeliver54 阅读(704) 评论(0) 推荐(0)

[转]让Windows Server 2008 + IIS 7+ ASP.NET 支持10万并发请求

摘要: 本文转自:http://www.cnblogs.com/dudu/archive/2009/11/10/1600062.html今天下午17点左右,博客园博客站点出现这样的错误信息:Error Summary:HTTP Error 503.2 - Service Unavailable The se... 阅读全文

posted @ 2015-12-02 14:39 freeliver54 阅读(192) 评论(0) 推荐(0)

2015年12月1日

[转]jquery Fancybox丰富的弹出层效果

摘要: 本文转自:http://www.helloweba.com/view-blog-65.htmlFancybox是一款优秀的jquery插件,它能够展示丰富的弹出层效果。前面我们有文章介绍了facybox弹出层效果,相比facybox,fancybox显得功能更为齐全,它除了可以加载DIV,图片、图片... 阅读全文

posted @ 2015-12-01 16:23 freeliver54 阅读(949) 评论(0) 推荐(0)

2015年11月30日

[转]响应式网页设计:rem、em设置网页字体大小自适应

摘要: 本文转自:http://www.cnblogs.com/aimyfly/archive/2013/07/19/3200742.html「rem」是指根元素(root element,html)的字体大小,好开心的是,从遥远的 IE6 到版本帝 Chrome 他们都约好了,根元素默认的 font-si... 阅读全文

posted @ 2015-11-30 10:07 freeliver54 阅读(349) 评论(1) 推荐(0)

2015年11月27日

[转]jQuery Popup Login and Contact Form

摘要: 本文转自:http://www.formget.com/jquery-popup-form/Pop up forms are the smart way to present your site. These forms are similar to otherformsexcept,these f... 阅读全文

posted @ 2015-11-27 14:15 freeliver54 阅读(453) 评论(0) 推荐(0)

[转][ASP.NET MVC 小牛之路]12 - Section、Partial View 和 Child Action

摘要: 本文转自:http://www.cnblogs.com/willick/p/3410855.html概括的讲,View中的内容可以分为静态和动态两部分。静态内容一般是html元素,而动态内容指的是在应用程序运行的时候动态创建的内容。给View添加动态内容的方式可归纳为下面几种:Inline code... 阅读全文

posted @ 2015-11-27 09:29 freeliver54 阅读(301) 评论(2) 推荐(0)

2015年11月26日

[转]jQuery插件实现模拟alert和confirm

摘要: 本文转自:http://www.jb51.net/article/54577.htm(function () { $.MsgBox = { Alert: function (title, msg) { GenerateHtml("alert", title, msg); ... 阅读全文

posted @ 2015-11-26 15:27 freeliver54 阅读(261) 评论(0) 推荐(0)

2015年11月25日

[转]Ionic 实现双击返回键退出功能

摘要: 本文转自:http://ionichina.com/topic/5514b539b6421f9166aa5f88一、准备 Toast插件 插件地址:cordova plugin add https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.g... 阅读全文

posted @ 2015-11-25 14:35 freeliver54 阅读(1350) 评论(1) 推荐(0)

[转]Ionic – Mobile UI Framework for PhoneGap/Cordova Developers

摘要: 本文转自:http://devgirl.org/2014/01/20/ionic-mobile-ui-framework-for-phonegapcordova-developers/Ionic is both a CSS framework as well as a JavaScript UI l... 阅读全文

posted @ 2015-11-25 11:10 freeliver54 阅读(330) 评论(0) 推荐(0)

2015年11月24日

[转]VS2015 cordova尝试-camera

摘要: 本文转自:http://blog.csdn.net/greystar/article/details/479738371. 确保环境正常,如出现错误 ,安下载android sdk 相关版本,我在这上面也折腾了几天。2.创建一个默认cordova 工程,并添加相关插件,在工程目录里打开config.... 阅读全文

posted @ 2015-11-24 18:21 freeliver54 阅读(345) 评论(0) 推荐(0)

[转]Ionic最佳实践-使用模态窗口modal

摘要: 本文转自:http://m.blog.csdn.net/blog/betreex/45649689原文地址:Ionic最佳实践-使用模态窗口modal模态窗口的结构在Ionic中,模态窗口通过$ionicModal提供。他易于使用且非常强大,详细信息请参考$ionicModal文档。Ionic中的模... 阅读全文

posted @ 2015-11-24 18:09 freeliver54 阅读(5846) 评论(2) 推荐(0)

[转]angularjs 设置全局变量的3种方法

摘要: 本文转自:http://blog.51yip.com/jsjquery/1601.htmlangularjs自身有二种,设置全局变量的方法,在加上js的设置全局变量的方法,总共有三种。要实现的功能是,在ng-app中定义的全局变量,在不同的ng-controller里都可以使用。1,通过var 直接... 阅读全文

posted @ 2015-11-24 08:54 freeliver54 阅读(453) 评论(0) 推荐(0)

[转]AngularJs 多语言的使用 angular-translate

摘要: 本文转自:http://www.tuicool.com/articles/zeymimB随着世界各地Web访问量的增加,作为开发者的我们也在不断让应用国际化、本地化。当用户访问我们的应用时,他应该能够在运行时立即切换语言环境。鉴于我们正在开发的是AngularJS客户端应用,尤其不希望用户必须刷新页... 阅读全文

posted @ 2015-11-24 08:46 freeliver54 阅读(2843) 评论(0) 推荐(0)

[转]ionic 通过PouchDB + SQLite来实现app的本地存储(Local Storage)

摘要: 本文转自:http://www.cnblogs.com/ailen226/p/ionic.html首先声明,本教程参考国外网站(http://gonehybrid.com/how-to-use-pouchdb-sqlite-for-local-storage-in-your-ionic-app/)代... 阅读全文

posted @ 2015-11-24 08:42 freeliver54 阅读(3024) 评论(0) 推荐(0)

[转]ionic项目之上传下载数据

摘要: 本文转自:http://blog.csdn.net/superjunjin/article/details/44158567一,首先是上传数据记得在angularjs的controller中注入$http依赖[javascript] view plaincopyprint?vardata={id:$... 阅读全文

posted @ 2015-11-24 08:39 freeliver54 阅读(867) 评论(0) 推荐(0)

2015年11月23日

[转]Cordova + Ionic in Visual Studio - 101 Tutorial [Part I]

摘要: 本文转自:http://binarylies.ghost.io/cordova-ionic-in-visual-studio/Hi everyone,I thought about lending a hand to all the people that are, as I have been r... 阅读全文

posted @ 2015-11-23 13:43 freeliver54 阅读(476) 评论(0) 推荐(0)

2015年11月20日

[转]Getting Start With Node.JS Tools For Visual Studio

摘要: 本文转自:http://www.c-sharpcorner.com/UploadFile/g_arora/getting-started-with-node-js-tools-for-visual-studio/Table of contents 1. Introduction 2. What N... 阅读全文

posted @ 2015-11-20 11:17 freeliver54 阅读(358) 评论(0) 推荐(0)

上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 157 下一页

导航