码迷,mamicode.com
首页 >  
搜索关键字:reactnative react-native react native 刷新图片 base64    ( 14554个结果
Linux scsi disk driver
sd.cstaticvoidsd_config_discard(structscsi_disk*,unsignedint); staticvoidsd_config_write_same(structscsi_disk*); staticintsd_revalidate_disk(structgendisk*); staticvoidsd_unlock_native_capacity(structgendisk*disk); staticintsd_probe(structdevice*); staticin..
分类:系统相关   时间:2015-02-05 15:11:24    阅读次数:266
hadoop 异常及处理总结-02(小马哥精品)
一直以来,对hdfs的警告信息不报以理睬,今天突然关注了一下.每当我操作hdfs的时候就会出现这样一个警告:WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using buil...
分类:其他好文   时间:2015-02-05 14:55:11    阅读次数:158
dpdk安装与绑定网卡
DPDK的安装有两种方法:第一种是使用dpdk/tools/setup.sh选择命令字来安装;第二种是自己手动安装。为了更好地熟悉DPDK,我使用第二种方法。1、make config T=x86_64-native-linuxapp-gcc&& make配置并编译DPDK2、make instal...
分类:其他好文   时间:2015-02-05 12:52:52    阅读次数:1534
ExtJS笔记 Using Events
Using EventsThe Components and Classes of Ext JS fire a broad range of events at various points in their lifecycle. Events allow your code to react to...
分类:Web程序   时间:2015-02-04 20:09:30    阅读次数:261
【hadoop 2.6】hadoop 2.6源码编译过程,redhat 5.8操作系统进行编译【附:软件下载】
大家在官网下载hadoop2.6安装完使用的时候,总是在控制台有这样一句  WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 因为官网给的32位系统编译的版本,在64位的操作系统上使...
分类:其他好文   时间:2015-02-04 18:46:08    阅读次数:174
IOS常用加密算法
先说一下我们游戏设计时候的安全考虑吧(懒得打字,直接从设计文档中复制了,还请见谅....自己的独立游戏,所以100%的版权哈) 5.1 通过简单的URLENCODE + BASE64编码防止数据明文传输 5.2 对普通请求、返回数据,生成MD5校验(MD5中加入动态密钥),进行数据完整性(简单防篡改,安全性较低,优点:快速)校验。  5.3 对于重要数据,使用RSA进行数字签名,起到防篡改作...
分类:移动开发   时间:2015-02-04 18:42:02    阅读次数:217
How to setup a native windows server 2003 tftpd
expand tftpd.ex_ %windir%\system32\tftpd.exeinstsrv tftpd %windir%\system32\tftpd.exereg add hklm\system\currentcontrolset\services\tftpd\Parametersre...
分类:Windows程序   时间:2015-02-04 12:38:11    阅读次数:231
关于clojurescript+phantomjs+react的一些探索
这两天需要使用phantomjs+react生成些图片最开始发现clojurescript中包裹react的还挺多:https://github.com/omcljs/omhttp://holmsand.github.io/reagent/https://github.com/levand/quie...
分类:Web程序   时间:2015-02-04 12:26:22    阅读次数:155
安卓NDK流程
定义wrap类,声明native函数,加载库package com.ndk.hello;public class Classs { public native String say_hello(); static { System.loadLibrary("Hello...
分类:移动开发   时间:2015-02-03 21:11:52    阅读次数:180
关于WebView的一些用法探讨
众所周知,WebView是Android的一个重要视图组件,它基于WebKit内核,相当于一个内置浏览器,因此它主要的功能就是显示网页。其实WebView的功能非常强大,随着Web前端技术和Html5的发展,越来越多的APP不再是单纯的native开发,而是结合了Web方式,更有的甚至完全是Web APP的方式,当然其性能问题那就另讲了。相信每个开发者都或多或少地用过WebView,因此这里不再探...
分类:Web程序   时间:2015-02-03 17:16:30    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!