码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
NGUI 动态添加控件
Please see:http://blog.csdn.net/asd237241291/article/details/9329631也可以看 HUD Text 包中的HUDText.cs 文件,里面有动态添加 Label
分类:其他好文   时间:2014-07-22 22:54:55    阅读次数:227
sublime text 2 licence
----- BEGIN LICENSE -----Andrew WeberSingle User LicenseEA7E-855605813A03DD 5E4AD9E6 6C0EEB94 BC99798F942194A6 02396E98 E62C9979 4BB979FE91424C9D A454...
分类:其他好文   时间:2014-07-22 22:54:55    阅读次数:157
.NET实现字符串base64编码
using System; using System.Text; using System.IO; using System.Security; using System.Security.Cryptography; namespace Tgnet.Base.Security { /**...
分类:Web程序   时间:2014-07-22 22:54:32    阅读次数:206
使用 NGUI 实现头顶文字及血条
以下是 NGUI HUD Text 实现的:基本原理:1. 在角色头顶绑一个点 Pivot,用于对齐2. 因为界面总是覆盖在人物头顶信息的上面,所以将 UIRoot 分为2个 Panel:1) GUI,用于画界面,Depth 较大 2) HUDPanel,用于画人物头顶文字及血条,Depth 较小(...
分类:其他好文   时间:2014-07-19 21:03:29    阅读次数:234
LogEntry
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace WindowsFormsApplication3.Model{ public class LogEntry ...
分类:其他好文   时间:2014-07-19 20:37:00    阅读次数:177
HTML5中的新增元素
HTML5中新增了大量的元素与属性,这些新增的元素和属性使HTML5的功能变得更强大,使网页设计效果有了更多的实现可能。新增的主体结构元素section元素标签定义文档中的节,比如章节,页眉,页脚或文档中的其他部分。它可以与h1,h2,h3,h4,h5,h6等元素结合起来使用,显示文档结构。 ......
分类:Web程序   时间:2014-07-19 20:23:58    阅读次数:329
Configure mutiple IBM HTTP Server / Other Apache based WEB server on 1 physical server (Section 3)
This Section will continue the actual configure for IHS related files.3) Copy the httpd.conf file to httpd2.conf, and modify them.Now Virtual IP have ...
分类:Web程序   时间:2014-07-19 20:10:57    阅读次数:307
Configure mutiple IBM HTTP Server / Other Apache based WEB server on 1 physical server (Section 1)
It's very simple to configure a IBM HTTP Server / Apache service on a server. But sometimes, considering the cost or any other reason, we need to sha....
分类:Web程序   时间:2014-07-19 20:09:56    阅读次数:313
textField文字长度限定
- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string;{ //string就是此时输入的那个字符text...
分类:其他好文   时间:2014-07-17 00:50:17    阅读次数:354
alpha属性设置
alpha是来设置透明度的,它的基本属性是filter:alpha(opacity,finishopacity,style,startX,startY,finishX,finishY).opacity代表透明度数,选值0-100,0是完全透明,100是不透明.finishopacity用来设置结束时...
分类:其他好文   时间:2014-07-17 00:38:59    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!