终身会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
程序之家
os .net vc++ asm driver wireless
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
77
下一页
2016年5月19日
安卓黑客工具
摘要: 1.Hackode Hackode是最好用的黑客工具之一,它更像是一款工具箱,其功能可以满足许多人群的需求:如渗透测试人员,白帽子,IT管理员和网络安全专家等。目前它可以完成以下任务: 勘察(Reconnaissance),谷歌黑客(Google Hacking),Google Dorks,域名查询
阅读全文
posted @ 2016-05-19 17:15 ahuo
阅读(6304)
评论(0)
推荐(0)
编辑
VMware+Windgb+Win7内核驱动调试
摘要: com1被占用了,需要用com2
阅读全文
posted @ 2016-05-19 11:21 ahuo
阅读(215)
评论(0)
推荐(0)
编辑
2016年5月13日
ubuntu 键盘布局修改
摘要: 键盘打不出 | 符号 sudo dpkg-reconfigure keyboard-configuration 改为标准的罗技键盘
阅读全文
posted @ 2016-05-13 11:30 ahuo
阅读(877)
评论(0)
推荐(0)
编辑
2016年5月8日
魅族MX3 smart bar处失灵
摘要: MX3的分辨率是1800X1080,改成1750X1080 adb shell wm size 1080x1750
阅读全文
posted @ 2016-05-08 21:36 ahuo
阅读(239)
评论(0)
推荐(0)
编辑
2016年5月6日
把NDK的工具链提取出来单独使用
摘要: 独立toolchain 把NDK压缩包解压到系统,如/mnt目录下,后在/mnt目录下建立文件夹my_ndk_toolchain,然后再/mnt目录下执行以下命令:/mnt/android-ndk-r9c/build/tools/make-standalone-toolchain.sh --plat
阅读全文
posted @ 2016-05-06 22:52 ahuo
阅读(4120)
评论(1)
推荐(0)
编辑
arm指令版本
摘要: arm-linux-readelf 查看 armeabi Tag_CPU_name: "5TE" Tag_CPU_arch: v5TE armeabi-v7a Tag_CPU_name: "ARM v7" Tag_CPU_arch: v7 Tag_CPU_arch_profile: Applicat
阅读全文
posted @ 2016-05-06 16:14 ahuo
阅读(703)
评论(0)
推荐(0)
编辑
Linux 系统分析命令图
摘要: sar命令: 编辑 /etc/default/sysstat 设置为true sudo /etc/init.d/sysstat restart
阅读全文
posted @ 2016-05-06 09:31 ahuo
阅读(310)
评论(0)
推荐(0)
编辑
2016年5月5日
UVC调试
摘要: USB video class(又称为USB video device class or UVC)就是USB device class视频产品在不需要安装任何的驱动程序下即插即用,包括摄像头、数字摄影机、模拟视频转换器、电视卡及静态视频相机。 Linux内核之中,已经集成了对UVCCamre的支持。
阅读全文
posted @ 2016-05-05 14:12 ahuo
阅读(3363)
评论(0)
推荐(0)
编辑
2016年5月4日
C#调用DLL各种传参
摘要: C# 1. 方式一(传入结构体引用),在C#中,结构体是以传值方式传递,类才是以传地址方式传递,加关键字ref即可. C端传递了两种不同类型的参数,都可以通过引用来解决. [DllImport("jnalib.dll", EntryPoint = "GetVersionPtr")]public st
阅读全文
posted @ 2016-05-04 10:02 ahuo
阅读(7760)
评论(0)
推荐(1)
编辑
2016年4月28日
魅族版本对应内核
摘要: FLYme 3.73A Mx3 (3.4.43-user-g66efe75 #2 SMP PREEMPT Tue Sep 9 11:16:30 CST 2014 armv7l GNU/Linux) YOS 4.5.7Y Mx4 (3.10.61 #1 SMP PREEMPT Tue Oct 20 1
阅读全文
posted @ 2016-04-28 22:15 ahuo
阅读(605)
评论(0)
推荐(0)
编辑
2016年4月20日
opencv编译Python接口
摘要: cmake-gui 配置 确认这些都正确 生成了CV2.so make install
阅读全文
posted @ 2016-04-20 15:08 ahuo
阅读(1733)
评论(1)
推荐(0)
编辑
linux 监控CPU 内存情况
摘要: htop
阅读全文
posted @ 2016-04-20 10:42 ahuo
阅读(205)
评论(0)
推荐(0)
编辑
2016年4月13日
linux下so获得自己文件位置的路径
摘要: 打开这个设备/proc/self/maps 返回的就是这个进程当前使用的so列表 cat /proc/self/maps00400000-0040b000 r-xp 00000000 08:01 1441815 /bin/cat0060a000-0060b000 r--p 0000a000 08:0
阅读全文
posted @ 2016-04-13 15:48 ahuo
阅读(2408)
评论(0)
推荐(0)
编辑
2016年4月12日
openssh-server
摘要: 安装 apt-get install openssh-server 配置 sudo gedit /etc/ssh/sshd_config PermitRootLogin without-password 改为 PermitRootLogin yes 重启 sudo /etc/init.d/ssh r
阅读全文
posted @ 2016-04-12 09:36 ahuo
阅读(424)
评论(0)
推荐(0)
编辑
2016年4月11日
安卓下查看kmsg内核日志
摘要: cat /proc/kmsg <6>[ 2601.360] c0@A7 lm3695_early_suspend 247<6>[ 2601.380] c1@A7 gp2ap_early_suspend: enabled_sensors = 0<6>[ 2601.516] c1@A7 disable
阅读全文
posted @ 2016-04-11 09:46 ahuo
阅读(2459)
评论(0)
推荐(0)
编辑
上一页
1
···
22
23
24
25
26
27
28
29
30
···
77
下一页
公告