1.修改app.js文件,将其中的user路由去掉。 2.在index路由中配置如下: router.all('*', function(req, res, next) { res.header("Access-Control-Allow-Origin", "*"); res.header("Acc ...
分类:
Web程序 时间:
2018-10-15 20:26:26
阅读次数:
506
之前项目是Xcode7创建的,使用Xcode8或Xcode9打开之后,再用Xcode7打开准备修改界面时会提示:Thedocument“Main.storyboard”requiresXcode8.0orlater.ThisversiondoesnotsupportdocumentssavedintheXcode8format.OpenthisdocumentwithXcode8.0orlater
分类:
其他好文 时间:
2018-10-14 19:01:57
阅读次数:
198
在eclipse4.8.2中运行tomcat8.5项目时,提示出错: Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try ...
分类:
系统相关 时间:
2018-10-13 02:47:20
阅读次数:
258
session和cookie cookie和Django中操作cookie cookie cookie的由来 cookie的由来 HTTP协议是无状态的。 无状态的意思是每次请求都是独立的,它的执行情况和结果与前面的请求和之后的请求都无直接关系, 它不会受前面的请求响应情况直接影响,也不会直接影响后 ...
分类:
其他好文 时间:
2018-10-12 23:59:03
阅读次数:
336
越来越多的人开始意识到,网站即软件,而且是一种新型的软件。 这种"互联网软件"采用客户端/服务器模式,建立在分布式体系上,通过互联网通信,具有高延时(high latency)、高并发等特点。 网站开发,完全可以采用软件开发的模式。但是传统上,软件和网络是两个不同的领域,很少有交集;软件开发主要针对 ...
分类:
其他好文 时间:
2018-10-11 01:44:01
阅读次数:
209
Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command. xcode clone代码报错 ...
分类:
其他好文 时间:
2018-10-10 17:54:18
阅读次数:
135
10.5 An array of objects ) You can define an array of objects just as an array of built in types: Declaring without initialization requires the class ...
分类:
其他好文 时间:
2018-10-07 21:30:28
阅读次数:
128
Appium Log 清晰记录了所有的请求和结果 log [Appium] Welcome to Appium v1.8.1 [Appium] Appium REST http interface listener started on 0.0.0.0:4723 启动appium //启动appiu ...
分类:
移动开发 时间:
2018-10-06 16:45:48
阅读次数:
1109
如下图所示,项目在IE11下打开报错: 因为使用了 ES6 中用来传递异步消息的的Promise,而IE浏览器都不支持。 解决方法: 第一步: 安装 babel-polyfill 。 babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 第二步: 在 Webpack中使用 ...
分类:
其他好文 时间:
2018-10-04 15:58:00
阅读次数:
198