码迷,mamicode.com
首页 >  
搜索关键字:published    ( 256个结果
2014值得期待的Erlang两本新书
在2014年的开头就有这样一个令人振奋的好消息,Erlang有一本新书即将出版 《The Erlang Runtime System》,其作者happi在2013年3月份公布了这本书的写作计划:"The plan is to have the book done by the end of 2013 and published early 2014. ",出版方是O’Reilly,按照O’Reil...
分类:其他好文   时间:2014-09-17 13:42:32    阅读次数:180
django admin 扩展
添加自定义动作:例子,添加一个方法,批量更新文章,代码如下:from django.contrib import adminfrom myapp.models import Articledef make_published(self, request, queryset): rows_upd...
分类:其他好文   时间:2014-09-16 21:56:01    阅读次数:289
模拟C#的事件处理和属性语法糖
1. [代码]SharpEvent.hpp /** SharpEvent.hpp** Created on: 2014-5-5* Author: leoking* Copyright: This file is published under BSD license.* Copyright...
分类:其他好文   时间:2014-09-13 17:07:06    阅读次数:255
django的datetime问题
django的models.py中定义了pub_date = models.DateTimeField('date published')这个字段,存入数据库中的数据格式为:2014-01-09;我取出来的datetime的格式为:2014-01-09 00:00:00+00:00;我的页面模板中使...
分类:其他好文   时间:2014-09-13 10:35:24    阅读次数:186
《The Story of My Life》Introductiom - Historical and Literary Context - Education of the Deaf and Blind
At the time the Story of My Life was published, the idea of a disabled person as an active member of society was radical. Through there were institute...
分类:其他好文   时间:2014-09-12 01:11:42    阅读次数:268
MongoDB常用语法
1 MongoVUE用法1.1 模糊查询头匹配: {"title":new RegExp("^各地发起纪念周总理")}任意位置匹配: {"published":{$gte: "2013-05-01", $lt: "2013-06-10"}, "title":new RegExp(".*北京.*".....
分类:数据库   时间:2014-08-19 18:39:05    阅读次数:288
ZOJ3197 Google Book 【贪心】
Google Book Time Limit: 1 Second      Memory Limit: 32768 KB You, the best hacker in the world, want to download the books published on Google Book. After some investigation, you found that...
分类:其他好文   时间:2014-08-19 16:38:05    阅读次数:222
HDU-4924-Football Manager(DFS+DP)
Problem Description Football Manager is a series of football management simulation games developed by Sports Interactive and published by Sega. In this game, you will play a role of a football club m...
分类:其他好文   时间:2014-08-11 00:31:01    阅读次数:400
访问级别
类级别的封装是最常见的封装形式。每个Object Pascal的类,有四种访问级别:private、protected、public、published。其中: ...
分类:其他好文   时间:2014-08-08 01:37:55    阅读次数:258
Struts1.x有两个execute方法,不要重写错哦HttpServletRequest才是对的(转)
Struts1.x 的 Action 有两个 execute 哦,小心搞错! by agate - Published: 2008-05-01 [9:42 下午] - Category: 程序编码 不知道各位使用 Struts1.x 的朋友们晓得不晓得,Struts1.x 的 org.apache....
分类:其他好文   时间:2014-08-04 01:59:26    阅读次数:406
256条   上一页 1 ... 23 24 25 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!