static void Main(string[] args) { Class2 oo = new Class2(); oo.shu = 101; oo.zi = "你"; Class2 ss = ...
一、自定义标签,步骤 * 确定需求 * 输出当前系统的时间 yyyy-MM-dd hh:mm:ss:SSS * 编写Java类 新建包名:com.yxl.tag,新建类MyDateTag,实现SimpleTag接口 * 只要与此接口有关的实...
分类:
编程语言 时间:
2014-12-12 01:15:05
阅读次数:
307
//实验要求:
//用邻接表存储一个无向图,
//深度优先,广度优先遍历
//拓扑排序
#include
#include
#include
typedef int status ;
struct ljno //邻接表数据类型
{
int x; //存储数据
ljno* next;
}ss;
struct ALGraph
{
ljno *data ;
int vexnum...
分类:
其他好文 时间:
2014-12-11 20:57:32
阅读次数:
272
类型转换:int i=4;int s=5;double jieguo=(double)i/s; (在变量前直接加小括号转换为强制转换,只能为double,int,decimal)string ss=i.ToString(); (将 i 转化为string类型)string s1="3.5";doub...
WM_Window Message窗口消息,一般用在SendMessage,PostMessage这样的消息函数中SM_Static Message静态标签消息SS_Static Style静态标签风格BM_Button Message按钮消息BS_Button Style按钮风格BN_Button...
分类:
Windows程序 时间:
2014-12-10 13:59:46
阅读次数:
1008
添加引用using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using System;using System.Collections.Generic;using System.Data;using System.IO;using System.Tex...
分类:
其他好文 时间:
2014-12-10 09:13:46
阅读次数:
136
使用以下语句:O_CHAR(pubtime,‘yyyymmddHH:mm:ss‘),例如:
selectid,TO_CHAR(pubtime,‘yyyymmddHH:mm:ss‘),contentfrombj_ref.gz_twinfo_refwhereuser_id=2603andTO_CHAR(pubtime,‘yyyymmddHH:mm:ss‘)>=‘2014070420:58:42‘andauthor=‘南方日报‘orderbyidasc;
即..
分类:
数据库 时间:
2014-12-09 19:51:57
阅读次数:
216
可以声明一个指向结构类型对象的指针。struct MyStruct{ int a; int b; int c;};struct MyStruct ss = {20,30,40};//声明了结构对象ss,并把ss 的成员初始化为20,30 和40。struct MyStruct *p...
分类:
其他好文 时间:
2014-12-09 13:57:22
阅读次数:
181
原文地址:linux之kali系统ssh服务开启作者:testzeo本人问题:想通过windows7中的putty直接ssh到kali系统,而默认情况下,kali系统ssh服务没有开启.具体按如下操作进行设置:照以下步骤进行配置和操作:1、修改sshd_config文件,命令为:vi /etc/ss...
分类:
系统相关 时间:
2014-12-09 11:56:22
阅读次数:
233
http://www.ttlsa.com/linux-command/ss-replace-netstat/ ss命令用于显示socket状态. 他可以显示PACKET sockets, TCP sockets, UDP sockets, DCCP sockets, RAW sockets, Unix domain sockets等等统计. 它比其他...
分类:
系统相关 时间:
2014-12-08 19:52:44
阅读次数:
296