码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
传智的光辉岁月-C#基础篇十小练习
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P03练习{ class Program { static void Main(strin...
分类:Windows程序   时间:2015-01-17 20:51:20    阅读次数:248
HTML基本操作
HTML——Hyper Text Markup Language ,, 一、基本标签: (一)格式标签:——模型:word工具栏 ,,,,, (二)内容容器:——模型:腾讯新闻页面 ...,,,,,, 二、常用标签: (一)图像: (二)超链接:文本 内容 (三)图片链接: 三、表格 (一)、 属性...
分类:Web程序   时间:2015-01-17 20:47:58    阅读次数:242
nginx开启gzip压缩
默认情况下,Nginx的gzip压缩是关闭的, gzip压缩功能就是可以让你节省不少带宽,但是会增加服务器CPU的开销哦,Nginx默认只对text/html进行压缩 ,如果要对html之外的内容进行压缩传输,我们需要手动来调。开启gzip的指令如下:代码如下复制代码gzip on;gzip_htt...
分类:其他好文   时间:2015-01-17 20:44:00    阅读次数:164
使用js进行数字大小写的转换
//判断月租金输入是否是数字 function SetDefaultValueInError() { var yzj = document.getElementById("ctl00_ContentPlaceHolder2_RadTextBox11_text"...
分类:Web程序   时间:2015-01-17 19:22:23    阅读次数:129
php递归打印目录
header("Content-type:text/html;charset=utf-8");function reddir($path,$level=0){ $dh = opendir($path); while(($row = readdir($dh)) !== false) ...
分类:Web程序   时间:2015-01-17 19:20:54    阅读次数:143
传智的光辉岁月-C#基础篇五值类型和引用类型
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P01Method{ class Program { static void Main(s...
分类:Windows程序   时间:2015-01-17 19:19:11    阅读次数:366
传智的光辉岁月-C#基础篇三流程控制2
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P01ReviewAndWhile{ class Program { static voi...
分类:Windows程序   时间:2015-01-17 17:56:13    阅读次数:219
传智的光辉岁月-C#基础篇三流程控制1
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P01Review{ class Program { //全局变量如果没有初始化也没有复制...
分类:Windows程序   时间:2015-01-17 17:55:42    阅读次数:215
传智的光辉岁月-C#基础篇四数组
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P01Array{ class Program { static void Main(st...
分类:编程语言   时间:2015-01-17 17:46:50    阅读次数:167
iOS 多行label的方法
如何从新 iOS 7 方法 sizeWithAttributes 返回 CGSize 的多行文本?我想这要产生相同的结果为 sizeWithFont:constrainedToSize。NSString *text = @"Lorem ipsum dolor sit amet, consectetu...
分类:移动开发   时间:2015-01-17 16:31:29    阅读次数:529
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!