浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 630 下一页

2013年12月7日

摘要: http://www.beijingcommons.com/ 阅读全文
posted @ 2013-12-07 10:41 lexus 阅读(125) 评论(0) 推荐(0)

摘要: http://www.beijingcommons.com/ 阅读全文
posted @ 2013-12-07 10:39 lexus 阅读(206) 评论(0) 推荐(0)

摘要: http://www.beijingcommons.com/ 阅读全文
posted @ 2013-12-07 10:38 lexus 阅读(149) 评论(0) 推荐(0)

摘要: AngularJS+JqueryMobile+PhoneGap 打造APP « DogeekAngularJS+JqueryMobile+PhoneGap 打造APP 阅读全文
posted @ 2013-12-07 07:57 lexus 阅读(183) 评论(0) 推荐(0)

摘要: 一个必用的javascript框架:underscore.js - wine的思考 - ITeye技术网站一个必用的javascript框架:underscore.js博客分类:javascriptjavascriptunderscore 上篇文章(http://cavenfeng.iteye.com/admin/blogs/1551516)粗略介绍了移动应用框架的搭建,其中,有一个比较重要的... 阅读全文
posted @ 2013-12-07 07:38 lexus 阅读(275) 评论(0) 推荐(0)

摘要: AngularJS_百度百科 AngularJS 编辑 AngularJS是为克服HTML在构建应用上的不足而设计的。 目录 1简介引引 端对端的解决方案 AngularJS的可爱之处 2实例 3理念 1简介引引 AngularJS是为了克服HTML在构建应用上的不足而设计的。HTML是一门很... 阅读全文
posted @ 2013-12-07 07:29 lexus 阅读(848) 评论(0) 推荐(0)

2013年12月6日

摘要: http://m.baidu.com/from=844b/bd_page_type=1/ssid=0/uid=0/pu=usm%401%2Csz%401320_1001%2Cta%40iphone_2_4.1_3_537/baiduid=4366E6A2BE8AB973F0422C09085953D7/w=0_10_jquery+mobile+no+bold/t=iphone/l=3/tc?ref... 阅读全文
posted @ 2013-12-06 14:31 lexus 阅读(344) 评论(0) 推荐(0)

摘要: jQueryMobile - DateBox 阅读全文
posted @ 2013-12-06 09:04 lexus 阅读(124) 评论(0) 推荐(0)

2013年12月5日

摘要: 使用tmux [FreeBSDChina Wiki]使用tmuxtmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权。使用它最直观的好处就是,通过一个终端登录远程主机并运行tmux后,在其中可以开启多个控制台而无需再“浪费”多余的终端来连接这台远程主机;当然其功能远不止于此。安装可以使用Ports安装tmux,位置在/usr/ports/sysutil... 阅读全文
posted @ 2013-12-05 11:46 lexus 阅读(292) 评论(0) 推荐(0)

摘要: jQuery.mobile.changePage() | jQuery Mobile API Documentation 阅读全文
posted @ 2013-12-05 10:58 lexus 阅读(155) 评论(0) 推荐(0)

摘要: jquery mobile左右滑动切换页面$(function() {$("body").bind('swiperight', function() { $.mobile.changePage("#foo", {transition: "slide", reverse:true},false);}).bind('swipeleft', function() { $.mobile.change... 阅读全文
posted @ 2013-12-05 09:04 lexus 阅读(575) 评论(0) 推荐(0)

摘要: Jquery Mobile转场特效之slide | 小小iPhone开发2012Jquery Mobile转场特效之slide作者:小小 发布:2012-12-12 14:03 分类:jQueryMobile 阅读:1,354 次 暂无评论 Jquery Mobile页面转场有诸多特效,其中slide是滑动效果,确切说是从右向左滑动,在项目中使用时,如果有从右向左滑动,那么再加... 阅读全文
posted @ 2013-12-05 08:59 lexus 阅读(470) 评论(0) 推荐(0)

摘要: [jQuery] check if an id exists - Google 网上论坛From:http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_test_whether_an_element_exists.3Fif ( $('#theId').length ) { // exists} else { // doesn't... 阅读全文
posted @ 2013-12-05 08:15 lexus 阅读(310) 评论(0) 推荐(0)

摘要: python - Django: Converting an entire set of a Model's objects into a single dictionary - Stack Overflow167 down voteYou can also rely on django code already written ;).from django.forms.models import... 阅读全文
posted @ 2013-12-05 07:48 lexus 阅读(146) 评论(0) 推荐(0)

摘要: tmux的使用方法和个性化配置 - liuerfire's Blog - Linux, Python, Vim, OnePiece...tmux的使用方法和个性化配置 liuerfire posted @ 2012年2月16日 20:57 in Linux with tags tmux , 4688 阅读用了这么久的Linux,还是昨天听说tmux,真是相当的惭愧啊。不过,既然发现了这个好东西,就... 阅读全文
posted @ 2013-12-05 07:22 lexus 阅读(264) 评论(0) 推荐(0)

摘要: tmux-1.6-1.el6.rf.i686.rpm CentOS 6 / RHEL 6 Download #21tmux-1.6-1.el6.rf.i686.rpm 阅读全文
posted @ 2013-12-05 07:20 lexus 阅读(216) 评论(0) 推荐(0)

摘要: pythondatetime模块strptime/strptimeformat常见格式命令_施罗德_新浪博客 python datetime模块strptime/strptime format常见格式命令 (2013-02-21 11:04:05) 转载▼ 标签: datetime it 分类: python python的datetim... 阅读全文
posted @ 2013-12-05 07:00 lexus 阅读(879) 评论(0) 推荐(0)

2013年12月4日

摘要: jquery mobile切换页面的几种方法 - 不厚道青蛙之焦油潭 - 博客频道 - CSDN.NET jquery mobile切换页面的几种方法 分类: phonegap html5 2012-09-05 12:00 5711人阅读 评论(0) 收藏 举报有几种方法来切换页面1. $.mobile.changePage ('../path/to/page.html');2. $.m... 阅读全文
posted @ 2013-12-04 22:22 lexus 阅读(308) 评论(0) 推荐(0)

摘要: 【Jquery mobile】动态加载ListView - 开发简记 - 博客频道 - CSDN.NET 阅读全文
posted @ 2013-12-04 22:18 lexus 阅读(225) 评论(0) 推荐(0)

摘要: prevPage / nextPage in jQuery Mobile | George Nixon's Blogui.prevPage[0].idI finally worked this out with a bit of reflection. To get more info about the ui.prevPage object, try passing it to this fun... 阅读全文
posted @ 2013-12-04 22:15 lexus 阅读(246) 评论(0) 推荐(0)

上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 630 下一页