码迷,mamicode.com
首页 > 其他好文
2008-2013年写的10个小软件
01. Delphi - PhotoManager.rar02.Delphi - 大杀器.rar03.Delphi - 简单模拟考试系统.rar04.Delphi - 系统安全管理007.rar05.VB - MiniClock.rar06.VB - 窗口侦探.rar07.VB - 文件夹放心锁.r...
分类:其他好文   时间:2014-08-15 12:46:08    阅读次数:212
[LeetCode] Maximal Rectangle(good)
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.参考“Largest Rectangle in Histogram...
分类:其他好文   时间:2014-08-15 12:45:58    阅读次数:162
【HackerRank】Closest Numbers
Sorting is often useful as the first step in many different tasks. The most common task is to make finding things easier, but there are other uses als...
分类:其他好文   时间:2014-08-15 12:45:48    阅读次数:382
uva 327 - Evaluating Simple C Expressions
Evaluating Simple C ExpressionsThe task in this problem is to evaluate a sequence of simple C expressions, buy you need not know C to solve the proble...
分类:其他好文   时间:2014-08-15 12:44:48    阅读次数:223
第一次接触OC多态,动态类型与动态绑定
多态:允许不同的类定义相同的方法。动态类型:程序直到执行时才能确定所属的类。动态绑定:程序直到执行时才能确定实际要调用的方法。id类型:一种通用的对象类型,也就是说,id可以用来存储属于任何类的对象,让不同类的输出不用特定设定,通用一个id类型就好。多态的出现时为了让不同的类能使用同明的方法。比如a...
分类:其他好文   时间:2014-08-15 12:44:08    阅读次数:184
正确理解WPF中的TemplatedParent
(注:Logical Tree中文称为逻辑树,Visual Tree中文称为可视化树或者视觉树,由于名称不是很统一,文中统一用英文名称代表两个概念,况且VisualTreeHelper和LogicalTreeHelper也是WPF中提供的类名称) 众所周知WPF中的Logical Tree是逻辑上定...
分类:其他好文   时间:2014-08-15 12:43:48    阅读次数:194
c#实现任务栏添加控制按钮
Windows7Taskbar的使用你需要引入3个文件VistaBridgeLibrary.dll、Windows7.DesktopIntegration.dll、Windows7.DesktopIntegration.Registration.exe下载地址:http://yunpan.cn/Qa...
分类:其他好文   时间:2014-08-15 12:43:18    阅读次数:215
通信原理之UDP协议(四)
UDP协议简介
分类:其他好文   时间:2014-08-15 12:42:28    阅读次数:150
Log Explorer使用说明
一、介绍LogExplorer主要用于对MSSQLServer的事物分析和数据恢复。你可以浏览日志、导出数据、恢复被修改或者删除的数据(包括执行过update,delete,drop和truncate语句的表格)。一旦由于系统故障或者人为因素导致数据丢失,它能够提供在线快速的数据恢复,最大程度上保证...
分类:其他好文   时间:2014-08-15 12:42:08    阅读次数:353
就是2048游戏啊!强大
#include #include #include #include #include #include #include #include #include using namespace std;const int MAXX = 10;int box[MAXX][MAXX];v...
分类:其他好文   时间:2014-08-15 12:41:58    阅读次数:322
友推-为应用集成分享功能安装手册
友推SDK是一款是面向移动应用的SDK组件,提供给开发者集成使用。 通过友推,开发者几行代码就可以为应用添加分享送积分功能,并提供详尽的统计报表,除了本身具备的分享功能 外,开发者也可将积分功能单独集成在已有分享组件的app上,让您的应用更好地通过用户的主动推荐触达新用户。
分类:其他好文   时间:2014-08-15 12:41:38    阅读次数:369
hdu1505 dp
1 //Accepted 5196 KB 109 ms 2 //类似hdu1506 3 //输入数据的格式没有明确的限制 4 //可能出现以下情况 5 //5 5 6 //R 7 //F 8 //F F F 9 //F F F F F 10 //R R R 11 //...
分类:其他好文   时间:2014-08-15 12:41:08    阅读次数:217
Nginx打开目录浏览功能(autoindex)
Nginx默认是不允许列出整个目录的。如需此功能,打开nginx.conf文件,在location server 或 http段中加入autoindex on;另外两个参数最好也加上去:autoindex_exact_size off;默认为on,显示出文件的确切大小,单位是bytes。 改为off...
分类:其他好文   时间:2014-08-15 12:40:48    阅读次数:271
lucene搜索方式(query类型)
Lucene有多种搜索方式,可以根据需要选择不同的方式。1、词条搜索(单个关键字查找) 主要对象是TermQuery 调用方式如下:Term term=new Term(字段名,搜索关键字);Query query=new TermQuery(term);Hits hits=searcher.sea...
分类:其他好文   时间:2014-08-15 12:40:18    阅读次数:293
onmouseout,mouseover经过子元素也触发的问题解决方案
在mouseout与mouseover的冒泡问题上,相信有很多朋友都遇到过。今天这里就总结一下关于mouseover和mouseout冒泡问题的解决方案:首先,看下event.relatedTarget的用法。relatedTarget事件属性返回与事件的目标节点相关的节点。relatedTarge...
分类:其他好文   时间:2014-08-15 12:39:48    阅读次数:181
uva 839 - Not so Mobile
Not so MobileBefore being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. Th....
分类:其他好文   时间:2014-08-15 12:39:28    阅读次数:249
随笔_0
小感悟,小句子:1.青春,不是年华,而是一种心境。2.把钱用来买一本好书,是最有价值的投资。3.what hurts more ? the pain of hard work , or the pain of regret .(from BOSTON CELTICS)
分类:其他好文   时间:2014-08-15 12:39:18    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!