码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
如何使用virtual/override在属性事件以及索引上
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace nange_1{ class A { private int myint = 5; ...
分类:其他好文   时间:2014-11-30 21:16:51    阅读次数:176
Sublime Text 2 - 性感无比的代码编辑器!程序员必备神器!跨平台支持Win/Mac/Linux
代码编辑器或者文本编辑器,对于程序员来说,就像剑与战士一样,谁都想拥有一把可以随心驾驭且锋利无比的宝剑,而每一位程序员,同样会去追求最适合自己的强大、灵活的编辑器,相信你和我一样,都不会例外。我用过的编辑器不少,真不少~ 但却没有哪款让我特别心仪的,直到我遇到了 Sublime Text 2 !如果...
分类:Windows程序   时间:2014-11-30 20:02:12    阅读次数:226
PHP中发邮件
测试代码 <?php header('Content-Type: text/xml; charset=utf-8'); require_once('./PHPMailer-master/class.phpmailer.php'); function sendMail() { $mail = new PHPMailer(); //采用SMTP发送邮件 $mail-...
分类:Web程序   时间:2014-11-30 16:56:21    阅读次数:198
屏蔽基类成员
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class C1 { public int m...
分类:其他好文   时间:2014-11-30 16:51:41    阅读次数:136
System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") 显示24小时制;System.DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss")显示12小时制
this.Label6.Text = "当前时间:" + System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); 2014-11-29 15:03:04this.Label6.Text = "当前时间:" + System.DateTime.Now....
分类:其他好文   时间:2014-11-30 16:40:28    阅读次数:601
索引器
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class C1 { public string...
分类:其他好文   时间:2014-11-30 15:26:38    阅读次数:133
html5 RequestAnimationFrame 动画Demo
<!DOCTYPE?html> <html> <head> <title>Script-based?animation?using?requestAnimationFrame</title> <style?type="text/css"> div?{?position:?absolute;?left:?10px;?top:100px;?padding:?50px;...
分类:Web程序   时间:2014-11-30 14:15:07    阅读次数:154
静态构造函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class C1 { public static...
分类:其他好文   时间:2014-11-30 14:09:04    阅读次数:182
readonly
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class C1 { public readon...
分类:其他好文   时间:2014-11-30 14:08:15    阅读次数:201
ios键盘回收终极版
#pragma mark UITextViewDelegate- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text{ if ...
分类:移动开发   时间:2014-11-30 14:05:47    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!