码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
[zepto]源码学习
$() : zepto选择器,与jquery选择器类似,但是不支持jquery的拓展css支持 $("div")选择页面内的全部div元素,并以集合形式返回 $("")创建一个新的div元素,可以为其添加属性,写法为$("",{text:"hello",id:"divTest",cs...
分类:其他好文   时间:2014-12-07 19:04:18    阅读次数:167
matlab中boxplot字体大小设置
网上找到的:set(findobj(gca,'Type','text'),'FontSize',18)boxplot() uses the default axes labeling for the Y axes, but for the X axes, it uses text() to put ...
分类:其他好文   时间:2014-12-07 17:37:43    阅读次数:1066
node.js http初探
在之前的例子中已经写了一个简单的使用http模块的例子var http = require('http'); //请求http模块var func = function(req,res) { res.writeHead(200,{'Content-Type' : 'text/plain'});//相...
分类:Web程序   时间:2014-12-07 16:23:01    阅读次数:264
深入HTTP系列(一)-HTTP概述
HTTP概述 每天,都有数以亿万计的JPEG图片、HTML页面、文本文件、MPEG电影、WAV音频文件、Java小程序和其他资源在因特网上游弋。HTTP可以从遍布全世界的Web服务器上将这些信息快速、便捷、可靠的搬移到人们桌面上的Web浏览器上去。 HTTP,全称Hyper Text Tra...
分类:Web程序   时间:2014-12-07 13:50:41    阅读次数:175
【转】图片IMG标记的alt属性和title属性的使用
alt text替 换文字(alt text)是为了给那些不能看到你文档中图像的浏览者提供文字说明。这包括那些使用本来就不支持图像显示或者图像显示被关闭的浏览器的用户,视觉障碍的用户和使用屏幕阅读器的用户。所以替换文字是用来替代图像而不是提供额外说明文字的。titletitle是对图片的说明和额外补...
分类:其他好文   时间:2014-12-07 13:49:52    阅读次数:192
android第一天
RelativeLayout(相对布局):layout/activity_main.xml<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><Text..
分类:移动开发   时间:2014-12-07 06:54:19    阅读次数:176
Sublime Text 3技巧:支持GB2312和GBK编码
View>ShowConsoleimporturllib.request,os,hashlib;h=‘7183a2d3e96f11eeadd761d777e62404‘+‘e330c659d4bb41d3bdf022e94cab3cd0‘;pf=‘PackageControl.sublime-package‘;ipp=sublime.installed_packages_path();urllib.request.install_opener(urllib.request.build_opener(ur..
分类:其他好文   时间:2014-12-07 06:41:34    阅读次数:174
十八、流程控制之循环中断
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace_18.流程控制之循环中断 { classProgram { staticvoidMain(string[]args) { /** *循环的中断方式有四种: *(1)break语句立即终止当前所在的循环。 *(2)continue语句立即终止本次..
分类:其他好文   时间:2014-12-07 06:40:58    阅读次数:145
十七、流程控制之for循环
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; namespace_17.流程控制之for循环 { classProgram { staticvoidMain(string[]args) { /** *for循环语句 *其语法: *for(<initialization>;<condition>;<operation>) *{ ..
分类:其他好文   时间:2014-12-07 06:39:19    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!