码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
LeetCode:4Sum
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array whic...
分类:其他好文   时间:2014-05-26 09:42:30    阅读次数:209
[转]TextView属性
android:autoLink设置是否当文本为URL链接/email/电话号码/map时,文本显示为可点击的链接。可选值(none/web/email/phone/map/all) android:autoText如果设置,将自动执行输入值的拼写纠正。此处无效果,在显示输入法并输入的时候起作用。....
分类:其他好文   时间:2014-05-26 09:37:22    阅读次数:213
[LeetCode] [Partition List 2012-04-30]
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should preserve the o...
分类:其他好文   时间:2014-05-26 09:35:28    阅读次数:266
MySql常用命令总结
MySql常用命令总结这两天搞个网站,又用到MySql,可是命令却一个都想不起来,所以,趁这次机会,把这些整理一下,权当作笔记吧,以便自己以后查阅!1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql>SHOWDATABASES;2:2、创建一个数据库MYSQLDATAmysql>CRE...
分类:数据库   时间:2014-05-26 09:09:36    阅读次数:303
sql 储存过程的使用
--获取所有数据 根据自定义函数传人类型id返回类型名称USE [Cloths]GO/****** Object: StoredProcedure [dbo].[Proc_all] Script Date: 05/23/2014 12:10:37 ******/SET ANSI_NULLS ...
分类:数据库   时间:2014-05-26 07:58:41    阅读次数:379
用ps 查看线程状态
ps -eLo pid,tid,class,rtprio,ni,pri,psr,pcpu,pmem,stat,wchan:30,comm线程相关选项:THREAD DISPLAYH Show threads as if they were processes-L Show threads, poss...
分类:编程语言   时间:2014-05-26 07:33:08    阅读次数:668
图解SQL的inner join、left join、right join、full outer join、union、union all的区别
对于SQL的Join,在学习起来可能是比较乱的。我们知道,SQL的Join语法有很多inner的,有outer的,有left的,有时候,对于Select出来的结果集是什么样子有点不是很清楚。Coding Horror上有一篇文章,通过文氏图 Venn diagrams 解释了SQL的Join。我觉得...
分类:数据库   时间:2014-05-24 13:51:44    阅读次数:354
01-03-03【Nhibernate (版本3.3.1.4000) 出入江湖】cascade的测试
相关文章:http://www.cnblogs.com/amboyna/archive/2008/02/18/1072260.html注意上面是hibernate,不是Nhibernate,这解释是否用于Nhibernate,自己验证。cascade的取值范围:all : 所有情况下均进行关联操作。...
分类:系统相关   时间:2014-05-24 13:05:09    阅读次数:509
I Take It All Back: Using Windows Installer (MSI) Rollback Actions
Original Link: http://blogs.flexerasoftware.com/installtalk/2011/10/i-take-it-all-back-using-windows-installer-msi-rollback-actions.html#sthash.KIIUKl...
分类:Windows程序   时间:2014-05-24 12:35:36    阅读次数:603
versions import不了 .a静态库
在local copying中点击view --->选择show ignored items。既可以显示.a文件,可以添加到repository中。
分类:其他好文   时间:2014-05-24 09:14:08    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!