原文 The whole village soon learnt that a large sum of money had been lost. Sam Benton, the local butcher, had lost his wallet while taking his saving to the post office. Sam was sure that the wall...
分类:
其他好文 时间:
2015-09-08 13:56:04
阅读次数:
282
家里的网络不是很稳定。今天突然发现 TFS 上所有的 mapping都突然没有了。尝试去remapping,在Source Control Explorer 中右击源文件,然后选择 Advanced -> Map to loacal folder. 然后出来了个对话框,说Workspace已经被ma...
分类:
移动开发 时间:
2015-09-06 12:59:27
阅读次数:
152
题目大意:先给你一些子串,然后给你一个母串,母串里面的字母可以任意调换位置,问最多这个母串经过一些位置变动最多能包含多少个子串。分析:可以比较明显的看出来的DP,先求出来ATGC分别有多少,然后再处理,不过有个比较麻烦的地方,因为ATGC的字母数最多是40,因为不知道那种字母所以是40*40*40*...
分类:
其他好文 时间:
2015-08-31 15:02:08
阅读次数:
243
创建字典管理的表空间create tablespace james datafile '/opt/oradata/orcl/james01.dbf' size 50 M,
'/opt/oradata/orcl/james02.dbf' size 50 M
minimum extent 50k extent management dictionary
d...
分类:
数据库 时间:
2015-08-30 15:50:44
阅读次数:
134
[root@centos6~]#
umount/dev/sda5#注释说明
[root@centos6~]#
[root@centos6~]#
mount-a
[root@centos6~]#cd
/mysql/
[root@centos6
mysql]#ls
lost+found
分类:
其他好文 时间:
2015-08-27 19:15:52
阅读次数:
130
SELECTDECODE(file_name,‘M‘,tablespace_name,LPAD(‘--->‘,5)||file_name)tablespace_name
FROM
(SELECT*FROM
(SELECTtablespace_name,‘M‘file_name
FROMdba_tablespaces
UNION
SELECTdba_tablespaces.tablespace_name,dba_data_files.file_name||‘‘||
‘(Allocated:‘..
分类:
数据库 时间:
2015-08-27 19:13:51
阅读次数:
243
bfs,多校,HDU5335
In an maze, the right-bottom corner is the exit (position is the exit). In every position of this maze, there is either a or a written on it.
An explorer gets lost in this grid. His position now is , and he wants to go to the exit. Sin...
分类:
其他好文 时间:
2015-08-27 16:45:12
阅读次数:
227
Description
Twin towers we see you standing tall, though a building’s lost our faith will never fall.
Twin towers the world hears your call, though you’re gone it only strengthens our resolve.
We...
现在需要远程复制源码包使用scp命令:[root@localhostDownloads]#scp
nginx-1.6.2.tar.gz172.25.16.2:root@172.25.16.2‘spassword:bash:
scp:commandnotfound//提示错误lost
connection//解决方法:[root@localhostDownloads]#which
scp/bin/scp[root@localhostDownloads]#rpm-..
分类:
其他好文 时间:
2015-08-21 00:25:08
阅读次数:
129
create tablespace DSXZFW datafile 'D:\yangk\oraclespace\DSXZFW.ora' size 1000m; // 创建表空间,注意如果要还原数据库的话,表空间名一定要与备份的时候空间名一样(就是客户现场用的表空间名)create user eqqx...
分类:
数据库 时间:
2015-08-18 18:13:00
阅读次数:
207