码迷,mamicode.com
首页 > 其他好文
SAP ABAP 的常用debug方式
sap debug abap...
分类:其他好文   时间:2015-03-13 09:22:30    阅读次数:110
leetcode_96_Unique Binary Search Trees
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 96 Unique Binary Search Trees Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example, Given n = 3, there are a tota...
分类:其他好文   时间:2015-03-13 09:23:00    阅读次数:114
创建内向交货单 BBP_INB_DELIVERY_CREATE
创建内向交货单 BBP_INB_DELIVERY_CREATE...
分类:其他好文   时间:2015-03-13 09:22:28    阅读次数:172
leetcode_95_Unique Binary Search Trees II
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 95 Unique Binary Search Trees II Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example, Given n = 3, your ...
分类:其他好文   时间:2015-03-13 09:20:50    阅读次数:109
MPMoviePlayerViewController不能播放本地mp4的解决办法.
之前一直用MPMoviePlayerViewController进行网络播放,最近下载文件然后本地播放,发现怎么播放都是黑屏.后来发现MPMoviePlayerViewController的本地URL不能使用[NSURL urlStringFrom]这个方法.下面贴下正确代码 NSString *p...
分类:其他好文   时间:2015-03-13 09:18:53    阅读次数:133
[转]黄聪:如何使用CodeSmith批量生成代码
本文转自:http://www.cnblogs.com/huangcong/archive/2010/06/14/1758201.html在上一篇我们已经用PowerDesigner创建好了需要的测试数据库,下面就可以开始用它完成批量代码生成的工作啦.下面我会一步步的解释如何用CodeSmith实现...
分类:其他好文   时间:2015-03-13 09:20:10    阅读次数:182
下拉刷新
// 1.添加下拉刷新控件 UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; [self.tableView addSubview:refreshControl]; // 2.监听...
分类:其他好文   时间:2015-03-13 09:19:38    阅读次数:123
第十天学习内容 函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day10{ class Class1 { static ...
分类:其他好文   时间:2015-03-13 09:18:49    阅读次数:132
软件测试的维恩图
软件测试主要关注的是程序行为,在程序所有可能的行为中,一部分是规格说明所描述的行为(用集合S表示),一部分是程序最终实现的行为(用集合P表示),图1显示了二者之间存在的关系。在这个维恩图中,有些规定的程序行为并没有被实现,我们称之为“遗漏缺陷”;有些实现的行为并不是规格说明中规定的,我们称之为“过失...
分类:其他好文   时间:2015-03-13 09:19:27    阅读次数:144
[转载] puppet简介
原文:http://www.infoq.com/cn/articles/introduction-puppetpuppet主要用于维护集群的各个节点向一致的状态转变, 集群规模大了之后, 如何保证各个节点的状态一致(比如安装的软件包, /proc参数等)? puppet提供了一套解决方案Puppet...
分类:其他好文   时间:2015-03-13 09:20:07    阅读次数:167
日语分类系列:05
一、周1.词汇げつようび(月曜日) 〔名〕 星期一かようび(火曜日) 〔名〕 星期二すいようび(水曜日) 〔名〕 星期三もくようび(木曜日) 〔名〕 星期四きんようび(金曜日) 〔名〕 星期五どようび(土曜日) 〔名〕 星期六にちようび(日曜日) 〔名〕 星期日二、时间1.词汇いま(今) 〔名〕 现...
分类:其他好文   时间:2015-03-13 09:17:28    阅读次数:116
(状态压缩dp) poj 3254
Corn FieldsTime Limit:2000MSMemory Limit:65536KTotal Submissions:8729Accepted:4651DescriptionFarmer John has purchased a lush new rectangular pasture ...
分类:其他好文   时间:2015-03-13 09:18:46    阅读次数:123
nyoj 修路方案 (判断最小生成树是否唯一)
裸 1 #include 2 #include 3 #include 4 using namespace std; 5 6 struct node 7 { 8 int x, y, dis; 9 int flag;10 } a[200010];11 12 int cmp(nod...
分类:其他好文   时间:2015-03-13 09:16:35    阅读次数:313
第十一天学习内容 综合应用 网吧管理系统
using System;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day11{ class Class1 { struct huiyuan....
分类:其他好文   时间:2015-03-13 09:16:14    阅读次数:130
[转]CodeSmith 基础教程
本文转自:http://www.cnblogs.com/sorex/archive/2009/12/24/1631533.html〇、 前言最近两天自己写了个简单的ORM框架,非常的Easy,但是没有相应的代码生成工具,于是就很杯具了!于是乎,花费了一天的时间学习并写了一个CodeSmith可以使用...
分类:其他好文   时间:2015-03-13 09:17:10    阅读次数:148
Code First 数据迁移 转
一、为模型更改设置 Code First 数据迁移 1、工具—>库程序包管理器—>程序包管理器控制台—>输入“Enable-Migrations” 或者 Enable-Migrations -ContextTypeNameMvc.Models.DataContextEnable-Migra...
分类:其他好文   时间:2015-03-13 09:14:59    阅读次数:129
第九天学习内容 结构体
using System;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day09{ class Program { struct student...
分类:其他好文   时间:2015-03-13 09:17:17    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!