http://v.youku.com/v_show/id_XNTgyNjQxMTEy.html?f=19465801http://blog.sciencenet.cn/blog-240720-284694.htmlhttp://book.douban.com/review/5453762/http:...
分类:
其他好文 时间:
2015-04-07 23:24:59
阅读次数:
170
The content and code of this article is referenced from book Pro C#5.0 and the .NET 4.5 Framework by Apress. The intention of the writing is to review...
在HTML里只要涉及文件的地方(如超级链接、图片等)就会涉及绝对路径与相对路径的概念。1.绝对路径 绝对路径是指文件在硬盘上真正存在的路径。例如“bg.jpg”这个图片是存放在硬盘的“E:\book\网页布局代码\第2章”目录下,那么 “bg.jpg”这个图片的绝对路径就是“E:\book\网页布\...
分类:
其他好文 时间:
2015-04-07 15:20:09
阅读次数:
108
一、文件规范1、文件均归档至约定的目录中所有的CSS分为两大类:通用类和业务类。通用的CSS文件,放在如下目录中:基本样式库 /css/core通用UI元素样式库 /css/libJS组件相关样式库 /css/ul业务类的CSS是指和具体产品相关的文件,放在如下目录中:读书 /css/book/电影...
分类:
Web程序 时间:
2015-04-07 13:44:50
阅读次数:
213
Problem Description
The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote from the book:
Tout avait Pa...
分类:
其他好文 时间:
2015-04-06 12:58:20
阅读次数:
192
微软:Surface RT失败了 我们也能华丽转身最近微软悄无声息的发布了Surface 3,我想先谈谈最初对于这款产品的认识。在PC阵营里,大家都还算老实,戴尔还专门为Windows 8做过许多的宣传。但反观惠普,却自己去卖什么Windows 7的PC,这完全是对自己的伙伴完全不顾嘛。不论是配置还是长相,惠普算不上高级厂商,用户体验因为没用过就不说了。Surface的出现,无疑是想在平板和PC上树...
分类:
其他好文 时间:
2015-04-06 08:51:28
阅读次数:
153
#include#include #include#include#includeusing namespace std;int map[100][100]={0};int book[100]={0};int dis[100]={0};//顶点 int n=0,m=0;int minn=99999;...
分类:
其他好文 时间:
2015-04-05 15:58:54
阅读次数:
130