Good morning !It is really my honor to have this opportunity for an interview,I hope i can make a good performance today. I'm confident that I can suc...
分类:
其他好文 时间:
2015-04-16 17:04:59
阅读次数:
153
转载自http://onevcat.com/2014/08/notification-today-widget/
分类:
移动开发 时间:
2015-04-15 16:24:08
阅读次数:
165
I think they are advanced topics.C# 1. when will you use list, when will you use hashtable. 2. when will you use Idispose. 3.Async and Awaitpublic ...
Pivot 控件有一个SelectedIndex 可以指定当前显示的Pivot Item;我在一个应用中将周一到周日,一共对应七个Pivot Item,并想实现一打开应用就显示当前日期对应的星期页面 于是这样写: SelectedIndex =(int)DateTime.Today.DayOfWee...
分类:
其他好文 时间:
2015-04-13 00:08:51
阅读次数:
159
IT needs English ,Internationalization needs english ,we need the chance to conquer the world!...
分类:
其他好文 时间:
2015-04-12 12:06:48
阅读次数:
97
Good morning, everyone! My name is Tim. Today my topic is Love. Love is very important in our life. Because without it life has no meaning or purpose....
分类:
其他好文 时间:
2015-04-10 17:05:04
阅读次数:
119
Good morning, everyone! Today, my topic is Thinking in One My of Experience. In my speech, I will share my experience of getting back home from schoo....
分类:
其他好文 时间:
2015-04-10 17:03:53
阅读次数:
132
The installer doesn't work for the Xcode 6.3 GM released today. To reproduce:
To reproduce:
1. Install Xcode 6.3 (6D570).
2. Install Alcatraz: curl -fsSL https://raw.githubusercontent.com/superma...
分类:
其他好文 时间:
2015-04-10 09:40:48
阅读次数:
118
# 1. 取字符串的子串, 比如说从TIME_NOW分别取出日期和时间DATE_TODAY="${TIME_NOW:0:8}" # ${var:beg_pos:sub_str_length}, beg_pos是子串的起始位置(从0开始), sub_str_length为子串长度TIME_TODAY=...
分类:
其他好文 时间:
2015-04-08 22:46:45
阅读次数:
122
题意:给出n条路,起点和终点,问最短距离用map处理一下地名,再用floyd可是不懂的是:为什么INF定义成0x7fffffff就输出一堆奇怪的东西,改成100000000就可以了 1 #include 2 #include 3 #include 4 #include 5 #inclu...
分类:
其他好文 时间:
2015-04-08 00:52:41
阅读次数:
121