码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
C#第一次作业(hallow world)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;/*namespace hallowword{ class Progra...
分类:Windows程序   时间:2015-03-16 22:55:54    阅读次数:239
3月16日 winform
1、数据库连接using System.Data.SqlClient;命名空间 sqlconnection:数据连接类 sqlcommand:数据库操作类 sqldatareader:读取2、textbox: 属性: text:文本 selectedtext:获取或...
分类:Windows程序   时间:2015-03-16 22:51:53    阅读次数:167
glyphicon 图标的使用
基本用法可以将图标放于按钮于链接中,一个大按钮,按钮的内容是图标,按钮的背景色为蓝色。 Userglyphicon图标加上颜色: 将class设置在成如 text-primary 就可以给图标加上颜色。
分类:其他好文   时间:2015-03-16 22:51:39    阅读次数:368
C# Hello World
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ cla...
分类:Windows程序   时间:2015-03-16 22:48:56    阅读次数:187
IOC容器注册
UserModule类:using System;using System.Collections.Generic;using System.Linq;using System.Text;using Autofac;using You.Niao.User.IDAL;namespace You.Nia...
分类:其他好文   时间:2015-03-16 22:46:59    阅读次数:137
checkBox控件的使用方法
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-03-16 22:42:05    阅读次数:151
第一次作业
program.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace hello{ class Pro...
分类:其他好文   时间:2015-03-16 22:35:04    阅读次数:118
笔试坑录
1.下列输出是什么?(个人尝试bad_access。。。有人解答吗?) NSString *text = @"info"; memset((__bridge void *)(text), 0, text.length-1); NSString *myString = [NSStri...
分类:其他好文   时间:2015-03-16 21:10:19    阅读次数:150
多线程访问共同资源(队列,多线程,锁机制)
模拟场景:main方法为网络请求线程(也叫生产者线程),在网络请求线程中开启四个线程(消费者线程),进行高效处理队列中的共同资源(生产者线程生产的共同资源),等待资源处理完毕,网络请求线程执行结束,响应客户端。消费者线程的线程体 1 import java.text.SimpleDateForma....
分类:编程语言   时间:2015-03-16 20:59:52    阅读次数:194
c++ Hello World
首先先尝试一下最基础的Hello World!using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons.....
分类:编程语言   时间:2015-03-16 20:52:54    阅读次数:112
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!