码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
遍历三维数组
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace 遍历三维数组 6 { 7 class Program 8 { 9 static void ...
分类:编程语言   时间:2015-08-10 21:52:03    阅读次数:136
遍历三维数组2
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace 遍历三维数组 6 { 7 class Program 8 { 9 static void ...
分类:编程语言   时间:2015-08-10 21:48:05    阅读次数:111
unity, UGUI Text fadeIn
错误写法: Colorcolor=m_text.GetComponent().color;ColorstartColor=newColor(color.r,color.g,color.b,0f);ColorendColor=newColor(color.r,color.g,color.b,1...
分类:编程语言   时间:2015-08-10 21:45:04    阅读次数:188
JavaScript语言基础知识7
JavaScript该阵列是一个新概念。我们可以使用newkeyword和Array()构造函数来解释 排列: Hello Worldwatermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvaGFpX3FpbmdfeHVfa29uZw==/font/5a6L5L2T...
分类:编程语言   时间:2015-08-10 19:54:36    阅读次数:131
C# UDP 连接通信 简单示例
Udp.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;namespace udp{ pu...
分类:Windows程序   时间:2015-08-10 19:33:39    阅读次数:238
UILabel自适应大小
当内容不足以将整个Label占满的时候,可以将Label中的内容顶部对齐显示,并自适应大小。1、给myLabel标签内填充文本Ios代码myLabel.text=@"thetextwillfillthelabel";2、设置myLabel的最大显示行数(0表示不限)Ios代码myLabel.numb...
分类:其他好文   时间:2015-08-10 18:03:06    阅读次数:108
PostgreSQL 批量生成数据
create table user_info(userid int,name text,birthday date,crt_time timestamp without time zone,);insert into user_info (userid,name,birthday,qq,crt_ti...
分类:数据库   时间:2015-08-10 17:58:31    阅读次数:266
常用操作方法类
2015-08-10止总结的常用方法类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Security.Cryptogra...
分类:其他好文   时间:2015-08-10 17:49:00    阅读次数:131
关于剪切板
因为最近在做图文混排的复制,但又鉴于网上资料不多,也说得不是很明确,所以我想总结一下我所知道的和自己考虑的做法。windows平台,剪切板支持好几种格式,这个我还没有深入研究其他格式,暂时只对CF_TEXT,和CF_BITMAP等有点理解。当时有点好奇qq的图文混排是怎么做到的,但是并没有太多资料给...
分类:其他好文   时间:2015-08-10 17:41:31    阅读次数:112
sublime text 3 远程编译
最近研究算法,用C语言,但是机器上不想安装cygwin,也不想安装vc,vs等等,公司有闲置linux机器,所以就有了本文最后成果:1.安装sublime text 32.点击-->tool-->Build System-->New Build System 后编辑文本 保存为C:\Users\Ad...
分类:其他好文   时间:2015-08-10 17:40:41    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!