码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Java EE (6) -- Java EE 5 Enterprise Architect Certified Master
Section 1: Application Design Concepts and PrinciplesExplain the main advantages of an object-oriented approach to system design including the effect ...
分类:编程语言   时间:2015-05-11 14:16:13    阅读次数:125
格式化字符串
String msgStr="my name is {0} and my age is {1};"; String result = MessageFormat.format(msgStr,"tom",20); System.out.println(result); //输出: my nam...
分类:其他好文   时间:2015-05-11 12:57:27    阅读次数:109
3:Node.js模块系统
原文出自:http://www.w3cschool.cc/nodejs/nodejs-module-system.htmlNode.js模块系统为了让Node.js的文件可以相互调用,Node.js提供了一个简单的模块系统。模块是Node.js 应用程序的基本组成部分,文件和模块是一一对应的。换言之...
分类:Web程序   时间:2015-05-11 12:56:59    阅读次数:215
遍历 TextBox控件
foreach(System.Windows.Forms.Controlcontrolinthis.Controls){if(controlisSystem.Windows.Forms.TextBox){System.Windows.Forms.TextBoxtb=(System.Windows.F...
分类:其他好文   时间:2015-05-11 12:38:08    阅读次数:98
C#控制台程序实现鼠标左右手习惯切换
最近患上了鼠标手。比较疼,影响到了工作。 干脆左手用起了鼠标。每次都要到控制面板去修改设定比较繁琐 所以决定写个小工具。using System;using System.Collections.Generic;using System.Linq;using System.Text;using Sy...
分类:Windows程序   时间:2015-05-11 12:18:25    阅读次数:161
数据访问知识框架
ADO.NET两个命名空间,三个类。一、两个命名空间:using System.Data;using System.Data.SqlClient;二、三个类:SqlConnection SqlCommand SqlDataReader(一)SqlConnection链接类1.构造链接字符串的写法:s...
分类:其他好文   时间:2015-05-11 12:17:57    阅读次数:159
C#中HashTable的用法
C#中HashTable的用法一,哈希表(Hashtable)简述在.NETFramework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似keyvalue的键值对,其中key通常可用来快速查找,同时key是区分大小写;value用于存储对应于...
分类:Windows程序   时间:2015-05-11 10:40:06    阅读次数:212
创建快捷方式
$shell = New-Object -ComObject WScript.Shell$desktop = [System.Environment]::GetFolderPath('Desktop')$shortcut = $shell.CreateShortcut("$desktop\Smart...
分类:其他好文   时间:2015-05-11 10:36:13    阅读次数:114
HTTP原型
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net;using System.Security.Cryptography....
分类:Web程序   时间:2015-05-11 10:26:46    阅读次数:115
使用SEP禁止客户端修改IP地址 - 飞舞的菜刀 - 51CTO技术博客
1.首先从注册表中搜寻 IP地址所在的位置,查到几项,此项即可: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces 2.打开【应用程序与设备控制】界面,单击【添加】,新建一个策略,填写相应...
分类:其他好文   时间:2015-05-11 10:23:09    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!