对数据表的插入、更新、删除操作 --数据查询和管理--取消重复元组distinctselect distinct 民族 from 学生信息go--查询前几列数据select top 6 * from 学生信息select top 6 学号,姓名,民族 from 学生信息go--查询计算列sele.....
分类:
其他 时间:
2015-01-06 00:41:54
收藏:
0 评论:
0 赞:
0 阅读:
175
发现4.6 的 本地 文档字体解析采用fonts.googleapis.com ,可是google 自古就与天朝不在一个鼻孔,所以你打开往往需要半天。网上查了一下,把所有本地的*.html 文档fonts.googleapis.com 替换成fonts.useso.com 即可至于批处理。我使用 n...
分类:
其他 时间:
2015-01-06 00:41:44
收藏:
0 评论:
0 赞:
0 阅读:
217
聚散终有时,没想到最终真的会散。我的魂就要散了这么散。元旦时候去探望了奶奶,这件事想了很久,觉得有好多好多话想对奶奶说。元旦的时候看到了奶奶的床头柜,心中就泣不成声了。----那里原本有个人在旁边的,或者在床上躺着,或者来回走动,那个人是我的奶奶。于是照计划,去公墓看了奶奶。也有着计划里的私人聊天机...
分类:
其他 时间:
2015-01-06 00:41:25
收藏:
0 评论:
0 赞:
0 阅读:
181
数据类型包括 :值类型:[简单类型[整数类型(sbyte,byte,short,ushort,int uint,long....),字符类型),布尔类型,实数类型],结构类型, 枚举类型]。引用类型:[类,委托,数组,接口]。值类型变量的内存储的是实际数据,而引用类型变量在其内存空间中存储的是一个指...
分类:
Windows开发 时间:
2015-01-06 00:41:14
收藏:
0 评论:
0 赞:
0 阅读:
337
1 Given an array of integers, find two numbers such that they add up to a specific target number. 2 3 The function twoSum should return indices of t.....
分类:
其他 时间:
2015-01-06 00:41:04
收藏:
0 评论:
0 赞:
0 阅读:
277
1.块状list.list_box{ padding:0px; 15px 30px; width:970px; margin:0 auto; overflow:hidden;}.list_items{ list-style:none; width:1020px;}.list_items li{ wi...
分类:
其他 时间:
2015-01-06 00:40:45
收藏:
0 评论:
0 赞:
0 阅读:
280
2013年谷歌i/o大会上介绍了两个新的layout: SlidingPaneLayout和DrawerLayout,现在这俩个类被广泛的运用,其实研究他们的源码你会发现这两个类都运用了ViewDragHelper来处理拖动。ViewDragHelper是framework中不为人知却非常有用的一....
分类:
其他 时间:
2015-01-06 00:40:35
收藏:
0 评论:
0 赞:
0 阅读:
314
1、使用服务器字体使用服务器字体非常简单,只要使用@font-face定义服务器字体即可。格式如下: @font-face{ font-family:name;src:url(url) format(font-format); }到目前为止,服务器字体还只支持TrueType格式和OpenType格...
分类:
Web开发 时间:
2015-01-06 00:40:14
收藏:
0 评论:
0 赞:
0 阅读:
432
题目:(DP)Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return al...
分类:
其他 时间:
2015-01-06 00:40:04
收藏:
0 评论:
0 赞:
0 阅读:
689
起先是为了在mac上装gcc4.7,搜了半圈发现macports最方便。于是按照官方的介绍撸开了袖子干。参见:https://guide.macports.org/chunked/installing.html1.首先卸载了旧版本的macport sudo port -fp uninstall in...
分类:
系统服务 时间:
2015-01-06 00:39:54
收藏:
0 评论:
0 赞:
0 阅读:
675
循环链表:单链表的基础上,首位相应,形成一个环,取第一项和末尾项,时间复杂度为0(1)意义:感觉不到太大的意义,主要是任意位置能够对整表进行循环遍历,code:package math;import java.util.HashMap;import java.util.List;import jav...
分类:
编程语言 时间:
2015-01-06 00:39:34
收藏:
0 评论:
0 赞:
0 阅读:
313
bitmap index说明:set echo ondrop table t purge;create table t ( processed_flag varchar2(1) );create bitmap indext_idx on t(processed_flag);insert into t...
分类:
其他 时间:
2015-01-06 00:39:04
收藏:
0 评论:
0 赞:
0 阅读:
313
如何标识一台Android设备?
分类:
移动平台 时间:
2015-01-06 00:38:54
收藏:
0 评论:
0 赞:
0 阅读:
367
template OutputIterator remove_copy (InputIterator first, InputIterator last, OutputIterator result, const T& val);说明: ...
分类:
其他 时间:
2015-01-06 00:38:44
收藏:
0 评论:
0 赞:
0 阅读:
343
/// /// 捕捉异常 /// protected void Application_Error() { // 获得前一个异常的实例 var ex = Server.GetLastError(...
分类:
移动平台 时间:
2015-01-06 00:38:34
收藏:
0 评论:
0 赞:
0 阅读:
284
昨晚睡觉的时候脑洞想到的…… 目前手机上大多数的播放器应用都有定时退出这个功能嘛,想了下这个功能的主要需求应该在于:(1)用户希望在睡熟之后能自动关闭应用。 然后在这个产生之后,又出现了一些引申需求:(2)比如通过这个功能来计时,比如今天想跑步30分钟就定时30分钟。 虽然说有可能类似需求(2...
分类:
其他 时间:
2015-01-06 00:38:15
收藏:
0 评论:
0 赞:
0 阅读:
280
3065: 带插入区间K小值Time Limit: 60 SecMemory Limit: 512 MBSubmit: 1062Solved: 253[Submit][Status]Description从前有n只跳蚤排成一行做早操,每只跳蚤都有自己的一个弹跳力a[i]。跳蚤国王看着这些跳蚤国欣欣向...
分类:
其他 时间:
2015-01-06 00:37:56
收藏:
0 评论:
0 赞:
0 阅读:
295
CALayer:在iOS中,你能看得见摸得着的东西基本上都是UIView,比如一个按钮、一个文本标签、一个文本输入框、一个图标等等,这些都是UIView。其实UIView之所以能显示在屏幕上,完全是因为它内部的一个图层。在创建UIView对象时,UIView内部会自动创建一个图层(即CALayer对...
分类:
其他 时间:
2015-01-06 00:37:45
收藏:
0 评论:
0 赞:
0 阅读:
440
一、Eclipse上安装GIT插件EGit Eclipse的版本eclipse-java-helios-SR2-win32.zip(在Eclipse3.3版本找不到对应的 EGit插件,无法安装) EGit插件地址:http://download.eclipse.org/egit/updat...
分类:
系统服务 时间:
2015-01-06 00:37:35
收藏:
0 评论:
0 赞:
0 阅读:
374
第一步: alter database dbName set recovery simple;第二步: dbcc shrinkfile('dbName_log');第三步: alter database dbName set recovery full;--------------------...
分类:
其他 时间:
2015-01-06 00:37:24
收藏:
0 评论:
0 赞:
0 阅读:
290