码迷,mamicode.com
首页 >  
搜索关键字:rally    ( 98个结果
100. Same Tree(五星)
Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same if they are structurally ident ...
分类:其他好文   时间:2018-02-28 01:10:54    阅读次数:119
Test While You Sleep (and over Weekends)
Test While You Sleep (and over Weekends) Rajith Attapattu RELAX. I am not referring to offshore development centers, overtime on week- ends, or workin ...
分类:其他好文   时间:2018-02-27 11:33:57    阅读次数:204
<% %> in html
$(document).on('click', '.invoiceNumber', function () { var string = <%= StaticHelper.GetCurrentCompanyId.ToString()%>; string = string +" "+ $(this). ...
分类:Web程序   时间:2018-02-12 18:41:42    阅读次数:193
Talk the Talk
? Talk the Talk Mark Richards in Any pRoFESSion, jargon is used so that individuals within that pro- fession can effectively communicate with one anot ...
分类:其他好文   时间:2018-01-24 11:03:25    阅读次数:242
October 25th, 2017 Week 43rd Wednesday
Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑。 Today I want to compile the tangram-es library for m ...
分类:其他好文   时间:2018-01-14 21:26:59    阅读次数:165
LeetCode-------unique-binary-search-trees-ii
题目: Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example,Given n = 3, your program should return ...
分类:其他好文   时间:2017-12-14 04:06:52    阅读次数:120
一个人也可以建立 TCP 连接呢
今天(恰巧是今天)看到有人在 SegmentFault 上问「TCP server 为什么一个端口可以建立多个连接?」。提问者认为 client 端就不能使用相同的本地端口了。理论上来说,确定一条链路,只要五元组(源IP、源端口号、目标IP、目标端口号、协议)唯一就可以了,所以这不应该是技术限制。而 ...
分类:其他好文   时间:2017-11-16 11:35:41    阅读次数:140
HashTable —— 线程安全的散列表
HashTable 的一些认识: ■ 重要全局变量 ■ 构造函数 ■主要方法 - put(K key, V value) - get(Object key) ■ HashTable 遍历 ■ HashTable VS HashMap HashTable 基于 Dictionary 类,而 HashM ...
分类:编程语言   时间:2017-10-03 22:19:38    阅读次数:166
SQL Server 2017 正式发布:同时支持 Windows 和 Linux(现在看下来,当年那德拉的“云优先,移动优先”是有远见的,而且是有一系列的措施和产品相配合的,只是需要一点时间而已。真是佩服!!)
微软在去年 3 月首次对外宣布了 Linux 版的 SQL Server,并于今年 7 月发布了首个公开 RC 版。前几日在美国奥兰多召开的微软 Ignite 2017 大会上,微软宣布 SQL Server 2017 将于10月2日正式发布。 现在,SQL Server 2017 已正式发布。这是 ...
分类:移动开发   时间:2017-10-03 18:12:06    阅读次数:254
QPointer,QSharedPointer,QWeakPointer的区别与使用例子(QSharedPointer类似Delphi里的引用计数,是强引用,而QWeakPointer是弱引用,不影响原始对象的引用计数,相当于是在暗中观察对象,但保持联系,需要的时候就会出现)
QPointer is a template class that provides guarded pointers to Qt objects and behaves like a normal C++ pointer except that it is automatically set to ...
分类:Windows程序   时间:2017-09-13 20:18:18    阅读次数:298
98条   上一页 1 ... 3 4 5 6 7 ... 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!