码迷,mamicode.com
首页 > 2015年09月13日 > 全部分享
cygwin简介及使用
一个是真实的假货,一个是冒牌的真品前指 Cygwin,后指 Linux/VMWare 路不管平还是陡,终归你要走的,如果你愿意投入到linux开发的社群中来,不会安装linux系统,不会配置工作环境是不能想象的。(事实上,确实要了解很多东西的原理,不然很难排错:诸如,硬盘引导器的引导原理、分区结构原...
分类:Windows程序   时间:2015-09-13 21:24:47    阅读次数:215
[LeetCode]Search a 2D Matrix II
Search a 2D Matrix IIWrite an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each ...
分类:其他好文   时间:2015-09-13 21:26:09    阅读次数:132
openoffice在连接时有错误,无法连接上
openoffice在连接时有错误,无法连接上报如下错误:java.net.ConnectException: connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Co...
分类:其他好文   时间:2015-09-13 21:25:58    阅读次数:2868
Java基础(二)
四、Java的数据类型 基本数据类型(Primitive Data Type):8种。 1、整型 byte 1b 8位 -128到127 short 2b 16位 -2^15到(2^15)-1 int 4b 32位 -2^31到(2^31)-1 long 8b 6...
分类:编程语言   时间:2015-09-13 21:24:26    阅读次数:158
OpenCV响应鼠标函数cvSetMouseCallback()和其副程式onMouse()的使用(OpenCV2.4.5)
每當滑鼠在視訊視窗介面點擊一下的時候,都會有固定三個動作1.點擊(Click)2.放開(Down)3.滑動(move)因此,程式執行滑鼠在點擊的時候onMouse()都會連續跑三次,代表滑鼠在點擊的時候連續的三個事件,而voidonMouse(int Event,int x,int y,int fl...
分类:其他好文   时间:2015-09-13 21:24:47    阅读次数:441
2.1 ARM家族大检阅
芯片名称ARM核指令架构S3C2440ARM9ARMv4TS3C6410ARM11ARMv6S5PV210Cortex A8ARMv7-A Cortex M工控 Cortex R 实时 Cortex A 多媒体 对比 S3C2440S3C6410S5PV210处理速度(MHz)400~500533~...
分类:其他好文   时间:2015-09-13 21:23:37    阅读次数:156
创建pdf
//创建pdf图形上下文 NSString *path = [NSHomeDirectory() stringByAppendingString:@"/Documents/pdf.pdf"]; NSLog(@"%@",path); UIGraphicsBeginPDFContex...
分类:其他好文   时间:2015-09-13 21:24:43    阅读次数:205
【js】js方法中直接跳转到servlet
function firm_back_state(id,name){ if(confirm("确认返单?")){ location.href="Edit_OrderServlet?method=delete&id="+id+"&in="+name; }else { ...
分类:Web程序   时间:2015-09-13 21:23:43    阅读次数:204
GCD创建单例
//单例,+方法不能调用成员变量及属性+ (instancetype)sharedManager{ static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ if (!_manager) { ...
分类:其他好文   时间:2015-09-13 21:25:44    阅读次数:146
StringFormat
public class StringFormatDemo { public static void main(String[] args) { String str = null; str = String.format("Hi,\t %s", "王力"); ...
分类:其他好文   时间:2015-09-13 21:25:34    阅读次数:126
RMQ模板
RMQ动态规划的思想int a[1100];int dp[maxn][20];void rmq_init(){ for(int i=0;i<n;i++) dp[i][0]=a[i]; for(int j=1;(1<<j)<=n;j++) for(int i=0...
分类:其他好文   时间:2015-09-13 21:24:40    阅读次数:136
HTML5
HTML5 拖拽 draggable = "true"拖拽的三个事件ondrgstart 拖拽开ondrag 拖拽中ondragend 拖拽结束投放区事件ondragenter 进入投放区ondragover 投放区移动(preventDefault();用以阻止事件的默认行为)ondraglear...
分类:Web程序   时间:2015-09-13 21:23:33    阅读次数:118
hdu 5438 Ponds 长春网赛1002
5438 好吉利的题号不停的删掉度数小于等于1的点并更新各点度数,直至无法删点,然后dfs即可#include#include#include#includeusing namespace std;#define ll __int64const int maxm=100008;const int m...
分类:其他好文   时间:2015-09-13 21:23:12    阅读次数:240
2015 ACM/ICPC Asia Regional Changchun Online
1001Alisha’s Party1002Ponds1003Aggregated Counting1004Clock Adjusting1005Travel1006Favorite Donut1007The Water Problem1008Elven Postman1009Food Proble...
分类:其他好文   时间:2015-09-13 21:24:19    阅读次数:168
iOS中的请求(GET请求,POST请求,同步请求,异步请求)
1.用到的一些第三方PostTableViewController.m#import "PostTableViewController.h"@interface PostTableViewController ()@property(nonatomic,retain) NSArray *dataAr...
分类:移动开发   时间:2015-09-13 21:21:50    阅读次数:209
UIPageViewController使用示例
#import "MediumController.h"#import "PhotoViewController.h"#import "VideoViewController.h"@interface MediumController (){ NSMutableArray *_pageArra...
分类:其他好文   时间:2015-09-13 21:23:01    阅读次数:141
IOS程序之间的跳转
1.首先在Info->URL Types 的 URL Schemes下写入本应用程序名,如:ProjectOne2.跳转到该程序(并传递参数)[[UIApplication sharedApplication]openURL:[NSURL URLWithString:[@"ProjectOne://...
分类:移动开发   时间:2015-09-13 21:22:29    阅读次数:167
1214条   上一页 1 ... 12 13 14 15 16 17 18 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!