using System;using System.Collections.Generic;using
System.Linq;using System.Runtime.InteropServices;using System.Text;namespace
Common{ public cla...
分类:
数据库 时间:
2014-05-21 20:41:53
阅读次数:
333
//http://www.cnblogs.com/cgli/archive/2011/04/09/2010497.html
System.Net.ServicePointManager.Expect100Continue = false; string param = "u=1...
分类:
Web程序 时间:
2014-05-21 19:58:09
阅读次数:
585
刚安装好的oracle和plsql,以oracle11g为例1、刚安装好后有两个默认的系统账号和初始密码:sys/change_on_install,system/manager2、如果忘记了或不知道密码,可进入sqlplus中直接修改
用户名:sqlplus /as sysdba 密码:(空).....
分类:
数据库 时间:
2014-05-21 19:12:37
阅读次数:
367
普通的邮件, 用System.Net.Mail 类 或 System.Web.Mail 类
处理即可, 但是Exchange Server 环境下, 这两个类起不了作用-------至少目前我看到的情况如此.整个过程如下:1. 先添加COM 引用
"Microsoft CDO for Windows...
分类:
Web程序 时间:
2014-05-21 18:12:30
阅读次数:
401
步骤:一、前台JS取HtmlTable数据,根据设定的分隔符把数据拼接起来二、后台先把前台传过来的字符串转换成HtmlTable实体,然后再转换成DataTable实体using
System;using System.Collections.Generic;using System.Text;us...
分类:
Web程序 时间:
2014-05-21 17:25:16
阅读次数:
442
using System;using
System.Runtime.InteropServices;namespace FastReboot{ static class Program {
private delegate uint ZwShutdownSystem(int...
分类:
其他好文 时间:
2014-05-21 17:18:09
阅读次数:
391
Third order system anlysis
当 T0 = 1 ,T1 = 1 ,T2 = 1, K1 = 1 K2 = 1,时的matlab仿真分析
此时超调很大,稳定时间长
假设T0 = 1 , K1 = 1 K2 = 12,T1 = 0.1 T2 = 0.5 这样一来
我故意设置...
分类:
其他好文 时间:
2014-05-21 15:26:54
阅读次数:
294
应用场合:已知字段名字,查询数据库中所有数据表中包含该字段名的所有数据表操作办法:指定字段名,数据库表用户,执行下面查询语句即可--Oracle生成查询包含指定字段名对应的所有数据表记录语句declare mycolumnname VARCHAR(255):='userid';--定义要查询的字段名变量,运行前修改成您要查询的字段名myownername VARCHAR(255):='system...
分类:
数据库 时间:
2014-05-21 14:29:17
阅读次数:
374
Git 属于分布式版本控制系统( Distributed Version Control
System,简称 DVCS
)客户端并不只提取最新版本的文件快照,而是把原始的代码仓库完整地镜像下来。这么一来,任何一处协同工作用的服务器发生故障,事后都可以用任何一个镜像出来的本地仓库恢复。因为每一次的提取...
分类:
系统相关 时间:
2014-05-21 12:07:50
阅读次数:
441
using UnityEngine;using System.Collections;public
class wht : MonoBehaviour { static wht myInstance; public int x = 0; static int
instances =...
分类:
其他好文 时间:
2014-05-21 11:51:43
阅读次数:
207