题目描述 Farmer John has purchased a lush new rectangular pasture composed of M by N (1 ≤ M ≤ 12; 1 ≤ N ≤ 12) square parcels. He wants to grow some yummy ...
分类:
其他好文 时间:
2019-07-17 12:46:57
阅读次数:
118
python_frm组件 一、URL添加 二、views.py操作 三、MODLES创建类 1 #Author:lee 2 from django import forms 3 from django.forms import fields 4 5 6 class FormUser(forms.Fo ...
分类:
编程语言 时间:
2019-07-15 12:09:31
阅读次数:
141
[Time Gate] https://www.luogu.org/problemnew/show/P2212 【解题思路】 刚刚A掉的一题就来写博客了,这题唯一的难点在于安装工人拒绝安装费用小于C的水管 这一点要在加边时就要判断如符合>c则加边否则不加,如果到最后判断是否>c肯定错了,因为不符合要 ...
分类:
其他好文 时间:
2019-07-15 01:38:24
阅读次数:
122
You are the King of Byteland. Your agents have just intercepted a batch of encrypted enemy messages concerning the date of the planned attack on your ...
分类:
编程语言 时间:
2019-07-13 20:06:45
阅读次数:
139
void Main() { var type = typeof(StockClass); type.Dump(); var fields=type.GetFields(BindingFlags.Instance|BindingFlags.NonPublic).Dump("字段"); var memb... ...
public static String[] findAllInClassFieldsName(Class l) { String[] fieldStr = null; if (l != null) { Field[] fields = l.getDeclaredFields(); fieldStr ...
分类:
其他好文 时间:
2019-07-06 14:59:51
阅读次数:
68
lt 小于, lte 小于等于exact 准确查找,不加双下划线相当于exactiexact 大小写不敏感contains 大小写敏感的icontains 大小写不敏感startwith, endwithin 在给定的列表中gt 大于,gte 大于等于range <–>between anddate ...
分类:
其他好文 时间:
2019-07-05 00:17:48
阅读次数:
151
题目描述 This past fall, Farmer John took the cows to visit a corn maze. But this wasn't just any corn maze: it featured several gravity-powered teleporte ...
分类:
其他好文 时间:
2019-07-03 13:30:44
阅读次数:
114
阅读本篇之前,假定读者已经有了 的基础,如需要补充 知识的,请自行百度。 是在 框架下的一个项目,利用 提供的强大功能,完成从Markdown到静态网页的转换。 NexT是Hexo项目下的一个主题插件,提供可高度定制的页面外观。 本文章对NexT主题配置文件 中的配置进行详细的讲解。 <! more ...
分类:
其他好文 时间:
2019-07-01 00:41:05
阅读次数:
552