码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
第九天学习内容 结构体
using System;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day09{ class Program { struct student...
分类:其他好文   时间:2015-03-13 09:17:17    阅读次数:124
Singleton设计模式(单实例)
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; //Singleton设计模式(单实例) namespaceConsoleApplication6 { classProgram { staticvoidMain(string[]args) { //案例: Singletons=Singleton.getSinglet..
分类:其他好文   时间:2015-03-13 02:02:55    阅读次数:132
JavaScript和JQuery获取DIV的值
1、设计源码 JavaScript和JQuery获取DIV的值 $(function(){ $("#jqueryInput").click(function(){ var divValue = $("#div_val").text(); var divVal = $("#div_val").html(); alert("JQuery获取D...
分类:编程语言   时间:2015-03-13 00:29:29    阅读次数:11011
C#利用Windows API 实现关机、注销、重启等操作
using System;using System.Text;using System.Diagnostics;using System.Runtime.InteropServices;namespace SystemManager{ /// /// 枚举类型,指定可以允许的重启操...
分类:Windows程序   时间:2015-03-13 00:09:18    阅读次数:211
配置文件:android:inputType参数类型说明
输入字符android:inputType="none" --输入普通字符android:inputType="text" --输入普通字符android:inputType="textCapCharacters" --输入普通字符首字母android:inputType="textCapWords...
分类:移动开发   时间:2015-03-13 00:04:49    阅读次数:131
JavaScript获取Select下拉框Option的Value和Text值的方法
Js获取select下拉列表框各个Option的Value值相对比较容易,不过获取Text值却有点麻烦,对于一个初学JavaScript的 新手来说,可能一时还无从下手,那么就请看下本文的方法,以一个form表单中的Select下拉框菜单为例,来说明如何用JavaScript获取其 Value值和T...
分类:编程语言   时间:2015-03-12 23:51:00    阅读次数:288
Winform GridView打印类
using System;using System.Collections.Generic;using System.Text;using System.Drawing.Printing;using System.Drawing;using System.Windows.Forms;namespac...
分类:Windows程序   时间:2015-03-12 22:23:36    阅读次数:229
C#常量字段
const 常量字段使用方法 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Project5_42{ ...
分类:Windows程序   时间:2015-03-12 22:07:40    阅读次数:195
MessageBox
一 函数原型及参数 function MessageBox(hWnd: HWND; Text, Caption: PChar; Type: Word): Integer; 1、参数列表 hWnd:对话框父窗口句柄,对话框显示在Delphi窗体内,可使用窗体的Handle属性,否则可用0,使其直接作为...
分类:其他好文   时间:2015-03-12 22:05:47    阅读次数:121
erlang 查看进程状态,查看当前系统那些进程比较占资源
http://lfstar.blog.163.com/blog/static/56378987201341115037437/查看哪些进程占用内存最高? > spawn(fun() -> etop:start([{output, text}, {interval, 1}, {lines, 20}, ...
分类:系统相关   时间:2015-03-12 22:05:32    阅读次数:2806
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!