2020年4月16日

两个div在同一行显示

摘要: 栅格系统需要引用bootstrap插件 <script src="~/Scripts/BootStrap/bootstrap.js"> </script> <link href="~/Content/BootStrap/bootstrap.css" rel="stylesheet" /> 栅格系统使 阅读全文

posted @ 2020-04-16 20:48 不忘初心!加油 阅读(2863) 评论(0) 推荐(0)

两个div在同一行显示

摘要: 栅格系统需要引用bootstrap插件 <script src="~/Scripts/BootStrap/bootstrap.js"> </script> <link href="~/Content/BootStrap/bootstrap.css" rel="stylesheet" /> 栅格系统使 阅读全文

posted @ 2020-04-16 20:42 不忘初心!加油 阅读(1324) 评论(0) 推荐(0)

2020年2月28日

No mapping found for HTTP request with URI [/SLSaleSystem/js/jquery.dataTables.min.js] in DispatcherServlet with name 'spring' 静态资源文件访问不到,无解!!!!!!!

摘要: 报错信息: 网上三种修改 web.xml 文件方法尝试未果 尝试未果:<mvc:default-servlet-handler/> 尝试未果:方法2:直接告诉spring,这个你就得这么做! 在MVC配置文件中添加资源文件映射。 <resources mapping="/resources/**" 阅读全文

posted @ 2020-02-28 13:13 不忘初心!加油 阅读(310) 评论(1) 推荐(0)

2020年1月14日

nginx tar包安装步骤

摘要: 1、将tar包通过 Xftb工具传输到远程服务器 2、通过 cd 命令进入存放nginx包的文件夹目录 3、tar -zxvf + 文件名 解压 4、cd nginx-1.12.0 进入源码目录 5、执行 ./configure 6、然后 make 再make install 7、开放80端口 vi 阅读全文

posted @ 2020-01-14 21:46 不忘初心!加油 阅读(2400) 评论(0) 推荐(0)

linux中安装nginx时查看修改80端口时没有iptables文件的内容?? 求解

摘要: 阅读全文

posted @ 2020-01-14 21:44 不忘初心!加油 阅读(310) 评论(0) 推荐(0)

2019年12月26日

Linux文件夹被杀死求解?

摘要: Linux中提示cheese、e-calendar-factory 两个文件夹被杀死 程序错误1、cheese process /usr/bin/cheese was killed by signal 11(SIGSEGV) 程序错误2、process /usr/libexec/e-calendar 阅读全文

posted @ 2019-12-26 16:32 不忘初心!加油 阅读(661) 评论(0) 推荐(0)

导航