- 博客(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
5168
原创 ReactNative 开发中如何去掉iOS状态栏的"Loading from..."
引用 头文件 #import "RCTDevLoadingView.h"使用代码设置 [RCTDevLoadingView setEnabled:NO] ;这是一个加方法 。 全局有效 。
2017-09-29 10:03:54
1007
原创 boost mutex condition
//============================================================================// Name : Test.cpp// Author : // Version :// Copyright : Your copyright notice// Description :
2013-07-21 22:00:43
561
原创 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
682
转载 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
655
原创 关于wince 加载JPG,PNG图片的方法
主要代码 :cpp 文件。#include#include#include在析构函数中{ if(Null == m_pImageFactory) m_pImageFactory->release(); coUninitialize(); } 在initInstance() 中{coInitializeEx(Null
2009-04-08 20:50:00
2396
原创 关于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
378
mono for android sample
2014-07-28
自己实现具体 CScrollBar 的基本功能的例子
2009-04-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人