1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:
其他好文 时间:
2014-07-22 22:56:35
阅读次数:
216
1、新建AS类,用于为Tree生成复选框,及一些选择事件。package com.th.myUtils{ import flash.events.Event; import flash.events.MouseEvent; import mx.controls.Alert;...
分类:
其他好文 时间:
2014-07-19 00:02:02
阅读次数:
305
1.autotrace的设定SQL> set autotraceUsage: SET AUTOT[RACE] {OFF | ON | TRACE[ONLY]} [EXP[LAIN]] [STAT[ISTICS]]set autot on--打开autotrace,之后执行的sql,会显示sql执行结...
分类:
数据库 时间:
2014-07-18 23:36:37
阅读次数:
276
【C#匿名类型 - Anonymous Types】 Anonymous types provide a convenient way to encapsulate a set of read-only properties into a single object without having ....
分类:
其他好文 时间:
2014-07-18 21:08:09
阅读次数:
224
$ wc story.txt39 237 1901 story.txt● Use -l for only line count● Use -w for only word count● Use -c for only byte count● Use -m for character count (n...
分类:
系统相关 时间:
2014-07-18 00:22:31
阅读次数:
278
关键代码: /// /// 根据行,列索引来获取RepositoryItem /// /// GridView /// 行索引 /// 列索引 /// RepositoryItem public static RepositoryItem GetRepositoryItem(th...
分类:
其他好文 时间:
2014-07-17 22:31:31
阅读次数:
205
Dungeon Master
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 16178
Accepted: 6268
Description
You are trapped in a 3D dungeon and need to find th...
分类:
其他好文 时间:
2014-07-17 10:16:30
阅读次数:
235
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.
For example,
Given 1->2->3->3->4->4->5, return 1->2->5.
Given 1->1-...
分类:
其他好文 时间:
2014-07-16 17:30:52
阅读次数:
230
Shoemaker's Problem
Shoemaker has N jobs (orders from customers) which he must make. Shoemaker can work on only one job in each day. For each ith job, it is known the integer Ti (1i<=1000...
分类:
其他好文 时间:
2014-07-16 17:12:33
阅读次数:
274
/*
G - 二分
Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu
Submit
Status
Description
Given n points (1 dimensional) and q segments, you have to find the number of points th...
分类:
其他好文 时间:
2014-07-16 16:42:15
阅读次数:
245