码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
eclipse设置
设置工作空间的项目编码, 防止出现乱码 Window - Preferences - General - Workspace 将"Text file encoding"选为"Other" - "UTF-8" 改变现有项目的编码的步骤: 右击项目属性, 选择"Text file encoding...
分类:系统相关   时间:2015-03-13 13:59:02    阅读次数:155
sql数据类型总结
一、数字数据类型 bigint int smallint tinyint decimal numeric money smallmoney float real Bit  二、字符数据类型 非unicode char Varchar Text 为Unicode Nchar Nvarchar Ntext 三、日期和时间数据类型 datatime   smalldate...
分类:数据库   时间:2015-03-13 12:43:58    阅读次数:142
Zend Studio 8.0.1 新建远程项目无法展示远程项目列表的问题
PHP的开发工具还是不少的,有用VI,有用eclipse、Netbean、sublime Text,当然用的比较多的还是Zend Studio,这次试用Zend Studio 8.0.1 开发几个PHP项目,在新建远程项目时(PHP Project From Remote Server)发现几个.....
分类:其他好文   时间:2015-03-13 12:40:47    阅读次数:136
块级元素才能用缩进
我是块级元素能用字体缩进 我是行内元素不能用字体缩进 .text-indent-div{ text-indent:2em; }.text-indent-span{ text-indent:2em; display:block;/*转化为块级元素,缩进才会起作用...
分类:其他好文   时间:2015-03-13 12:34:49    阅读次数:126
常用的加解密网址
http://www.md5decrypter.co.uk/MD5Decrypter(uk)http://plain-text.info/add/Plain-Texthttp://crackfoo.nicenamecrew.com/Crackfoo -NNChttp://hashcrack.com/...
分类:其他好文   时间:2015-03-13 12:22:08    阅读次数:305
IOS-textField
//初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)];//设置边框样式,只有设置了才会显示边框样式 text.borderStyle = UI...
分类:移动开发   时间:2015-03-13 12:06:30    阅读次数:209
ios 加水印
1.加文字-(UIImage *)addText:(UIImage *)img text:(NSString *)text1{ //get image width and height int w = img.size.width; int h = img.size.height; CGColorS...
分类:移动开发   时间:2015-03-13 10:47:13    阅读次数:173
如何将Emmet安装到到 Sublime text 3?
看清楚哦~~这是Sublime text 3不是2的版本,两者的安装还是有区别的,下面的方法是我感觉比较简单的,其他的要命令什么的感觉太复杂了,经测试是OK的。先关闭Sublime text 3:第一步:下载sublime_package_control-master.zip,解压命名文件夹为Pac...
分类:其他好文   时间:2015-03-13 10:44:48    阅读次数:112
第十天学习内容 函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day10{ class Class1 { static ...
分类:其他好文   时间:2015-03-13 09:18:49    阅读次数:132
第十一天学习内容 综合应用 网吧管理系统
using System;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day11{ class Class1 { struct huiyuan....
分类:其他好文   时间:2015-03-13 09:16:14    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!