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
需要的软件: 1.eclipse C/C++版本 2.Xcode
3.gdb1.安装eclipse任意一个C/C++版本2.安装Xcode,Xcode中有C++的编译器3.安装gdb
官网下载地址:ftp://sourceware.org/pub/gdb/releases/ 下载之后运行打开T...
分类:
编程语言 时间:
2014-05-04 11:39:59
阅读次数:
472
首先要添加引用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
Ctrl+Shift+O - 自动加入importAlt + / word complite
分类:
系统相关 时间:
2014-05-04 11:17:36
阅读次数:
268
一,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
本文介绍如何配置JavaEE版Eclipse的Tomcat作为服务器,Tomcat和桌面浏览器的简单交互,以及Android客户端使用HttpClient的HttpPost和HttpGet两种方式和Tomcat服务器通信,并给出了完整示例。...
分类:
移动开发 时间:
2014-05-03 21:53:40
阅读次数:
452
[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