这个错误是说你的资源丢失,就是说tomcat无法解析你的.class文件,需要自己重新配置一下。 解决方法: 右击项目名 > 点击properties --> 在搜索栏里 输入 WEB -->点击WEB -->修改Web Context-root 里当前项目名称 -->OK 然后重新部署,重新启动服 ...
分类:
移动开发 时间:
2016-11-24 11:25:47
阅读次数:
336
为了学习这篇文章里面下载的代码:http://www.cnblogs.com/charlesblc/p/6083687.html 需要用Intellij导入一个已有工程。源文件原始内容也可见:link 选择 Import Project -> "Create Project from existin ...
分类:
其他好文 时间:
2016-11-23 12:06:30
阅读次数:
223
Upgrading Existing Project You can upgrade existing .NET Core projects from using .NET Core 1.0 to .NET Core 1.1 Preview 1. I will show you the new pr ...
分类:
Web程序 时间:
2016-11-19 20:51:45
阅读次数:
376
最近想给GitHub 上的项目设置tag,可是使用GitHub Desktop,找了一圈都没找到快速设置Tag 的地方,最后只能通过终端命令来添加了。
想要查看Git 的命令,可以使用git --h...
分类:
其他好文 时间:
2016-11-19 16:33:10
阅读次数:
195
$arr = explode('|',$select_gift); list($select_game, $select_giftname) = $arr; array_push($existing_gift, [$row[game],$row[giftname] ]); //游戏配置变量 $qyg ...
分类:
编程语言 时间:
2016-11-06 17:02:14
阅读次数:
210
1、到那里找apk? (1)Android Studio菜单Build->Generate Signed APK (2)弹出窗口 (3)创建密钥库及密钥,创建后会自动选择刚创建的密钥库和密钥(已拥有密钥库跳过) 点击“Create new...”按钮创建密钥库 Key store path:密钥库文 ...
分类:
移动开发 时间:
2016-11-04 21:08:40
阅读次数:
494
在sdk中找到v7包 \sdk\extras\android\support\v7\recyclerview 导入工程 Import\Android\Existing Android Code Into Workspace 将导入的recycleview作为依赖库Library 工程上右键prope ...
分类:
系统相关 时间:
2016-11-03 18:55:34
阅读次数:
396
1:打包步骤: 1:桌面建立一个文件夹,名字叫keystore 2:点击build下面的 ,如下: 3:会出现如下界面: 4:下一步: 5:如果有keystore,请点击 choose existing,选择以前的keystore,同时输入密码和项目名字,最后点击下一步,如果没有keystore,请 ...
分类:
移动开发 时间:
2016-11-02 17:48:42
阅读次数:
285
CentOS 6.4是最新的出的系统,这里分享下安装教程,有些设置大部分教程没出现过,特分享下,方便需要的朋友 1、首先,要有一张CentOS 6.4的安装介质,使用介质启动电脑出现如下界面 界面说明: Install or upgrade an existing system 安装或升级现有的系统 ...
分类:
其他好文 时间:
2016-10-29 09:38:19
阅读次数:
311
两种升级方式 In-Place Upgrade: Involves shutting down the old MySQL version, replacing the old MySQL binaries or packages with the new ones, restarting MySQ ...
分类:
数据库 时间:
2016-10-22 20:31:23
阅读次数:
369