My favourite papers from day one of ICML 201507 July 2015Aargh! How can I possibly keep all the amazing things I learnt at ICML today in my head?! Cle...
分类:
其他好文 时间:
2015-07-09 21:22:21
阅读次数:
125
Description There are so many different religions in the world today that it is difficult to keep track of them all. You are interested in finding out...
分类:
其他好文 时间:
2015-07-04 16:40:17
阅读次数:
96
思想:主要根据DateTime类的DayOfWeek属性来得到周的英文名字,然后通过日期天数的加减运算得到周一。1.调用: string today = "2015-7-13";//System.DateTime.Now.ToString(); lblDay.Text = GetMondayOfT....
分类:
Web程序 时间:
2015-07-01 23:35:18
阅读次数:
249
英文原文:11 Laws of The System Thinking in Software Development
“我会更加努力地工作” —— 一匹名叫Boxer的马(出自乔治?奥威尔的《动物农庄》)
彼得?圣吉在其著作《第五项修炼》中提到的系统思维定律同样适用于软件开发。
1. 今日的问题源于昨日的解决方案(Today’s problems come from yes...
分类:
其他好文 时间:
2015-06-26 21:10:31
阅读次数:
97
# 获取日期:import datetime #调用事件模块today =datetime.date.today() #获取今天日期deltadays =datetime.timedelta(days=1) #确定日期差额,如前天 days=2yesterday =today -deltadays ...
分类:
编程语言 时间:
2015-06-25 00:07:17
阅读次数:
392
第一个命令行参数会被当邮件内容发送出去
#!/bin/bash
#@author Liuyang
#@date 2015-02-15
Recipients=xxx@xx.com
FROM=xxx@xx.com
TO=$Recipients
CC=
TODAY=`date +%Y%m%d`
sendmail "$Recipients" << EOF
From: Liuyang...
分类:
其他好文 时间:
2015-06-23 11:59:55
阅读次数:
190
前言:
这个资料的学习,第一天晚上先是在网上游荡,找各种关于SVN的资料(简介、历史、演变、类似软件……),第二天看社河师哥的视频并安装SVN,第三天(today)看完了马士兵老师讲的SVN视频,用浩杰一句话就是:“感觉棒棒哒”。
Part1:理论小结
先不提TGB《SVN项目管理方案》中所提到的高大上使用细节规范,就社河师哥和马老师的课程讲解,具体操作上社河师哥...
分类:
其他好文 时间:
2015-06-21 21:08:50
阅读次数:
129
import?java.util.*;
import?java.text.*;
public?class?Today?{
????public?static?void?main(String[]?args)?{
???//创建格式日期对象
????SimpleDateFormat?format?=?new?SimpleDat...
分类:
其他好文 时间:
2015-06-19 12:01:39
阅读次数:
690
Thank you.
I'm honored to be with you today for your commencement from one of the finest universities in the world. Truth be told, I never graduated from college, and this is the closest I've ever go...
分类:
其他好文 时间:
2015-06-19 11:55:18
阅读次数:
132
//带参数的小列子 if (exists (select * from sys.objects where name = ‘proc_get_Purchasing2‘)) drop proc proc_get_student go alter proc proc_get_Purchasing2(@today int) as --declare @today int? //申...
分类:
数据库 时间:
2015-06-18 20:22:58
阅读次数:
173