https://devzone.nordicsemi.com/question/15271/how-can-i-write-10kb-of-data-to-internal-flash/?answer=17300#post-id-17300 Hi You can register for more ...
分类:
其他好文 时间:
2016-04-14 17:59:47
阅读次数:
981
默认情况下ssl模块并未被安装,如果要使用该模块则需要在编译nginx时指定–with-http_ssl_module参数. 需求: 做一个网站域名为 www.localhost.cn 要求通过https://www.localhost.cn进行访问. 10.10.100.8 www.localho ...
分类:
Web程序 时间:
2016-04-14 17:47:55
阅读次数:
209
首先从https://github.com/alibaba/dubbo/archive/master.zip下载最新源码,目前最新版本为2.5.4-SNAPSHOT。 我使用的是JDK 1.8.0_05, dubbo-admin版本是2.5.4-SNAPSHOT,也遇到了一样的问题。解决方案: 修改 ...
分类:
其他好文 时间:
2016-04-14 17:36:50
阅读次数:
114
简介http_load是基于linux、unix平台的一种性能测工具它以并行复用的方式运行,用以测试web服务器的吞吐量与负载,测试web页面的性能但是它不同于大多数压力测试工具,它可以以一个单一的进程运行,一般不会把客户机搞死还可以测试HTTPS类的网站请求总结特点以及缺点特点:基于..
分类:
Web程序 时间:
2016-04-14 16:16:48
阅读次数:
584
http://zone.wooyun.org/content/25982 需要用到firefox的插件plug-n-hack下载https://raw.githubusercontent.com/mozmark/ringleader/master/fx_pnh.xpi在firefox中选择从文件中安 ...
分类:
Web程序 时间:
2016-04-14 15:53:22
阅读次数:
600
https://developer.apple.com/library/downloads/docset-index.dvtdownloadableindex IOS离线教程下载与Dash的使用 ...
分类:
移动开发 时间:
2016-04-14 15:47:53
阅读次数:
167
1.流程 2.文档地址:https://doc.open.alipay.com/doc2/detail.htm?spm=a219a.7629140.0.0.YX8QCY&treeId=59&articleId=103675&docType=1 2.1 从官方demo中导入支付宝库 2.2 导入系统依 ...
分类:
其他好文 时间:
2016-04-14 15:47:28
阅读次数:
161
Python Queue模块详解 from:https://blog.linuxeye.com/334.html Python中,队列是线程间最常用的交换数据的形式。Queue模块是提供队列操作的模块,虽然简单易用,但是不小心的话,还是会出现一些意外。 创建一个“队列”对象import Queueq ...
分类:
编程语言 时间:
2016-04-14 15:38:01
阅读次数:
189
一:问题描述: 应用中的Dex 文件方法数超过了最大值65536的上限,简单来说,应用爆棚了. 二、解决方案: 方案1:使用插件化框架 比如: https://github.com/singwhatiwanna/dynamic-load-apk 方案2:分割Dex 三:分割 Dex 文件实现方法 1 ...
分类:
移动开发 时间:
2016-04-14 14:17:25
阅读次数:
224
1.找到git shell命令行 2运行如下命令 git config --global core.longpaths true 附地址https://github.com/Strider-CD/strider/issues/446 老外的解决方案 idea下找到git shell的方法 file ...
分类:
其他好文 时间:
2016-04-14 13:54:52
阅读次数:
114