首页 > 其他
样式命名规范
(一)常用的CSS命名规则 头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体布局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体:m
分类:其他   时间:2016-03-05 11:30:58    收藏:0  评论:0  赞:0  阅读:206
【习题0】准备工作【第0天】
1.notepad++ 2.下载安装python http://python/org/download a、python测试 b、ActiveState Python c、 [Environment]::SetEnvironmentVariable("Path","$env:Path;C:\Pyth
分类:其他   时间:2016-03-05 11:30:38    收藏:0  评论:0  赞:0  阅读:153
dede观看总结自己总结
知识点一:{dede:arclist channelid="18" addfields="language,pfz" limit="0,5"} <li class="c[field:global.autoindex/]"><a href="[field:arcurl/]" target="_blan
分类:其他   时间:2016-03-05 11:30:28    收藏:0  评论:0  赞:0  阅读:213
DateBase -- Rising Temperature
Question: Given a Weather table, write a SQL query to find all dates' Ids with higher temperature compared to its previous (yesterday's) dates. +-----
分类:其他   时间:2016-03-05 11:30:18    收藏:0  评论:0  赞:0  阅读:145
7. 有人认为,“中文编程”, 是解决中国程序员编程效率一个秘密武器,请问它是一个 “银弹” 么?
银色子弹(英文:Silver Bullet),或者称“银弹”“银质子弹”,指由纯银质或镀银的子弹。在欧洲民间传说及19世纪以来哥特小说风潮的影响下,银色子弹往往被描绘成具有驱魔功效的武器,是针对狼人等超自然怪物的特效武器。后来银色子弹常被用做致命武器的代言词。被比喻为具有极端有效性的解决方法,作为杀
分类:其他   时间:2016-03-05 11:29:48    收藏:0  评论:0  赞:0  阅读:218
【习题1】第一个程序【第2天】
代码练习 : print "Hello World!" print "Hello Again" print "I like typing this" print "This is fun" print "Yay ! Printing" print "I'd much rather you 'not'
分类:其他   时间:2016-03-05 11:29:18    收藏:0  评论:0  赞:0  阅读:193
CodeForces 631C Print Check
排序+构造+预处理 #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; const int maxn = 200000 + 10; int n, m; int a[ma
分类:其他   时间:2016-03-05 11:29:08    收藏:0  评论:0  赞:0  阅读:143
poj 1113
题目链接: 题意:按顺时针顺序给你n个顶点的坐标,这些顶点构成了一堵闭合的墙,现在要求在这堵墙之外再起一堵墙 且两堵墙之间至少相距l的距离,求新起得墙的最小长度; #include <iostream> #include <cstdio> #include <cstring> #include <c
分类:其他   时间:2016-03-05 11:28:28    收藏:0  评论:0  赞:0  阅读:195
Lintcode 175 Invert Binary Tree
I did it in a recursive way. There is another iterative way to do it. I will come back at it later. /** * Definition of TreeNode: * public class TreeN
分类:其他   时间:2016-03-05 11:27:38    收藏:0  评论:0  赞:0  阅读:128
构建之法阅读笔记01
经过一周大致的浏览《构建之法》这本书,我看到了这本书的很多优点,不同于其他书,这本书注重的是启发,里边的很多小例子,以及里边的很多模型都给我们提供了解决一种问题的办法或者说是方向,告诉我们应该怎样做。比如在软件开发的不同阶段里边,玩具阶段有着纸飞机的模型,业余爱好阶段有着飞屋的模型,探索阶段有着莱特
分类:其他   时间:2016-03-05 11:27:28    收藏:0  评论:0  赞:0  阅读:166
30. Substring with Concatenation of All Words *HARD*
You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a conca
分类:其他   时间:2016-03-05 11:26:48    收藏:0  评论:0  赞:0  阅读:149
如何在CentOS 5/6上安装EPEL源
EPEL 是什么? EPEL (Extra Packages for Enterprise Linux,企业版Linux的额外软件包) 是Fedora小组维护的一个软件仓库项目,为RHEL/CentOS提供他们默认不提供的软件包。这个源兼容RHEL及像CentOS和Scientific Linux这
分类:其他   时间:2016-03-05 11:26:38    收藏:0  评论:0  赞:0  阅读:218
操作系统是如何工作的
实验2:运行并分析一个精简的操作系统内核,理解操作系统是如何工作的 姓名:李冬辉 学号:20133201 注: 原创作品转载请注明出处 + 《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000 1.计算机是如何工作的?(总
分类:其他   时间:2016-03-05 11:26:28    收藏:0  评论:0  赞:0  阅读:375
简单工厂-------And-----单例模式
我们IT人员或多或少都听说过简单工厂模式,但对于他的了解有多深,我们自己或许也不太清楚,下面,就让我们学习一下简单工厂的一些知识。 1.简单工厂模式 是属于创建型模式,又叫做静态工厂方法(Static Factory Method)模式,但不属于23种GOF设计模式之一。简单工厂模式是由一个工厂对象
分类:其他   时间:2016-03-05 11:26:20    收藏:0  评论:0  赞:0  阅读:111
如何读取Xcode中的infoplist文件
关于Xcode中的infoplist文件包含很多app的信息,比如app的项目名字,id及版本号等。比如我们在做版本新特性功能的时候,我们需要从中读取我们的版本号检测版本是否发生变化,如何读取infoplist中的版本号呢?代码如下: NSString * key = @"CFBundleVersi
分类:其他   时间:2016-03-05 11:25:38    收藏:0  评论:0  赞:0  阅读:150
centos 下tomcat安装
1. 下载jdk8 wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F;oraclelicense=accept-securebackup-cookie"
分类:其他   时间:2016-03-05 11:25:28    收藏:0  评论:0  赞:0  阅读:139
8.1.3 路径的方法和属性
纯路径的类提供下面的方法和属性:PurePath.drive 字符串表示的驱动器的字母或者名称。例子:#python 3.4from pathlib import * p = PurePath('/usr/bin/python3')print(p.drive)p = PureWindowsPath('c:/blog.csdn.net/caimouse')print(p.drive)p = Pure...
分类:其他   时间:2016-03-05 10:21:18    收藏:0  评论:0  赞:0  阅读:204
8.1.2 纯路径操作
纯路径操作对象提供了一些操作路径的功能,但不会访问文件系统的功能。主要提供下面三个类对象:class pathlib.PurePath(*pathsegments) 创建一个通用表示文件路径的类。例子:#python 3.4from pathlib import * p = PurePath('F:\\temp\\py')print(p)p = PurePath('foo', 'some/path...
分类:其他   时间:2016-03-05 10:21:08    收藏:0  评论:0  赞:0  阅读:267
POJ3422 Kaka&#39;s Matrix Travels 【最大费用最大流】
Kaka's Matrix Travels Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8006 Accepted: 3204 Description On an N × N chessboard with a non-neg
分类:其他   时间:2016-03-05 10:20:38    收藏:0  评论:0  赞:0  阅读:175
EVC内存检测
将以下代码保存为.h文件,在待检测的应用中调用它。 1 /***************************************************************** 2 为了使用内存检测,需要在待检测代码中进行以下三步: 3 1. Define _DEBUG #define
分类:其他   时间:2016-03-05 10:20:28    收藏:0  评论:0  赞:0  阅读:254
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!