windows
-->java-->compiler-->building中的ouput folder 中的第一个scrub output folders
when cleaning projets.前面那个勾去掉。
分类:
系统相关 时间:
2014-05-04 12:12:34
阅读次数:
621
方法1 .1在开始运行输入regedit打开注册表
2.定位到HKEY_LOCAL_MACHINE------SYSTEM------ControlSet001-------Control-------
GraphicsDrivers-------Configuration ...
分类:
其他好文 时间:
2014-05-04 11:50:46
阅读次数:
246
首先要添加引用System.Runtime.Serialization.public
class JSONHelper{ public static string Serialize(T obj) {
System.Runtime.Serialization.Json.Da...
分类:
Web程序 时间:
2014-05-04 11:27:29
阅读次数:
382
一,Persistent Connection 示例教程
1,实现服务器端代码
1),编写服务器 PersistentConnection 代码
项目中 SignalR 目录下创建 PersistentConnection.cs 文件
using System;
using System.Collections.Generic;
using System.T...
分类:
Web程序 时间:
2014-05-03 22:03:28
阅读次数:
349
首先看下面这个例子
public static void main(String[] args) {
ArrayList al1 = new ArrayList();
al1.add(1);
ArrayList al2 = new ArrayList();
al2.add("hello");
//int型链表和string型链表,结果为true
System.out.p...
分类:
编程语言 时间:
2014-05-03 22:02:53
阅读次数:
376
/**
* 以下演示了通过原型的创建方式,使用基于原型的创建可以将属性和方法
* 设置为Person专有的,不能通过window来调用。
* 原型是javascript中的一个特殊对象,当一个函数创建之后,会随之就产生一个原型对象
* 当通过这个这个函数的构造函数创建了一个具体的对象之后,在这个具体的对象中,就会有一个属性指向原型
*/
//第一种状态...
分类:
Web程序 时间:
2014-05-03 21:50:20
阅读次数:
338
ACM 单调队列 Sliding Window poj2823 单调队列详解...
$ cygrunsrv -R sshd 删除ssd服务...
[root@server254java]#vimOstrich.java//注意文件名必须是这个,因为下面代码中只有Ostrich是public修饰符。我们要明白public的含义classBird
{
publicvoidFly()
{
System.out.println("IambirdIcanfly");
}
}
publicclassOstrichextendsBird
{
publicvoidFly()
{
System.out.p..
分类:
编程语言 时间:
2014-05-03 20:47:18
阅读次数:
366
2014年5月1日是劳动节,是劳动人民应该休息的节日,呵呵结果这几天却是作死的节奏,天天加班到2点半,真实很辛苦呀,整个过程很艰辛但是结果是好的。1、配置LC1600链路负载均衡,首先要激活license的。在system-license-Reactivacte2、要创建VLAN,由于是联通线路、电信线路和..
分类:
其他好文 时间:
2014-05-03 20:45:55
阅读次数:
322