1 声明 2 System.Windows.Threading.DispatcherTimer
_MessageControler; 3 4 //刷新 5 _MessageControler = new
System.Windows.Threading.Dispatch...
1、使用SYS用户以SYSDBA身份登录到SQL
Plus,使用视图V$TABLESPACE查看表空间信息SELECT *
FROMV$TABLESPACE;2、查看视图DBA_TABLESPACES查看所有表空间的属性和在线状态SELECT TABLESPACE_NAME,
CONTENTS, S...
分类:
数据库 时间:
2014-05-26 00:59:25
阅读次数:
293
1、用SYS用户以SYSDBA身份登录SQL
Plus,使用DBA_USERS视图查看用户信息:SELECT USERNAME, ACCOUNT_STATUS, CREATED FROM
DBA_USERS;--用户名,账户状态,创建用户的日期2、创建用户、删除用户CREATE USER IDEN....
分类:
数据库 时间:
2014-05-26 00:56:24
阅读次数:
334
创建或显示字符串时,其文本必须用双引号括起,以指出字符串的开始和结束。这些双引号不会显示出来,这就提出了一个很好的问题:如果要显示双引号该怎么办呢?为显示双引号,Java创建了一个特殊编码/",可放到字符串中。在字符串中遇到该编码时,将其替换为双引号。例如,请看下面的例子:System.out.pr...
分类:
编程语言 时间:
2014-05-26 00:54:36
阅读次数:
288
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-05-26 00:40:38
阅读次数:
214
publicclassMyTabControl:TabControl{protected
override void OnMouseUp(MouseEventArgs
e){if(e.Button==System.Windows.Forms.MouseButtons.Right){for(int i...
分类:
其他好文 时间:
2014-05-26 00:33:42
阅读次数:
304
C#常用函数表1、DateTime 数字型System.DateTime
currentTime=new System.DateTime();1.1
取当前年月日时分秒currentTime=System.DateTime.Now;1.2 取当前年int 年=currentTime.Year;1.3...
分类:
其他好文 时间:
2014-05-26 00:32:43
阅读次数:
304
form1.cs using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Text;using Syst...
分类:
其他好文 时间:
2014-05-26 00:25:36
阅读次数:
336
今天在研究微信公众平台 自动接收发送消息的时候,在如下代码: public String
processRequest(HttpServletRequest request) { String respMessage = null; try {
System.err.println(inputStr...
分类:
微信 时间:
2014-05-25 23:47:40
阅读次数:
705
using System;using System.Collections.Generic;using
System.Text;using Word = Microsoft.Office.Interop.Word;namespace ELO.BLL{ /* *
Descrip...
分类:
其他好文 时间:
2014-05-25 23:20:06
阅读次数:
420