11 2015 档案

[转]响应式网页设计: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)

[转]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)

[转]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)

[转]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)

[转]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)

[转]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)

[转]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)

TypeScript
摘要:http://www.typescriptlang.org/Playground/TypeScript lets you write JavaScript the way you really want to.TypeScript is a typed superset of JavaScript ... 阅读全文

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

[转]NPOI TestFunctionRegistry.cs
摘要:本文转自:https://github.com/tonyqus/npoi/blob/master/testcases/main/SS/Formula/TestFunctionRegistry.cs/* * ===============================================... 阅读全文

posted @ 2015-11-18 17:53 freeliver54 阅读(555) 评论(0) 推荐(0)

[转]Cordova android框架详解
摘要:本文转自:http://www.cnblogs.com/hubcarl/p/4202784.html一、Cordova 核心java类说明CordovaActivity:Cordova Activity入口,已实现PluginManager、WebView的相关初始化工作, 只需继承CordovaA... 阅读全文

posted @ 2015-11-18 17:51 freeliver54 阅读(923) 评论(0) 推荐(0)

[转]POI : How to Create and Use User Defined Functions
摘要:本文转自:http://poi.apache.org/spreadsheet/user-defined-functions.htmlHow to Create and Use User Defined FunctionsDescriptionThis document describes the U... 阅读全文

posted @ 2015-11-18 16:54 freeliver54 阅读(389) 评论(1) 推荐(0)

[转]用NPOI操作EXCEL--通过NPOI获得公式的返回值
摘要:本文转自:http://www.cnblogs.com/atao/archive/2009/10/12/1582085.html前面我们学习了通过NPOI向Excel中设置公式,那么有些读者可能会问:“NPOI能不能获取公式的返回值呢?”,答案是可以! 一、获取模板文件中公式的返回值 如在D盘中有一... 阅读全文

posted @ 2015-11-18 11:24 freeliver54 阅读(4730) 评论(2) 推荐(1)

[转]Formatting the detail section to display multiple columns (水晶报表 rpt 一页多列)
摘要:本文转自:http://www.bofocus.com/formatting-the-detail-section-to-display-multiple-columns/Format the details section to display in multiple columns:1. Rig... 阅读全文

posted @ 2015-11-04 09:25 freeliver54 阅读(614) 评论(1) 推荐(1)

[转]Creating Mailing Labels in SQL Server Reporting Services (rdlc 数据1页 2竖排 显示)
摘要:本文转自:http://blogs.wrox.com/article/creating-mailing-labels-in-sql-server-reporting-services/Most word processing applications (Word, WordPerfect, and ... 阅读全文

posted @ 2015-11-03 15:48 freeliver54 阅读(522) 评论(0) 推荐(0)

导航