码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
第十四章 字符、字符串和文本处理
1. 概述 本章解释在 MS.Net Framework 中处理单独的字符和字符串的机制。包括 System.Char结构、System.String类、System.Text.StringBuilder类以及System.Security.SecureString类。2. 名词解释3. 主要内容....
分类:其他好文   时间:2015-03-13 18:26:15    阅读次数:111
sap快捷登录
利用程序SAPSHCUT.EXE 示例:sapshcut -type=Transaction -system=IDS -client=800 -user=barry -pw=123456 -language=E -command –maxgui 密码为明文 sapshcut -user=210TES...
分类:其他好文   时间:2015-03-13 18:25:37    阅读次数:162
WebServices 使用Session
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Web;using System.Web.Services;namespace LTEServices{ .....
分类:Web程序   时间:2015-03-13 18:23:50    阅读次数:146
asp.net MVC添加HtmlHelper扩展示例和用法
一、先创建一个HtmlHelper的扩展类,代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace Practice.Help...
分类:Web程序   时间:2015-03-13 18:20:00    阅读次数:153
在Ubuntu上安装Mongodb
Install MongoDB1Import the public key used by the package management system.The Ubuntu package management tools (i.e. dpkg and apt) ensure package con...
分类:数据库   时间:2015-03-13 18:14:41    阅读次数:203
c# vs2010 excel 上传oracle数据
excel 数据表上传到oracle数据库,步骤如下: 1、打开本地excel文件 2、用OleDb连接excel文件 3、将来excel的数据读取到dataset中 4、把dataset 中数据insert到oracle中相应的表中 下面截图说明: 建立项目文件,很简单,就是建立普通的winform项目。其中访问oracle要添加引用System.Data.OracleCli...
分类:数据库   时间:2015-03-13 16:46:24    阅读次数:381
HDU 1850-Being a Good Boy in Spring Festival(尼姆博弈)
Being a Good Boy in Spring Festival Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1850 Appoint description:  System Crawler  (2015...
分类:编程语言   时间:2015-03-13 16:37:19    阅读次数:218
RHCSA7LVM的管理
以下试题来自:http://www.certdepot.net/rhel7-rhcsa-sample-exam-1/1.Create axfsfile system on a new logical volume of100MBcalledlv_xfs. Mount it permanently w...
分类:其他好文   时间:2015-03-13 16:11:50    阅读次数:430
c# 定时器使用
一、System.Timers.Timervar action = new Action(() =>{ //要执行的事件});System.Timers.Timer t = new System.Timers.Timer(1000);//实例化Timer类,设置间隔时间为10000毫秒; //到达时...
分类:Windows程序   时间:2015-03-13 16:06:20    阅读次数:172
验证码
/// /// 生成验证码代码 /// public class WaterMark : IHttpHandler,IRequiresSessionState //要使用session必须实现该接口,记得要导入System.Web.SessionState命名空间 { ...
分类:其他好文   时间:2015-03-13 16:05:06    阅读次数:101
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!