#include"wz.h"
#include"sts.h"
#defineMAX5
voidshow(intarr[][MAX])
{
for(inti=0;i<MAX;i++)
{
for(intj=0;j<MAX;j++)
{
cout<<arr[i][j]<<"";
}
cout<<endl;
}
cout<<endl;
}
voidplay(intarr[][MAX],intx,inty)
{arr[x][y]=1-arr[x][y];
..
分类:
其他好文 时间:
2016-03-31 07:13:21
阅读次数:
134
#include"wz.h"
#include"sts.h"
#defineMAX5
voidshow(intarr[][MAX])
{
for(inti=0;i<MAX;i++)
{
for(intj=0;j<MAX;j++)
{
cout<<arr[i][j]<<"";
}
cout<<endl;
}
cout<<endl;
}
voidplay(intarr[][MAX],intx,inty)
{
if(x<0||y<0||x&g..
分类:
其他好文 时间:
2016-03-31 07:13:00
阅读次数:
198
我使用的工具是STS, Eclipse同理: 打开如下界面: 左则选择项目启动使用的Tomcat-->在右侧面板Tab项中选择" Arguments":在VM arguments中最后一行加入: -Xms256m -Xmx256m -XX:MaxNewSize=256m -XX:MaxPermSiz
分类:
编程语言 时间:
2016-03-17 12:43:38
阅读次数:
185
昨天发现单位里的eclipse中的maven直接不显示了,不能在 Windows-Preference 中显示maven 也不能新建maven工程,也不能maven-update,连STS(Spring tool suite) 也不起作用 一开始以为下载了SVN冲突了,单位的工程是没有使用maven
分类:
系统相关 时间:
2016-03-16 09:43:51
阅读次数:
240
#include"sts.h"
#if(0)
classBase
{
public:
voidf(intx){cout<<"Base::f(int)"<<x<<endl;}
voidf(floatx){cout<<"Base::f(float)"<<x<<endl;}
//成员函数重载特征:相同的名字和范围,参数不同virtual关键字可有可无
virtualvoidg(voi..
分类:
其他好文 时间:
2016-03-10 01:45:14
阅读次数:
232
MyEclipse 2016基于Eclipse Mars 1 (4.5.1),除了在Eclipse基础上做了更新之外,我们还更新了集成在MyEclipse上的第三方工具,比如STS, m2e, BIRT, Webtools, eGit等等。 Mars集成对Java的一些核心进行了改进,比如编译器的...
分类:
其他好文 时间:
2016-03-02 14:46:22
阅读次数:
193
1、安装Spring Tool Sui 登录http://spring.io/tools/sts/all 下载所需的Spring Tool Suit安装包 下载完成后 Eclipse --- Help--- Install new Sofware 点击Add按钮 ,再点击Archive 选择你刚刚下
分类:
编程语言 时间:
2016-02-15 21:16:42
阅读次数:
254
在 STS 上,一个类引用在相同 package 中另一个类,但是报 cannot be resolved to a type 错误。 解决方法 : Alternatively, you can highlight the project : Choose Clean ... from Projec
分类:
其他好文 时间:
2016-02-09 22:13:25
阅读次数:
249
在阅读的过程中有不论什么问题,欢迎一起交流 邮箱:1494713801@qq.com QQ:1494713801 Cloud Foundry核心组件架构图例如以下: 主要组件: Cloud Controller:实质上是VMC和STS交互的server端,它收到指令后发消息到各模快,管理整个云的执行
分类:
其他好文 时间:
2016-02-07 17:31:41
阅读次数:
214
一、查看eclipse版本Help-->About Eclipse,我的版本是4.4.2。二、根据eclipse 版本,选择插件版本访问网址:http://spring.io/tools/sts/all 查看eclipse对应的插件版本eclipsep安装spring插件有两种方式:在线安装和本地安...
分类:
编程语言 时间:
2016-01-24 22:23:39
阅读次数:
299