自定义博客皮肤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的博客

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

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

原创 AOSP和Chromium的Android WebViewTest

AOSP的在$android4.2/frameworks/base/tests/WebViewTests/目录下,可用eclipse导入工程。就几个文件。最下面的是Activity,没啥特别,就是在LinearLayout里面放了WebView。JavaBridgeTestBase是所有TestCase的基类,继承了ActivityInstrumentationTestCase2,

2014-01-26 14:40:19 5254 4

原创 Linux配置Apache2的经验总结

apache原指http server程序,后来成为了改程序的组织名,所以把原程序名定成了httpd,在2.0版后又叫apache2。目前在windows上还叫httpd,在debian/ubuntu/linux mint系列的linux上,程序名是apache2。所以网上说httpd的资料,对apache2是部分适用的。官网本身也用httpd的说法,可以理解为httpd是产品名,apache2的

2014-01-26 10:19:06 32342

原创 Android Canvas drawText实现中文垂直居中

目标:把中文字符绘制到目标矩形的居中位置。问题:Android的Canvas绘图,drawText里的origin是以baseline为基准的,直接以目标矩形的bottom传进drawText,字符位置会偏下。这样写代码:@Overridepublic void onDraw (Canvas canvas) { Rect targetRect = new Rect(50,

2014-01-24 10:32:55 75571 11

原创 Ubuntu配置apache2.4的限速功能

过程都写成脚本了,原理都写在注释里,大家懂的。#!/bin/bash#cd到临时目录创建配置文件cd /tmp(cat <<EOF SetOutputFilter RATE_LIMIT SetEnv rate-limit 30EOF) > ratelimit.conf# 以上 SetEnv rate-limit 后面的数字就是限制的速度,单位是KB。Direct

2014-01-22 15:17:12 5605

原创 Ubuntu/Linux Mint下命令行一键安装Chrome浏览器的脚本

把下面的脚本保存为xxx.sh,然后 sudo sh xxx.shwget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >>

2014-01-16 15:04:36 12925 1

ATA iSpec 2200章节划分-航空器系统归类

英文版第163~206页

2024-07-26

航空适航功能危险性评估示例-FHA-Example

航空Aircraft适航Airworthiness功能危险性评估Functional Hazard Assessment示例sample

2024-05-24

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关注的人

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