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
chromedriver模拟浏览器对网站进行请求。安装chromedriver下载地址:https://sites.google.com/a/chromium.org/chromedriver/downloads注:chrome版本解压得到chromedriver.exe文件将解压后的exe文件放到chrome的安装目录下...\Google\Chrome\Application\(我的Chrome安装目录..
分类:
其他好文 时间:
2017-07-04 14:43:13
阅读次数:
5578
身为新手,在运用网络解析json数据的时候,发现先会用Gson等框架解析json,然后就懒起来学原生解析了,这下在看别人写的demo的时候就尴尬了,一块块的,不懂写什么,气氛十分尴尬。 不多说,先来条好bolg的链接:http://blog.csdn.net/android_lyp/article/ ...
分类:
Web程序 时间:
2017-06-28 17:16:10
阅读次数:
260
和LeetCode 207. Course Schedule(拓扑排序-求有向图中是否存在环)类似。 注意到。在for (auto p: prerequistites)中特判了输入中可能出现的平行边或自环。 代码: class Solution { public: vector<int> findO ...
分类:
编程语言 时间:
2017-06-27 13:53:24
阅读次数:
137
原因是ubuntu中是apache2,没有httpd.conf文件,所有找不到。 我的是ubuntu12.04系统,apache2配置文件在/etc/apache2/apache2.conf中, 如果你的不是在这个目录下,可以通过此命令查询:find / -name apache2.conf 另外有 ...
分类:
Web程序 时间:
2017-06-20 20:13:21
阅读次数:
161
参考网址: --配置步骤见如下链接https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/web-api-help-pages-using-swaggerhttp://www.cnblogs.com/Leo_wl/p/5816866.html(翻 ...