logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

cannot resolve symbol r android studio

Click on Build->CleanProject and that will perform a gradle clean

#android studio#android
ERROR: Android Source Generator: [project] AndroidManifest.xml file not found

you must open Project Structure modified something.example: Project Structure > Facets ,you can see this is: delete ".idea", like this ok, IDE there find AndroidManifest.xml

#android
swing界面的最大化与最小化

1.设置窗口最大(伪最大化)         JFrame frame =new JFrame();                  frame.setSize(Toolkit.getDefaultToolkit().getScreenSize());            frame.setLocation(0,0);                 frame.show();

#java
vwmare中Linux全屏显示

转自【http://blog.csdn.net/liangxanhai/article/details/7654436】首先进入VMware中的linux的系统,然后进行如下操作:1、点击“view”——然后将Autofit  window这个选项勾选。(一般版本高的VMware虚拟机都会默认该设置)2、该步骤是关键,具体的操作为:点击“VM”——选中“install vm

#linux
ubuntu中两种远程登陆的方式

在我们租用云主机,VPS的情况下,经常会使用远程登陆功能,下面我就介绍两种,分别是SSH和telnet.推荐使用一款软件,那就是putty,安装方式为:sudo apt-get install putty。使用这款软件,我们进行远程连接就很方便了。方法一:SSH  使用这种方式,要求我们的服务器上启用了ssh服务。如果没有,可以通过以下方式安装:sudo apt-get i

#ubuntu
WMware虚拟机中无法连接到网络可能的原因

可能是虚拟机的网关那里没弄好,在虚拟机的编辑-虚拟网络编辑器中找到wmnet8的Nat设置,那里的网关地址换一下,比如我的本来是192.168.116.3,这样无论如何都连不上网,但是当我将它改成192.168.116.10时,就能连上网了.

#虚拟机
到底了