码迷,mamicode.com
首页 > 其他好文
LeetCode--Rotate Image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place? 先转置class Solution { public: void rotate(vector...
分类:其他好文   时间:2015-01-12 10:57:18    阅读次数:137
SharePoint 2013 Nintex Workflow 工作流帮助(一)
Nintex Workflow 2013工作流动作(Workflow Action详解)...
分类:其他好文   时间:2015-01-12 10:57:21    阅读次数:137
UML基本架构建模--类的通用建模技术(一)
??   Modeling the Vocabulary of a System 为系统的词汇表建模   You’ll use classes most commonly to model abstractions that are drawn from the problem you are trying to solve or from the technology you are ...
分类:其他好文   时间:2015-01-12 10:56:53    阅读次数:272
第三章 界面UI的基石—UI布局(4)
3.2.5表单布局(TableLayout)TableLayout,即表单布局,以行和列的形式管理控件。每行为一个TableRow对象,也可以为一个View对象。当为View对象时,该对象将横跨该行所有列。同样的,我们也以一个简单的例子来加以说明,看完例子之后相信大家对TableLayout的应用会有一个比较全面的了解。     android:layout_width="fill_p...
分类:其他好文   时间:2015-01-12 10:54:03    阅读次数:211
UML基本架构建模--类的通用建模技术(二)
?? Modeling the Distribution of Responsibilities in a System 为系统的职责分配建模   Once you start modeling more than just a handful of classes, you will want to be sure that your abstractions provide a b...
分类:其他好文   时间:2015-01-12 10:53:34    阅读次数:207
UML基本架构建模--类的通用建模技术(三)
??   Modeling Nonsoftware Things 构建非软件事物模型   Sometimes, the things you model may never have an analog in software. For example, the people who send invoices and the robots that automatically pack...
分类:其他好文   时间:2015-01-12 10:55:13    阅读次数:204
shiro安全框架
原文:http://blog.csdn.net/boonya/article/details/8233303可能大家早先会见过 J-security,这个是 Shiro 的前身。在 2009 年 3 月初之前,这个安全框架叫做 J-security,由于某些原因,更名为 Shiro(或者 Ki,意为...
分类:其他好文   时间:2015-01-12 10:54:38    阅读次数:372
shaderlab_2
Unity3d的三种ShaderUnity的Shader分为三种:(1)Fixed function shader 属于固定渲染管线Shader,基本用于高级Shader在老显卡无法显示时的Fallback(之后有详细介绍)。使用的是ShaderLab语言,语法与微软的FXfiles 或者NVID....
分类:其他好文   时间:2015-01-12 10:51:12    阅读次数:131
MATLAB中在一个三维矩阵中如何提取出一个二维矩阵,使用permute
1 >> a=rand(2,3,4); 2 >> a 3 4 a(:,:,1) = 5 6 0.0878 0.4073 0.6183 7 0.6821 0.6563 0.3876 8 9 10 a(:,:,2) =11 12 0.2322 ...
分类:其他好文   时间:2015-01-12 10:50:41    阅读次数:245
时间轴代码
1 2 2015-01-10 08:54:17已签收,签收人是前台签收 3 2015-01-10 04:30:17河南洛阳公司 的派件员 梁勇1563...
分类:其他好文   时间:2015-01-12 10:50:52    阅读次数:149
裁剪图片
1 using System; 2 using System.Drawing; 3 using System.Drawing.Drawing2D; 4 using System.IO; 5 6 namespace ClassLibrary 7 { 8 /// 9 ...
分类:其他好文   时间:2015-01-12 10:50:54    阅读次数:214
Ok6410的一些U-Boot命令
some U-Boot commands special for FL Ok6410 (1) download U-Boot $dnw 50008000 $nand erase 0 100000 $nand write.uboot 50008000 0 100000 #dnw default l.....
分类:其他好文   时间:2015-01-12 10:49:04    阅读次数:290
用命令测试安装好的OpenStack环境
OpenStack三个节点icehouse-gre模式部署一文部署了一套OpenStack环境,接下来使用命令测试一遍。一、查看nova和neutron服务,确保都是笑脸#Nova-manage service listroot@controller:~# nova-manage service l...
分类:其他好文   时间:2015-01-12 10:49:16    阅读次数:288
FushionCharts
FushionCharts官网:http://www.fusioncharts.com/在线Demo:http://www.fusioncharts.com/free/demos/Blueprint/ 首先我们需要做的准备工作就是下载一个FusionCharts数据包,里面包括了我们后面将试用的Ja...
分类:其他好文   时间:2015-01-12 10:49:23    阅读次数:185
登录跳转实现
登录跳转,感觉比this.close()要叼
分类:其他好文   时间:2015-01-12 10:48:01    阅读次数:164
Get code int value for different encoding
http://msdn.microsoft.com/en-us/library/system.text.encodinginfo.getencoding%28v=vs.110%29.aspxusing System;using System.Text;public class SamplesEnco...
分类:其他好文   时间:2015-01-12 10:47:54    阅读次数:160
关于存储过程
USE [B2CShopDB]GO/****** Object: StoredProcedure [dbo].[USER] Script Date: 01/12/2015 09:44:06 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALT...
分类:其他好文   时间:2015-01-12 10:48:36    阅读次数:96
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!