自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (10)
  • 收藏
  • 关注

原创 ios react native 手动配置 realm 使用cocoapods 会编译报错 fatal error: 'React/RCTBridge.h' file not found

网上的配置的3 步结束后 会报  fatal error: 'React/RCTBridge.h' file not found这个时候需要修改 node_modules/realm/react-native/ios/RealmReact.xcodeproj 的工程 源码配置。需要修改 header search paths  加一项 如下图 。

2017-09-29 10:12:28 5093 1

原创 ReactNative 开发中如何去掉iOS状态栏的"Loading from..."

引用 头文件   #import "RCTDevLoadingView.h"使用代码设置 [RCTDevLoadingView setEnabled:NO] ;这是一个加方法 。 全局有效 。

2017-09-29 10:03:54 969

原创 boost mutex condition

//============================================================================// Name        : Test.cpp// Author      : // Version     :// Copyright   : Your copyright notice// Description :

2013-07-21 22:00:43 527

原创 linux 访问目录及文件

#include #include #include #include #include #include #include #include #include using namespace std;int main(int argc ,char **argv){ typedef liststring> TStringList ;

2013-06-21 00:39:22 620

转载 linux 下遍历文件夹

#include #include #include #include #include #include #include #include void iterate_dir(char *dir);int main(int argc,char **argv){ if( argc != 2 ){ printf("usage: co

2013-06-20 21:47:33 577

原创 关于wince 加载JPG,PNG图片的方法

  主要代码 :cpp 文件。#include#include#include在析构函数中{ if(Null == m_pImageFactory)       m_pImageFactory->release();      coUninitialize();  } 在initInstance() 中{coInitializeEx(Null

2009-04-08 20:50:00 2171 1

原创 关于DEBUG的一个调试代码

#ifndef WANGHUIFENG #define  WANGHUIFENG#endif #ifdef WANGHUIFENG#pragma warning (disable :4996)void MyDeBug(char * PathName ,const char *format, ... ){ va_list argptr;  char Buff[4096]; va_start(

2009-04-04 00:29:00 345

mono for android sample

mono for android , some control sample ,listview gridview tabhost page switch .

2014-07-28

total commander

total commander

2013-08-26

linux常用命令源码

linux常用命令源码

2013-06-21

linux 最新试题

一份linux试题,挺好的,网上找的。 一份linux试题,挺好的,网上找的。

2010-04-18

自己实现具体 CScrollBar 的基本功能的例子

自己写的一个从CWnd继承的例子,主要实现具有,CScrollBar 类似功能, 主要是可以自己重画CScrollBar 的背景颜色 .

2009-04-02

VC6.0小助手 编程助手

这个VC编程用的工具,我不说大家也知道是干什么用的吧。

2008-12-06

MFC教程(很适合初学者)

适合初学者的MFC教程。对于新手来说是一个很好的书。

2008-11-23

winAPI函数 使用手册

是学习使用API函数的实用手册,里面包含所有的WINDOWS API 函数.对入深入编程很有帮助.

2008-09-24

C# ListView和TreeView实现资源管理介面例子

学习C#的好例子,主要是ListView TreeView两个控件

2008-09-10

最新VC6.0使用手册

是学习VC6.0从基础到理解VC6.0原理的一个好的手册.

2008-09-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除