码迷,mamicode.com
首页 > 2015年07月20日 > 全部分享
【QrCode】Zxing竖屏,并解决变形问题
Step 1: Add following lines to rotate data before buildLuminanceSource(..) in decode(byte[] data, int width, int height)DecodeHandler.java:byte[] rotatedData = new byte[data.length]; for (int y = 0; y...
分类:其他好文   时间:2015-07-20 19:43:41    阅读次数:268
【C++】C++的输入输出、循环、条件、字符串、数组、类、继承的使用实例
本文介绍C++的基本使用,用一个程序说明的基本运用,当然C++中的指针与运算符的重载这些特色东西还没有涉及,只是把编程中最基本的东西讲述一次, 与《【Python】Windows版本的Python开发环境的配置,Helloworld,Python中文问题,输入输出、条件、循环、数组、类》(点击打开链接)是姊妹篇,据说这堆东西出书的话能写很多很多页,上课的话能上大半学期,真是醉了。 以下程序代码...
分类:编程语言   时间:2015-07-20 19:43:51    阅读次数:163
软件评测师真题考试分析-6
2010年下半年试真题36: 软件测试原则中指出“完全测试是不可能的”,主要原因是()。 A.输入量太大,输出结果太多以及路径组合太多 B.自动化测试技术不够完善 C.测试的时间和人员有限 D.仅仅靠黑盒测试不能达到完全测试 分析解答:完全测试是不可能的,因为不可能穷举软件的所有测试路径、输入有输出,所以本题的正确答案A。 2010年下半年试真题38: 以下关于设计功能测试用例...
分类:其他好文   时间:2015-07-20 19:41:40    阅读次数:155
O(nlogn)的最长上升子序列并且记录所选择的数 模板
#include #include #include #include #include #include using namespace std; const int MAXN = 10000 + 10; int A[MAXN]; int lis[MAXN]; int f[MAXN]; int stack[MAXN]; int N; int main() { while(sc...
分类:其他好文   时间:2015-07-20 19:42:30    阅读次数:122
#leetcode#Intersection of Two LinkedList
Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: A: a1 → a2 ↘ ...
分类:其他好文   时间:2015-07-20 19:43:57    阅读次数:105
leetcode | ZigZag Conversion
ZigZag Conversion : The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)P A...
分类:其他好文   时间:2015-07-20 19:41:58    阅读次数:116
操作系统学习笔记
一、操作系统引论 1、操作系统作用           1)为用户与计算机硬件系统之间提供接口;2)管理计算机系统资源;3)对计算机资源进行抽象。 2、操作系统发展:           1)无操作系统的计算机系统:用户直接使用操作系统;           2)单道批处理系统:将作业输入到磁带上,每次调用一道作业进入内存;           3)多道批处理系统:将作业输入到磁带上,...
分类:其他好文   时间:2015-07-20 19:42:09    阅读次数:107
distributed OSGI demo
《OSGi原理与最佳实践》,看到第四章,做 HelloWorld-cxf 的例子,亲测可以运行,osgi版本4.4 cxf插件版本1.2...
分类:其他好文   时间:2015-07-20 19:40:29    阅读次数:251
基于centos的mysql学习补充一
导出mysql数据库中的某个数据库的sql脚本--也就是说将该数据库的结构和数据导入到一个sql脚本中,之后可以通过该sql脚本恢复该数据库。 mysqldump -u mysql(用户名:mysql) -pmysql(密码:mysql) p2pserver(数据库名:p2pserver) > p2pserver.sql(脚本名:p2pserver.sql) 如果需要导出全部的数据库脚本 m...
分类:数据库   时间:2015-07-20 19:39:58    阅读次数:196
C++求解数组中出现超1/4的三个数字。
#include using namespace std; //求x!中k因数的个数。 int Grial(int x,int k) { int Ret = 0; while (x) { Ret += x / k; x /= k; } return Ret; } int main() { cout...
分类:编程语言   时间:2015-07-20 19:39:47    阅读次数:141
从Knockout到Angular的架构演变
2008年第一次在WPF中使用MVVM模式之后,就一直热衷于耦合隔离、模块化与重构、UI和逻辑分离、单元测试以及后面的领域模型。谈及MVVM模式,自己也开发过一套框架,但没有长期更新和维护,所以索性就一直使用Prism和MVVM Light。到2012年的时候,看到HTML5的大行其道和Silverlight的衰落,果断把主要精力投入到ASP.NET MVC和Knockout的开发和研究当中,虽然...
分类:其他好文   时间:2015-07-20 19:41:10    阅读次数:188
SQL ISNULL
使用指定的值替换 NULL ISNULL用来判断当所选列是空值的时候你打算用什么值去替换ISNULL ( check_expression , replacement_value )SELECT CASE WHEN m.[办结日期] IS NULL THEN 1900 ELSE YEAR(m.[办结日期]) END AS 合作结算明细_办结年份,ISNULL(m.[付款金额], 0)...
分类:数据库   时间:2015-07-20 19:39:44    阅读次数:150
LeetCode11:Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2015-07-20 19:39:27    阅读次数:103
使用Email的身份验证(OpenID)、电子支付,及Email的链接处理
本文介绍使用Email的身份验证(OpenID)的原理,指出分布式身份验证的优点,并讨论将Email用于银行电子支付的链接处理机制。...
分类:其他好文   时间:2015-07-20 19:39:05    阅读次数:193
LeetCode227:Basic Calculator II
Implement a basic calculator to evaluate a simple expression string.The expression string contains only non-negative integers, +, -, *, / operators and empty spaces . The integer division should trunca...
分类:其他好文   时间:2015-07-20 19:41:19    阅读次数:111
架构设计(ASP.NET MVC+Knockout+Web API+SignalR)
最近忙于重构项目的架构设计,没有时间发博客,也没有时间回复邮件及博文评论,忘各位见谅: 今天先发布架构设计图,同样没有时间写相关的介绍也没有时间回复评论,所以就不发在首页,希望给看到的朋友一些参考,同时也希望大家给点意见!...
分类:Windows程序   时间:2015-07-20 19:40:02    阅读次数:126
iOS开发-AutoresizingMask
关于ios的控件的AutoresizingMask属性   个人测试的一些结果 setAutoresizingMask控件的自适应     UIViewAutoresizingNone                 = 0,     UIViewAutoresizingFlexibleLeftMargin   = 1  0,  ...
分类:移动开发   时间:2015-07-20 19:38:51    阅读次数:145
2365条   上一页 1 ... 35 36 37 38 39 40 41 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!