题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1111Problem DescriptionThe Sarcophagus itself is locked by a secret numerical code. When somebody wants...
分类:
其他好文 时间:
2015-05-30 22:28:08
阅读次数:
387
大家都爱c/c++不是吗?c/c++有着丰富的模板库,such as...真是喜闻乐见啊,但是谁知道呢,在C的内心最深处,还隐藏者那些不能说的秘密。SECRET _1 (数组魔法,规整的数组有一颗癫狂的心)我们来看这样的几行代码1 for(int i=1;i>n;2 while(0>n;2 ...
分类:
编程语言 时间:
2015-05-30 19:51:30
阅读次数:
133
Problem Description
A lot of battleships of evil are arranged in a line before the battle. Our commander decides to use our secret weapon to eliminate the battleships. Each of the battleships can be ...
分类:
其他好文 时间:
2015-05-29 23:17:22
阅读次数:
132
1.安装数据库服务1.1安装MySQL[root@svr5lab]#tar-xfMySQL-5.6.15-1.el6.x86_64.rpm-bundle.tar-Csoft/[root@svr5lab]#rpm-Uvhsoft/MySQL-*.rpm1.2启动服务[root@svr5lab]#servicemysqlstartStartingMySQL...[确定]1.3查看密钥文件[root@svr5lab]#cat/root/.mysql_secret#Thera..
分类:
其他好文 时间:
2015-05-25 14:46:28
阅读次数:
211
1、用管理员的帐号登录后,选择【设置】-【权限管理】进入管理组设置界面,如下图
2、在左边点击【新建管理组】,新建一个管理组(这里必须新建一个管理组,因为系统管理组是无法获取权限的),如下图:
3、新建好管理组后,根据实际情况需要设置管理权限,在右边页面的最下面就可以看到secret,如下图...
分类:
微信 时间:
2015-05-24 14:18:18
阅读次数:
958
安装phpMyAdmin#tar-xfphpMyAdmin-xxx.tar.gz-C/www/apk.org#cd/www/apk.org#mvphpMyadminpma#cdpma#cpconfig.simple.inc.phpconfig.inc.php#opensslrand-base6410ks123t4olj#vimconfig.inc.php$cfg[‘blowfish_secret‘]=‘ks123t4olj‘在浏览器中访问http://www.apk.org/pma更改m..
分类:
Web程序 时间:
2015-05-24 06:43:41
阅读次数:
183
Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 10646Accepted: 5645DescriptionThe database of the Pentagon contains a top-secret information....
分类:
其他好文 时间:
2015-05-22 09:28:23
阅读次数:
95
1.CSRF 保护from flask import Flaskapp = Flask(__name__)app.config['SECRET_KEY'] = 'secret_key string'app.config字典可用来存储框架、扩展和程序本身的配置变量。使用标准的字典语法就能把配置值添加到...
分类:
Web程序 时间:
2015-05-21 22:32:46
阅读次数:
899
Face++的官网:http://www.faceplusplus.com.cn/可以识别照片中的人脸位置,人物的年龄,性别,种族,是否微笑等信息。首先创建应用,会分配给我们一个API Key和API Secret,然后下载“Java SDK(Android)”,导入Jar包和库文件,参考官方的Demo进行编写。1.FaceDetectUtil帮助类:package com.zms.carlaunc...
分类:
移动开发 时间:
2015-05-21 14:19:23
阅读次数:
343
显然#includeusing namespace std;int n,ans;int sqr(int x){return x*x;}int main(){ scanf("%d",&n); for(int i=0;i*i<=n;++i) for(int j=0;j*j+i*i<=n;++j) ...
分类:
其他好文 时间:
2015-05-18 16:23:01
阅读次数:
154