在输入网址的时候,比如输入“http://www.xxx.com/”,此URL中末尾的斜杠是至关重要的。因为在这种情况下,浏览器能安全的添加斜杠。而像“http://www.xxx.com/FolderOrFile”这样的地址,因为浏览器不清楚FolderOrFile到底是文件夹还是文件,所以不能自 ...
分类:
Web程序 时间:
2017-07-22 16:42:10
阅读次数:
152
Docker containers are stateless by default. In order to persist filesystem changes, you must use docker volumes. In this lesson, we will go over how t ...
分类:
其他好文 时间:
2017-07-21 21:50:28
阅读次数:
124
1.下载一个jdbc的jar包 2.在eclipse的项目名右键-new-folder 创建一个文件夹lib 3.将jar包拖到此文件夹中,在此jar包右键build path--add to path ,现在jar包导入成功 下面介绍jdbc使用流程 首先在使用jdbc的java文件里导包 Imp ...
分类:
数据库 时间:
2017-07-21 20:41:45
阅读次数:
237
android studio 各种问题 1.dexDebug ExecException finished with non-zero exit value 2 全bug日志如下: (Error:Execution failed for task ':app:dexDebug'. > com.and ...
分类:
移动开发 时间:
2017-07-19 10:35:51
阅读次数:
590
1.将以下配置添加到build.gradle文件中apply plugin: 'maven'group = 'com.company.root'// artifactId is taken by default, from folder nameversion = '0.0.1-SNAPSHOT't... ...
分类:
其他好文 时间:
2017-07-18 14:18:29
阅读次数:
261
其实,我们使用的opencv中要用的contrib/modules 是需要额外下载并在cmakelists.txt中指定的 git clone https://github.com/opencv/opencv_contrib.git 然后,就有opencv_contrib 的path啦 ...
分类:
其他好文 时间:
2017-07-18 11:56:16
阅读次数:
931
首先F12打开开发者工具 选择Sources 在左边的文件夹内 鼠标移动到你的html文件右键点击 选择 Add folder to workspace 就会弹出选择框,这时候选择自己的文件夹,选择后.浏览器顶部会弹出是否允许等等.点击允许 然后左侧就会多出本地的本件.打开文件夹.选择html文件右 ...
分类:
其他好文 时间:
2017-07-17 11:46:04
阅读次数:
215
1.新建Maven项目 1.1 File -> New -> Other 1.2 选择Maven Project ,单击Next 1.3 保持默认即可,单击Next 1.4 选择Archetype为 web app,单击Next 1.5 输入一些必要信息,单击Finish 1.6 项目结构如下图: ... ...
分类:
Web程序 时间:
2017-07-12 23:20:26
阅读次数:
162
最关键的两文件 <link href="<?php echo RESOURCES_FOLDER;?>/frame/css/plugins/toastr/toastr.min.css" rel="stylesheet"> <script src="<?php echo RESOURCES_FOLDER ...
分类:
其他好文 时间:
2017-07-12 21:25:38
阅读次数:
123
Getting Started with the Tango Java API In this tutorial, we'll go through setting up your build environment and compiling and running your first "Hel ...
分类:
其他好文 时间:
2017-07-11 21:08:29
阅读次数:
278