码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
设置网页icon标志
下载一个你喜欢的icon,文件格式为ico,然后将这个文件重命名为favicon.ico,并把文件放在网站的根目录下。一般在ie8版本以上都支持icon图标。但是在此版本一下,我们需要添加一段代码。找到head标签之间的代码,我们要在head之间插入这段代码。
分类:Web程序   时间:2014-07-10 12:34:47    阅读次数:206
css属性
属性(Properties)版本(Version)兼容性(Compatibility)简介(Description)文本属性 Text Propertiestext-indentCSS1IE4+ , NS4+检索或设置对象中的文本的缩进。text-overflowIE专有属性IE6+设置或检索是否使...
分类:Web程序   时间:2014-07-10 12:23:09    阅读次数:225
C#自动发送邮件
using System;using System.Collections.Generic;using System.Linq;using System.Net.Mail;using System.Text;using System.Threading.Tasks;namespace QQEmail...
分类:其他好文   时间:2014-07-10 11:45:31    阅读次数:189
OpenERP对象字段定义的详解
OpenERP对象支持的字段类型有,基础类型:char, text, boolean, integer, float, date, time, datetime, binary;复杂类型:selection, function, related;关系类型:one2one, one2many, man...
分类:其他好文   时间:2014-07-10 11:13:07    阅读次数:339
svn update 时总是提示 Password for '默认密钥' GNOME keyring: 输入密码
执行svnupdate时总是提示输入密码.$cd~/.gnome2/keyrings/$ls$rm默认密钥.keyring
分类:其他好文   时间:2014-07-10 00:43:55    阅读次数:334
vi模式
保存命令按ESC键 跳到命令模式,然后::w 保存文件但不退出vi:w file 将修改另外保存到file中,不退出vi:w! 强制保存,不推出vi:wq 保存文件并退出vi:wq! 强制保存文件,并退出viq: 不保存文件,退出vi:q! 不保存文件,强制退出vi:e! 放弃所有修改,...
分类:其他好文   时间:2014-07-10 00:37:06    阅读次数:291
css使用技巧
1) 网站上经常会出现用户输入一大段字符和字母以至于文字无法正常折行,把版式破坏,这样我们就要参考以下样式:word-wrap:break-word; overflow:hidden; 当然必须得有宽度属性值。2) 文字过长要出现省略号样式如下:white-space: nowrap; text-o...
分类:Web程序   时间:2014-07-09 23:51:24    阅读次数:474
ListHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace Data_Helper{ ...
分类:其他好文   时间:2014-07-07 23:51:29    阅读次数:299
Main(string[] args)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using Microsoft.SqlServer.Manag...
分类:其他好文   时间:2014-07-07 23:49:33    阅读次数:333
[leetcode] Text Justification
Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified.
分类:其他好文   时间:2014-07-07 23:16:20    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!