上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 65 下一页
摘要: ListView详解2012-04-06 20:41:31| 分类:.Net编程空间 | 标签: |字号大中小订阅 在VS2008中新增了两个非常好用的两个数据控件:ListView和DataPager。使用这两个控件可以很灵活地实现数据的显示、分组、分页、排序、编辑、插入、删除等功能。在VS2008之前,要显示集合型数据,我们一般会采用Repeater、DataList或GridView等控件来实现。GridView为我们提供了强大的数据显示功能,但是它把界面限制在一个标准的行列Table表格中,比如难以实现在一行显示多条数据的功能;DataList的界面灵活度比GridView要强一些,但 阅读全文
posted @ 2012-07-17 15:21 jackljf 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Attribute:$(”p”).addClass(css中定义的样式类型); 给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); 给某个元素添加属性/值$(”img”).attr(”title”, function() { return this.src }); 给某个元素添加属性/值$(”元素名称”).html(); 获得该元素内的内容(元素,文本等)$(”元素名称”).html(”new stuff”); 给某元素设置内容 阅读全文
posted @ 2012-07-12 10:14 jackljf 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 今天偶然看见这个,觉得挺全面的,虽然平时编写代码可能用不到所有的快捷键,但是了解一下也挺有用处的。 http://s3.amazonaws.com/pragmaticstudio/XcodeShortcuts.pdf 阅读全文
posted @ 2012-07-11 23:48 jackljf 阅读(122) 评论(0) 推荐(0) 编辑
摘要: -----------下面是从网上转来的一些东西,可以看看-----------1.请先把C语言基础学好;2.看《Programming in Objective-C 2.0》,不要看《Objective-C 2.0程序设计》;3.看《Cocoa Design Patterns》和《Cocoa Programming Developer's Handbook》,不要因为他们很难而我们自己是初学者所以就不看;4.是的,你需要一台Mac,如果你真的打算好好学Objective-C和Cocoa的话;5.不要放过任何一个看上去很简单的小编程问题——他们往往并不那么简单,或者可以引伸出很多知识点 阅读全文
posted @ 2012-07-11 23:38 jackljf 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 新版块我也来支持一下!原文地址:http://www.codeios.com/thread-219-1-1.html以下是我搜集的一些iphone开发的视频教程,也希望大家如果有其它的视频和好的教程补上,共同学习,共同进步。感谢管理员开设此论坛,愿论坛越来越火。网易公开课iphone开发视频教程http://v.163.com/special/opencourse/iphonekaifa.html很不错的iphone开发视频教程http://plter.com/?cat=40武汉玉科技http://www.youku.com/playlist_show/id_5293158.htmlhttp: 阅读全文
posted @ 2012-07-10 22:50 jackljf 阅读(169) 评论(0) 推荐(0) 编辑
摘要: oracle中schema指的是什么?看来有的人还是对schema的真正含义不太理解,现在我再次整理了一下,希望对大家有所帮助。我们先来看一下他们的定义:A schema is a collection of database objects (used by a user.). Schema objects are the logical structures that directly refer to the database’s data.A user is a name defined in the database that can connect to and access ob 阅读全文
posted @ 2012-06-28 17:37 jackljf 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Toad DBA Suite for Oracle 11.0 Commercial 下载http://worlddownloads.quest.com.edgesuite.net/Repository/support.quest.com/Toad%20for%20Oracle/11.0/Software/Toad%20DBA%20Suite%20for%20Oracle%2011.0%20Commercial.exeToad Development Suite for Oracle 11.0 Commercial 下载http://worlddownloads.quest.com.edgesu 阅读全文
posted @ 2012-06-23 21:35 jackljf 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1. 认识共享区块 (Master)共享区块 (Master) 是一组在设计过程中可以重复使用的Widget,一些常用的Master包括了页首(Header)、页尾(Footer)与导览 (Navigation), Master 可以被放置在网页或是其它的Master中,只要Master做了修改,其它使用到这个Master的地方也会跟着修改。我们也可以从其它的软件/程序技术经验来认识Axure RP的Master。如果您熟悉PowerPoint的母片功能,那么Axure RP的Master功能,在』重复使用』的这一点特性上,有一点点类似PowerPoint的母片,但不完全是。如果您熟悉ASP或 阅读全文
posted @ 2012-06-15 14:25 jackljf 阅读(289) 评论(0) 推荐(0) 编辑
摘要: ThickBox运行需要的文件官方下载:Download thickbox.js or thickbox-compressed.js, ThickBox.css, and the loading graphic (loadingAnimation.gif) to your local machine (or cut and paste the code from the tabs). Along with these three files, a copy of the jQuery JavaScript library is needed. For this site, and ThickB 阅读全文
posted @ 2012-06-07 17:04 jackljf 阅读(185) 评论(0) 推荐(0) 编辑
摘要: http://www.wangyeba.com/management/wzlm/201204/21965.html 阅读全文
posted @ 2012-06-03 00:38 jackljf 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 65 下一页