码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
鼠标移动事件 onmouseover
function fadeOut_ele(obj){ //当鼠标移动出去 var id = $("#addressShow").val(); $(".pos:not(#"+id+")").text(''); } func...
分类:移动开发   时间:2014-07-09 20:22:07    阅读次数:297
UITableView 应用及其总结
Plain:Grouped:Cell的结构图:UITableViewCellStyleDefault:预设使用这种,若左侧ImageView没图的话,只有一行字(textLable.text)。UITableViewCellStyleValue1:左侧为textLable.text并且左对齐,右侧....
分类:其他好文   时间:2014-07-09 19:36:36    阅读次数:238
C# 基础之飞行棋
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 飞行棋{ class Program { //地图 //0代表普通方块□ ...
分类:其他好文   时间:2014-07-08 21:57:27    阅读次数:168
利用CSS切割图片技术来动态显示图片
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><t..
分类:Web程序   时间:2014-07-08 12:05:38    阅读次数:214
UITextView in iOS7 doesn't scroll
UITextView in iOS7 has been really weird. As you type and are entering the last line of your UITextView, the scroll view doesn't scroll to the bottom like it should and it causes the text to be "clipp...
分类:移动开发   时间:2014-07-08 11:14:15    阅读次数:225
“jquery中each方法和选择器”的学习笔记
$(function() { //alert($("div").text()); //对数组元素使用匿名函数进行逐个处理。 $("div").each(function(key, value) { //alert(key+value); // ...
分类:Web程序   时间:2014-07-08 11:02:36    阅读次数:158
html5的离线存储问题汇总
HTML5的离线存储使用一个manifest文件来标明哪些文件是需要被存储的,使用如 来引入一个manifest文件,这个文件的路径可以是相对的,也可以是绝对的,如果你的web应用很多,而且希望能集中管理manifest文件,那么静态文件服务器是个不错的选择。 对于manifest文件,要求:文件的mime-type必须是 text/cache-manifest类型。本文详细描述了介绍了离线缓存实施中遇到的各种问题。...
分类:Web程序   时间:2014-07-08 10:45:53    阅读次数:261
Python 提取新浪微博的博文中的元素(包含Text, Screen_name)
Python 提取新浪微博的博文中的元素(包含Text, Screen_name)...
分类:编程语言   时间:2014-07-08 10:44:37    阅读次数:281
jquery的ajax传递参数两种方式
<scripttype="text/javascript"src="js/jquery-1.7.js"></script><scripttype="text/javascript">$(function(){ $("#button").click(function(){ $.ajax({ url:‘myServlet‘, type:‘post‘, dataType:‘json‘, //data:{‘username‘:$("#username").val()},/..
分类:Web程序   时间:2014-07-08 10:09:29    阅读次数:257
asp.net模糊搜索
if(!string.IsNullOrEmpty(COURSEWARE_NAME.Text)) { char[]c=COURSEWARE_NAME.Text.ToCharArray(); stringnameconditiob=""; for(inti=0;i<c.Length;i++) { if(i==0) { br.AppendFormat("andCOURSEWARE_NAMElike‘%{0}%‘",c[i].ToString()); } else { br.AppendFormat("andC..
分类:Web程序   时间:2014-07-08 08:25:50    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!