上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 384 下一页
摘要: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be 阅读全文
posted @ 2016-04-08 13:06 lcchuguo 阅读(186) 评论(0) 推荐(0)
摘要: 学习完了牛腩之后,在进行ASP.NET的学习的时候,对全部学的知识。都有一种似曾相识的感觉,"哦,这个,在牛腩新闻公布系统中用过"。仅仅只是那时候。用的也是迷迷糊糊的,就说验证控件的使用吧,牛腩老师在验证码错误,password。username错误均用到了验证控件,仅仅只是那时候。仅仅是迷迷糊糊跟 阅读全文
posted @ 2016-04-08 12:26 lcchuguo 阅读(198) 评论(0) 推荐(0)
摘要: 题目: Lowest Common Ancestor of a Binary Tree Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to th 阅读全文
posted @ 2016-04-08 10:49 lcchuguo 阅读(195) 评论(0) 推荐(0)
摘要: 在可扩展JavaScript的世界里,假设我们说一个应用程序是模块化(modular)的,那么通常意味着它是由一系列存储于模块中的高度解耦,不同的功能片段组成。在可能的情况下。通过一处依赖性。松耦合能够使应用程序的可维护性更加简单。 假设有效地实现了这点,就非常easy地了解一部分怎样影响还有一个部 阅读全文
posted @ 2016-04-08 09:43 lcchuguo 阅读(256) 评论(0) 推荐(0)
摘要: svn更新到一半出错,再更新提示已经锁定,清理一下就好了 svn更新到一半出错,再更新提示已经锁定,清理一下就好了 阅读全文
posted @ 2016-04-08 08:28 lcchuguo 阅读(336) 评论(0) 推荐(0)
摘要: /* * Copyright (c) 2015, 烟台大学计算机学院 * All rights reserved. * 文件名:test.cpp * 作 者:刘畅 * 完毕日期:2015年 3 月20 日 * 版 本 号:v1.0 * * 问题描写叙述: 以下设计一个三角形类,请给出各成员函数的定义 阅读全文
posted @ 2016-04-07 21:22 lcchuguo 阅读(187) 评论(0) 推荐(0)
摘要: 本人安装的版本号是MATLAB(R2010b) 打包过程例如以下: MATLAB命令窗体输入deploytool,打开一个Eeployment Project的窗体: 1.在Name输入你想要打包后的文件的名字; 2.在Location输入你MATLAB当前的路径; 3.在Target选择第一项Wi 阅读全文
posted @ 2016-04-07 21:19 lcchuguo 阅读(654) 评论(0) 推荐(0)
摘要: Memory in Linux is organized in the form of pages (typically 4 KB in size). Contiguous linear addresses within a page are mapped onto contiguous physi 阅读全文
posted @ 2016-04-07 20:05 lcchuguo 阅读(258) 评论(0) 推荐(0)
摘要: 这段时间在从事游戏社区化方向的策划。为某款游戏定制化社区。 针对该款游戏做了一次深入的数据挖掘,当中一项数据特别有意思。对游戏中的好友关系进行统计。当中玩家好友数在1-5个的占了70%。6-10个的11%。平均好有数6个。 这些数据公开之后。大家对社区化价值有了不同的看法。 技术GG非常失落地说:好 阅读全文
posted @ 2016-04-07 18:44 lcchuguo 阅读(438) 评论(0) 推荐(0)
摘要: using System; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Messages; using Microsoft.Xrm.Sdk.Metadata; /// <summary> /// 创建货币Money类型的字段 /// </summ 阅读全文
posted @ 2016-04-07 17:30 lcchuguo 阅读(315) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 384 下一页