一:配置SSH参数 修改/ etc / ssh / sshd_config文件:gedit / etc / ssh / sshd_config 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES,// kali中默认是yes 将PermitRootLogin无密 ...
分类:
系统相关 时间:
2018-12-15 11:44:43
阅读次数:
166
1. 命令行输入:npm run build 打包出来后项目中就会多了一个文件夹dist,这就是我们打包过后的项目。 第一个问题,文件引用路径。我们直接运行打包后的文件夹中的index.html文件,会看到网页一片空白,f12调试,全是css,js路径引用错误的问题。 解决:到config文件夹中打 ...
分类:
其他好文 时间:
2018-12-12 15:41:47
阅读次数:
242
用idea往github上push代码的时候,突然的不能用了。 报could not read Username for 'https://github.com': No error错误。 原因不明。 解决 1、进入项目目录 2、进入 .git 目录 3、修改.git/config 文件 之后,问题 ...
分类:
Web程序 时间:
2018-12-05 20:36:39
阅读次数:
862
ssh 连接缓慢解决方法 摘自:https://blog.csdn.net/qq_14821541/article/details/61915589 2017年03月13日 12:00:38 所以怎样 阅读数:2938 ssh 连接缓慢解决方法 摘自:https://blog.csdn.net/qq ...
分类:
其他好文 时间:
2018-12-05 12:14:54
阅读次数:
156
小白成长记第一篇,随手记录一下小常识 将固定地址写在web.config文件appSettings中 Controller调用方法: ...
分类:
Web程序 时间:
2018-12-04 14:34:21
阅读次数:
194
困扰已久的问题,用git push origin master 命令push项目到github上时,总是出现: fatal : ‘origin’ does not appear to be a git repository 这样的错误,问题在于.git目录下的config文件中只有[core],没有 ...
分类:
其他好文 时间:
2018-12-03 21:07:26
阅读次数:
153
以下方法是在已经添加完支持jsp环境基础上的: 打开File > Project Structure > Facetes 如图1: 如果左边一栏没有Web选项选择新建然后 如图2: 然后选择新建选择你项目中的webapp地址 如图3: 然后点击ok完成关联webapp; 新建config文件代码如下 ...
分类:
编程语言 时间:
2018-12-03 10:31:54
阅读次数:
272
Step1:App.config文件里进行配置 Step2:添加引用 Step3:使用 ...
分类:
数据库 时间:
2018-12-01 20:04:39
阅读次数:
297
1.找到IISExpress的配置文件,位于 <文档>/IISExpress/config文件夹下,打开applicationhost.config,找到如下代码: <site name="WebSite1" id="1" serverAutoStart="true"> <application p ...
分类:
其他好文 时间:
2018-12-01 15:08:00
阅读次数:
267