关联容器,完全没用过,一直想用,FUC,本文只介绍初级使用方式,不能贪多#include#include#include#includeusing
namespace std;typedef pair Auth;int main(){ map m; set s; Auth p1,p2,p3,p4; ...
分类:
编程语言 时间:
2014-05-17 22:46:09
阅读次数:
358
1. Startup.Auth.cs文件添加属性public static
OAuthBearerAuthenticationOptions OAuthBearerOptions { get; private set;
}添加静态构造函数 /// /// 构造函数 ...
分类:
Windows程序 时间:
2014-05-15 07:45:25
阅读次数:
1512
1说明SVN采用post-commit方式(钩子文件)实现版本自动发布。2实现方法2.1SVN部署安装:#yuminstallhttpdhttpd-develmysql-serverphpphp-develphp-mysqlsubversionmod_dav_svnmod_auth_mysql-y修改配置:#vim/etc/httpd/conf/httpd.conf
添加一行:
LoadModulephp5_modulemodul..
分类:
其他好文 时间:
2014-05-14 16:19:46
阅读次数:
328
mysql_connect(): Connection using old (pre-4.1.1)
authentication protocol
refused解决方法有如下三种:1、服务器端升级启用secure_auth选项;2、客户端连接时off掉secure_auth,即连接时加上--sec...
分类:
数据库 时间:
2014-05-14 12:42:12
阅读次数:
528
flask+gevent+gunicorn+nginx 初试...
分类:
其他好文 时间:
2014-05-13 06:37:52
阅读次数:
442
Flask默认使用的是Jinja2的模板引擎,下面将会介绍下Flask提供给模板的一些方法。#-*-coding:utf-8-*-
#导入一些函数
fromflaskimportFlask
fromflaskimportrender_template,g
#创建一个app
app=Flask(__name__)
#创建一个装饰器
@app.route("/")
@app.route("/index")
defindex..
分类:
其他好文 时间:
2014-05-11 19:25:12
阅读次数:
443
MongoDB出现 { code: 18, ok: 0.0, errmsg: "auth fails"
} 错误的原因:1.账号密码错误2.账号不属于该数据库
分类:
数据库 时间:
2014-05-10 23:50:35
阅读次数:
2572
第一步,激活Drive API首先,注册Google帐号;其次,登录Google Developers
Console;接着,建立工程和程序;紧接,激活APIs & auth;最后,选择Credentials。第二步,安装Google Client
Library安装一个NuGet包(Google....
1.首先简单说说wifidog认证的过程
客户端首次连接到wifi后,浏览器请求将会被重定向到:
login/?gw_address=%s&gw_port=%d&gw_id=%s&url=%s
验证通过后,客户端被重定向到网关,url格式如下:
http://网关地址:网关端口/wifidog/auth?token=
wifidong会启动一个线程周期性地报告每一个用户的状态信息,并通过...
分类:
Web程序 时间:
2014-05-09 22:28:57
阅读次数:
581
本文均来自PythonCookbook,本博文励志将Cookbook中的string部位,文件,面向对象编程部分完成,本系列博文陆续还会介绍flask框架,每篇博文都以一个个小例子展示。#-*-coding:utf-8-*-
‘‘‘
windows下修改文件属性
‘‘‘
importwin32con,win32api,os
#创建一个文件,并展示如何操..
分类:
编程语言 时间:
2014-05-09 07:02:03
阅读次数:
364