source insight快捷键及使用技巧 退出程序 : Alt+F4重画屏幕 : Ctrl+Alt+Space完成语法 : Ctrl+E复制一行 : Ctrl+K恰好复制该位置右边的该行的字符 : Ctrl+Shift+K复制到剪贴板 : Ctrl+Del剪切一行 : Ctrl+U剪切该位置右边...
分类:
其他好文 时间:
2014-11-13 14:22:57
阅读次数:
278
在sqlserver中,当我们使用sp_spaceused查看数据库空间使用情况的时候会看到属性unallocated space。所有的中文翻译都是“未保留供数据库对象使用的数据库空间”,作为中国人的我很难理解,如果从英文的单词直译过来就是 "未被分配的数据库空间",也就是这些空间留给数据页以后填...
分类:
其他好文 时间:
2014-11-13 12:51:50
阅读次数:
157
这是一个很简单的组合技,灵活应用省略号。缩减成这样一行。直接看看这些CSS属性吧。 第一招是overflow,这个大家都很常见。它规定了当内容溢出元素框发生的事情,一般值就三种,默认的visible,直接修剪掉的hidden,还有产生滚动条的scroll(或者auto)。我们要做这种省略框,自...
分类:
其他好文 时间:
2014-11-13 12:11:28
阅读次数:
160
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:
其他好文 时间:
2014-11-13 01:44:09
阅读次数:
153
linuxmsgget返回no spaceleft首先要说的是此类标准函数应该养成查看man手册了解其用法及返回值的习惯。返回nospaceleft分为两种情况:1,创建的msgqueue个数超过整个系统限制,通过ipcs-l查看系统对msgqueue限制的具体个数,通过ipcs-q查看当前已经创建...
分类:
系统相关 时间:
2014-11-13 00:24:44
阅读次数:
411
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Follow up:Can you solve it without using extra space?怎...
分类:
其他好文 时间:
2014-11-13 00:20:11
阅读次数:
281
Given two sorted integer arrays A and B, merge B into A as one sorted array.
Note:
You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements from ...
分类:
其他好文 时间:
2014-11-12 23:06:03
阅读次数:
255
if you pass on an already existing Mat object, which has already allocated the required space for the matrix, this will be reused. The idea is that ea...
分类:
其他好文 时间:
2014-11-12 21:13:24
阅读次数:
336
ctrl+shift+space(new 后面自动提示)ctrl+shift+/ (注释)itar后面tab (for循环)it后面ctrl+j(很多智能代码生成)Alt+Insert(自动生成构造函数,get,set方法)ctrl+alt+t(自动生成try,catch)alt+enter(创建测...
分类:
其他好文 时间:
2014-11-12 19:23:55
阅读次数:
145
将myeclipse所配置的tomcat的jdk进行设置:-Xms512m -Xmx512m -XX:MaxNewSize=512m -XX:MaxPermSize=512m,如下图:...
分类:
编程语言 时间:
2014-11-12 10:34:42
阅读次数:
237