create table join_teacher(id int primary key auto_increment,t_name varchar(10) not null,gender enum('male','female','secret') not null)engine innodb c...
分类:
数据库 时间:
2015-09-21 23:40:11
阅读次数:
258
今天看drive into python 时,发现了字典格式化(DictFormatting)这个概念。>>> params = {"server":"mpilgrim", "database":"master", "uid":"sa", "pwd":"secret"}>>> "%(pwd)s" %...
分类:
编程语言 时间:
2015-09-20 17:36:36
阅读次数:
181
传送门WORDS1 - Play on Words#graph-theory#euler-circuitSome of the secret doors contain avery interesting word puzzle. The team of archaeologists has to ...
分类:
其他好文 时间:
2015-09-18 21:42:13
阅读次数:
210
1643: [Usaco2007 Oct]Bessie's Secret Pasture 贝茜的秘密草坪Time Limit: 5 SecMemory Limit: 64 MBSubmit: 295Solved: 250[Submit][Status][Discuss]Description农夫约翰...
分类:
其他好文 时间:
2015-09-17 15:00:33
阅读次数:
140
公钥加密:密钥是成对儿出现公钥:公开给所有人;pubkey私钥:自己留存,必须保证其私密性;secretkey特点:用公钥加密的数据,只能使用与之配对儿的私钥解密;反之亦然;实现:数字签名:主要在于让接收方确认发送方身份;用自己的私钥加密;密钥交换方式(IKE):①.发送方用..
分类:
其他好文 时间:
2015-09-16 01:01:02
阅读次数:
172
最近在将play工程通过activator dist开发模式部署到linux服务器上,部署后 打开 localhost:9000 出现Your new application is ready.到此本以为一起正常。但是,访问一个有写session数据的页面时,控制台打印了错误日志:play Appl...
分类:
移动开发 时间:
2015-09-15 23:22:24
阅读次数:
226
主题链接:点击打开链接stl+容斥#include #include #include #include #include #include using namespace std;#define N 65540#define ll __int64ll n;ll a[N][4], mul[4]={1...
分类:
其他好文 时间:
2015-09-15 14:16:48
阅读次数:
138
Problem DescriptionOn the way to the next secret treasure hiding place, the mathematician discovered a cave unknown to the map. The mathematician ente...
分类:
其他好文 时间:
2015-09-14 22:20:00
阅读次数:
222
题目:It is late at night and you found a logical expression on the blackboard, which you believe is the secret to figure out if your gang is going to be...
分类:
其他好文 时间:
2015-09-14 15:27:21
阅读次数:
138
注意,这个和C#的写法不太一样:var passcode = "secret passcode";class Employee { private _fullName: string; get fullName(): string { return this._fullNa...
分类:
其他好文 时间:
2015-09-14 11:58:40
阅读次数:
161