码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
css练习 简单布局
标题栏 功能测试一 功能测试二 功能测试三 功能测试四 中间内容右内容版权所有,侵权必究All rights reserved. * { margin: 0; pad...
分类:Web程序   时间:2014-07-19 15:05:37    阅读次数:268
poj 1094 / zoj 1060 Sorting It All Out
Sorting It All OutTime Limit:1000MSMemory Limit:10000KTotal Submissions:26876Accepted:9271DescriptionAn ascending sorted sequence of distinct values i...
分类:其他好文   时间:2014-07-19 15:03:58    阅读次数:278
typeid, const_cast<Type>的使用
1 #include 2 using namespace std; 3 4 class A { 5 public : 6 void Show() { 7 cout 去除const或volatile限制: 1 #include 2 using n...
分类:其他好文   时间:2014-07-19 14:27:53    阅读次数:190
Period
uvalive3026:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1027题解:给你一个串,然后让你找出前缀中是周期串的位子以及循环的次...
分类:其他好文   时间:2014-07-19 11:29:10    阅读次数:249
NYOJ 293 Sticks
Sticks时间限制:3000ms | 内存限制:65535KB难度:5描述George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he...
分类:其他好文   时间:2014-07-19 11:27:30    阅读次数:264
SQL Injection 字典 - Oracle
OracleDefault DatabasesSYSTEMAvailable in all versionsSYSAUXAvailable in all versionsComment Out QueryThe following can be used to comment out the res...
分类:数据库   时间:2014-07-19 09:39:56    阅读次数:605
SQL Injection 字典 - MSSQL
MSSQLDefault DatabasespubsNot available on MSSQL 2005modelAvailable in all versionsmsdbAvailable in all versionstempdbAvailable in all versionsnorthwi...
分类:数据库   时间:2014-07-19 09:33:28    阅读次数:815
音乐播放器
//// ViewController.m// 播放器//// Created by apple on 14-7-18.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#import ...
分类:其他好文   时间:2014-07-19 09:11:12    阅读次数:223
Centos使用dd命令制作U盘启动盘
首先格式化U盘:使用fdisk -l 查看U盘到挂载点,如我的为/dev/sdb1。卸载U盘,执行格式化命令:mkfs.vfat  /dev/sdb1 然后重新挂载U盘,开始制作启动盘:# dd if=/ntfs/linux_all/sys/CentOS-7.0-1406-x86_64-DVD.iso of=/dev/sdb 注意是/dev/sdb 不是/dev/sdb1  否侧出现错误 此...
分类:其他好文   时间:2014-07-19 02:35:35    阅读次数:217
github空间配额说明
What is my disk quota? GitHub doesn't have any set disk quotas. We try to provide abundant storage for all Git repositories, within reason. Keeping repositories small ensures that our servers a...
分类:其他好文   时间:2014-07-19 02:31:15    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!