码迷,mamicode.com
首页 > 其他好文
Ieditor
InterfacesDescription IActiveViewEvents (esriCarto) Provides access to events that occur when the state of the active view changes. IAttributeTransfer ...
分类:其他好文   时间:2016-10-10 09:31:57    阅读次数:358
switch语句中case的标签
类型为char、byte、short、int的常量表达式 字符串字面量 枚举常量 ...
分类:其他好文   时间:2016-10-10 09:32:56    阅读次数:240
equals和==的区别(转)
基本数据类型,也称原始数据类型。byte,short,char,int,long,float,double,boolean,他们之间的比较,应用双等号(==),比较的是他们的值。 复合数据类型(类) 当他们用(==)进行比较的时候,比较的是他们在内存中的存放地址,所以,除非是同一个new出来的对象, ...
分类:其他好文   时间:2016-10-10 09:29:10    阅读次数:144
代码静态分析工具的误报原因分析
1. 引言 本篇文章分析了代码静态分析的基本原理以产生误报的根本原因,并介绍了形式化方法在LDRA工具套件中的应用情况。文章从实际工程应用的角度阐述了这些形式化方法的局限性,在参考文献1《Formal Methods Implemented in the LDRA Tool Suite》中我们详细描 ...
分类:其他好文   时间:2016-10-10 09:30:02    阅读次数:200
zTree+EasyUi做权限遇到的小问题
最近需要做一个zTree+EasyUi的权限管理系统,以前有过接触,在做这一块时,用到了ztree,树来加载咱们的菜单栏,后台获取登录用户信息的权限列表,转换成json对象来加载到咱们的树当中,代码如下: 你会发现人家早就想到了这一点,来实现这个效果,那么, 我们就可以运用到自己的ztree当中了, ...
分类:其他好文   时间:2016-10-10 09:31:13    阅读次数:320
软件工程第二次作业
最大子数组和的实现与测试 题目要求 题目要求 给定源数组求该数组中和最大的子数组 算法思想 算法思想 遍历源数组,每遍历一次用一个当前子数组和计数器(pseudoResult)将当前遍历过的数字加和,然后判断pseudoResult是否大于0,大于0的话就和最大子数组个计数器(result)比较,取 ...
分类:其他好文   时间:2016-10-10 09:28:40    阅读次数:138
连接 insance 到 vlan101 - 每天5分钟玩转 OpenStack(97)
前面我们创建了 vlan101,今天继续部署 instance 到该 vlan network,并讨论 instance 之间的连通性。 ...
分类:其他好文   时间:2016-10-10 09:29:13    阅读次数:116
软件测试上线标准
一、编写目的 明确软件测试工作的开始和结束标准。 二、软件测试合格标准 以上比例为错误占总测试模块的比例。 三、缺陷修复率标准 1) A、B、C级错误修复率应达到100% 2) D级错误修复率应达到96%以上 四、覆盖率标准 测试需求执行覆盖率应达到100%(业务测试用例均以执行)。 五、错误级别 ...
分类:其他好文   时间:2016-10-10 09:26:57    阅读次数:208
bzoj1090:[SCOI2003]字符串折叠
思路:区间dp,令f[l][r]表示l到r的答案,于是f[l][r]=min(f[l][mid],f[mid+1][r]),如果能折叠f[l][r]=min(f[l][r],f[l][l+len-1]+calc(r-l+1,len),calc是计算数字的长度。记忆化搜索即可。 1 #include< ...
分类:其他好文   时间:2016-10-10 09:26:14    阅读次数:105
上周热点回顾(10.3-10.9)
热点随笔: · ASP.NET Core官方计划路线及需要废除的一些Framework技术(Moon.Orm塑造Orm经典)· 老司机学新平台 - Xamarin Forms开发框架二探 (Prism vs MvvmCross)(Teddy's Knowledge Base)· JavaScript ...
分类:其他好文   时间:2016-10-10 09:26:53    阅读次数:148
200. Number of Islands
Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacen ...
分类:其他好文   时间:2016-10-10 09:27:02    阅读次数:186
软件工程第二次作业
一、安装Visual Studio 2015的全过程(很虐心) 1.百度搜索Microsoft官网,打开,点击产品栏中的VS如下图1: 图1.找到VS 2.点击下载,如图2。点击过后,页面会自动跳转到下载页,下拉,出现图3: 图2. 图3. 3.点击图3中第1个 Visual Studio 2015 ...
分类:其他好文   时间:2016-10-10 09:20:37    阅读次数:154
Word Break
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 ...
分类:其他好文   时间:2016-10-10 09:21:19    阅读次数:145
Walls and Gates
You are given a m x n 2D grid initialized with these three possible values. Fill each empty room with the distance to its nearest gate. If it is impos ...
分类:其他好文   时间:2016-10-10 09:20:55    阅读次数:182
Contains Duplicate III
Given an array of integers, find out whether there are two distinct indices i and j in the array such that the difference between nums[i] andnums[j] i ...
分类:其他好文   时间:2016-10-10 07:44:46    阅读次数:197
3. Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng ...
分类:其他好文   时间:2016-10-10 07:44:45    阅读次数:166
[修正] Firemonkey TSelection 控件等比缩放时,左下角拉动问题
说明:TSelection 控件,当在属性 Proportional = True 为等比缩放时,拉动左下角,右上角会跟着移动。 适用:Berlin 10.1.1 (或之前版本) Firemonkey 修正方法: 请将源码 FMX.Objects.pas 复制到自己的工程目录里,再进行修改。 修正前 ...
分类:其他好文   时间:2016-10-10 07:43:56    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!