通过以下方式进行排查: 1、确定U盘是否真的有启动系统 2、分区是否已经标记为激活状态,尤其使用了Fdisk进行分区时,如果分区>=2时默认是不设置激活分区。 比如下面是通过Fdisk进行设置分区激活状态的操作: 参考: http://www.syslinux.org/wiki/index.php? ...
分类:
Web程序 时间:
2018-01-01 11:43:12
阅读次数:
219
Tree Description Give a tree with n vertices,each edge has a length(positive integer less than 1001). Define dist(u,v)=The min distance between node u ...
分类:
其他好文 时间:
2017-12-30 22:40:06
阅读次数:
221
SpringBoot Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean. 解决: 添加springboot-web的注解 ...
分类:
移动开发 时间:
2017-12-30 18:11:11
阅读次数:
287
系统环境 Nginx介绍 Nginx是一个开源的,支持高性能、高并发的WWW服务器和代理服务软件 官方资料:http://www.nginx.org/ nginx软件常见的使用方式或架构为:LNMP(linux nginx mysql php) Nginx的特点或优势 支持高并发:能支持几万并发连接 ...
分类:
其他好文 时间:
2017-12-25 22:12:34
阅读次数:
237
该问题需要使用异常管理: <!-- 无权访问跳转的页面 --> <bean class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver"> <property name="exceptionMapping ...
分类:
Web程序 时间:
2017-12-25 11:34:14
阅读次数:
4773
查看本博客前,请先参考博客:http://blog.csdn.net/miss_kun/article/details/51819048 有时候,激活的时候不成功,比如我的是myeclipse2014,按步骤激活后总报错product activation must be completed。。。。 ...
分类:
系统相关 时间:
2017-12-23 21:45:56
阅读次数:
263
目录: 本文转载自:http://blog.csdn.net/miss_acha/article/details/50004717 经过对Linux系统有了一定了解和熟悉后,想对其更深层次的东西做进一步探究。这当中就包括系统的启动流程、文件系统的组成结构、基于动态库和静态库的程序在执行时的异同、协议 ...
分类:
系统相关 时间:
2017-12-23 14:17:47
阅读次数:
176
1.创建文件夹脚本: 2.查询文件夹是否存在: 3.删除指定文件夹: 4.计算内存大小: ...
分类:
系统相关 时间:
2017-12-19 19:29:50
阅读次数:
197
libs文件夹下加入jar包(导包): gson 和 universal-image-loader build.gradle中加入依赖(加在最下面): pull-to-refresh上下拉刷新控件 :compile 'com.github.userswlwork:pull-to-refresh:1. ...
分类:
其他好文 时间:
2017-12-17 22:21:39
阅读次数:
177
Virtual Box https://www.virtualbox.org/wiki/Linux_Downloads 装不上Wine时直接装虚拟机吧。RTX真是个坑爹的东西,找不到替代的客户端 迅雷 在Linux下怎么用迅雷?(大牛做的东东,我试了没用,可能是系统版本太高了) Linux原生迅雷下 ...