自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

hursing的博客

开源和免费是技术进步的阶梯

  • 博客(2)
  • 资源 (10)
  • 收藏
  • 关注

原创 纯nodejs简易实现DNS解析服务器

dns-serverA DNS server app written by pure Nodejs for develop and test use. Only support IPv4 now.To resolve specified domain name to specified IP using keyword-matching algorithm. Useful for fron...

2018-07-27 14:10:35 4929

原创 JavaScript与WebView交互框架设计

总体设计现在最新的xcode都只支持iOS8.0以上的版本了,所以iOS应该直接使用性能高、功能多的WKWebView接口。UIWebView的注入对象方式需要依赖KVC,且有坑,不建议使用。本文都以WKWebView的接口来设计。数据从native传递到js只有一种方法: - ios是[webView evaluateJavaScript:@"some-js-code" compl

2018-07-11 16:44:12 2736

RTCA DO-325 MOPS for AFGCS航空自动驾驶仪标准

Minimum Operation Performance Standards (MOPS) for Automatic Flight Guidance and Control Systems and Equipment

2024-03-20

大话适航思考题参考答案

《大话适航(八)学习》(https://hursing.blog.csdn.net/article/details/136872062)一文中的思考题的参考答案

2024-03-20

支持SPDY协议的wireshark for linux 64bit

编译方法请参考。http://blog.csdn.net/hursing/article/details/20367381 能找到这来,相信你懂它用来干什么。

2014-03-06

获取UIWebVIew里的图片的demo

详情请参考http://blog.csdn.net/hursing/article/details/12868109

2013-10-19

Objective-C头文件导出工具class-dump

Objective-C头文件导出工具class-dump 。 Current version: 3.4 (64 bit Intel) Requires Mac OS X 10.7 or later. class-dump 3.4 (64 bit) Usage: class-dump [options] <mach-o-file> where options are: -a show instance variable offsets -A show implementation addresses --arch <arch> choose a specific architecture from a universal binary (ppc, ppc64, i386, x86_64) -C <regex> only display classes matching regular expression -f <str> find string in method name -H generate header files in current directory, or directory specified with -o -I sort classes, categories, and protocols by inheritance (overrides -s) -o <dir> output directory used for -H -r recursively expand frameworks and fixed VM shared libraries -s sort classes and categories by name -S sort methods by name -t suppress header in output, for testing --list-arches list the arches in the file, then exit --sdk-ios specify iOS SDK version (will look in /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS<version>.sdk --sdk-mac specify Mac OS X version (will look in /Developer/SDKs/MacOSX<version>.sdk --sdk-root specify the full SDK root path (or use --sdk-ios/--sdk-mac for a shortcut)

2013-06-06

代码统计工具cloc的perl 1.58版

代码统计工具cloc的perl 1.58版 使用方法: perl cloc-1.58.pl

2013-06-05

xcode4创建dylib动态库的demo和工程模板

xcode4创建dylib动态库的demo和工程模板

2013-05-20

iOS伪亮度控制demo

详情请查看http://blog.csdn.net/hursing/article/details/8721719

2013-03-26

Xcode创建和使用iOS的dylib动态库

详情请参看 http://blog.csdn.net/hursing/article/details/8688861

2013-03-19

iOS两个线程间嵌套发送同步消息的demo

原理与使用方法请查看 http://blog.csdn.net/hursing/article/details/8688872

2013-03-19

AHCI Spec V1.3

AHCI,Advanced host controller interface, Spec,version 1.3

2009-10-02

SMBIOS specification V2.6.1

介绍了SMBIOS的结构,访问方法等知识。

2009-08-27

空空如也

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

TA关注的人

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