Experiments on the NYC datasets, here is the dataset link: https://sites.google.com/site/yangdingqi/home/foursquare-dataset Forgive me being lazy and ...
分类:
其他好文 时间:
2017-08-03 21:50:07
阅读次数:
185
Mac电脑服务器配置过程,无论是个人学习,还是公司测试都非常实用,流程精简易懂,用于让Mac电脑做服务器方便做网络数据请求的测试。 第一步:定位到 Apache2 目录 $ cd /etc/Apache2/ 第二步:在 Finder 新建 sites文件夹,打开读与写权限. 第三步:显示目录列表 $ ...
分类:
Web程序 时间:
2017-08-02 09:58:42
阅读次数:
195
Apache作为最流行的Web服务器端软件之一,它的优点与地位不言而喻。下面介绍下在Mac下搭建Apache服务器的步骤: (1)”前往” –>”个人”“ (2)在你的个人目录下新建一个文件夹,改名为“Sites”(改完后可见到文件夹中有个指南针的图标)。注意要放在个人用户的文件夹下,因为它和桌面、 ...
分类:
Web程序 时间:
2017-07-31 19:59:53
阅读次数:
216
一、工具 环境:windows 7 python 2.7.7 下载地址:https://www.python.org/downloads/release/python-2713/ ps:这里提供的地址是当前的最新2.7版本,应该差别不大 django-1.11.3 下载地址:https://www. ...
分类:
Web程序 时间:
2017-07-26 15:40:29
阅读次数:
185
nginx 配置文件:/etc/nginx/sites-availbale/default 集群搭建 1、部署nginx反向代理三个web服务,调度算法使用加权轮询; Answer: (ubuntu位置:/etc/nginx/nginx.conf) http { upstream pythonweb ...
分类:
其他好文 时间:
2017-07-23 18:02:27
阅读次数:
188
http://www.fortinet.com.cn/support/ http://www.fortinet.com.cn/products/ https://www.fortinet.com/products.html http://www.fortinet.com.cn/sites/defau ...
分类:
其他好文 时间:
2017-07-22 19:58:02
阅读次数:
189
#region 上传文档 public static void FileAdd() { List Item1 = Web.GetList("sites/tangkang/DocLib"); FileCreationInformation FileCf = new FileCreationInform ...
分类:
其他好文 时间:
2017-07-21 13:21:50
阅读次数:
200
命令:nginx -t 查看失败原因: nginx: [emerg] "fastcgi_pass" directive is duplicate in /etc/nginx/sites-enabled/default:61 nginx: configuration file /etc/nginx/n ...
分类:
系统相关 时间:
2017-07-09 20:42:46
阅读次数:
189
学了一段时间flask,可是一直没有做过部署, 于是想着怎么部署呢, 想想,先吧服务给搞通吧,于是呢 就先想着去吧服务给搞起来,这里选择的是Flask+uwsgi+Nginx+Ubuntu, Python选择的是2.7.2这个是Ubuntu系统自带的学起来感觉还是简单的 不用去软连,目前自己的fla ...
分类:
系统相关 时间:
2017-07-08 17:54:16
阅读次数:
370
pom报:org.apache.maven.archiver.MavenArchiver.getManifest 解决办法: 升级m2eclipse插件版本 help->install newsoftware-> https://otto.takari.io/content/sites/m2e.ex ...
分类:
系统相关 时间:
2017-07-05 15:17:28
阅读次数:
182