点击打开链接
1073. Square Country
Time limit: 1.0 second
Memory limit: 64 MB
There live square people in a square country. Everything in this country is square also. Thus, the Square P...
分类:
其他好文 时间:
2015-01-17 01:16:52
阅读次数:
172
Description Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to meet...
分类:
其他好文 时间:
2015-01-16 23:46:04
阅读次数:
185
今天看别人写的源码发现一个特殊的DefaultValueAttribute。使用如下。原始代码:public class People { private string _Name = "小明"; public string Name ...
Classify handwritten digits using the famous MNIST data
This competition is the first in a series of tutorial competitions designed to introduce people to Machine Learning.
The goal in this comp...
分类:
其他好文 时间:
2015-01-16 13:07:42
阅读次数:
499
javascript作为弱类型的放言,没有类似于java,c#中“类”的概念,但实际开发中很多时候会有这样的需求,目前知道有两种方式可以模拟。 1.通过声明一个对象的方式,可有如下代码:var people = { age:12, name:"jack", ...
分类:
编程语言 时间:
2015-01-15 15:33:57
阅读次数:
226
点击打开链接
1260. Nudnik Photographer
Time limit: 1.0 second
Memory limit: 64 MB
If two people were born one after another with one second difference and one of them is a child, then th...
分类:
其他好文 时间:
2015-01-14 12:47:15
阅读次数:
125
http://theneodesign.com/the-best-tools-for-developers-2014/Tools, apps, software are the resources that claim to help people complete their assigned t...
分类:
其他好文 时间:
2015-01-13 19:18:02
阅读次数:
273
??
Modeling Nonsoftware Things
构建非软件事物模型
Sometimes, the things you model may never have an analog in software. For example, the people who send invoices and the robots that automatically pack...
分类:
其他好文 时间:
2015-01-12 10:55:13
阅读次数:
204
mysql -uroot -p密码 //登陆
creat database people; //创建
drop 数据库名称 //删除
show databases //查看所有数据库
use 数据库名称 //使用某个...
分类:
数据库 时间:
2015-01-12 09:28:31
阅读次数:
160
之前使用Pythonic搭建的论坛people界面显示有点问题第一个用户不显示,问了下作者,作者回复说这个Link只有~/people/而没有用户名 就点到为止了。按说我使用syncdb同步时注册的管理员应该显示在最前面的。但是却不是这样。前段时间也挺忙的,就先放一放了。------今天继续顺着ur...
分类:
编程语言 时间:
2015-01-12 00:10:13
阅读次数:
186