简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
虚拟机ubuntu 使用adbVMware® Workstation 12 Player12.1.1 build-3770994No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 12.04.5 LTSRelease: 12.04Codename: prec
我靠,如此神器,我才知道!!!make localmodconfig我还手动配个鸟!!!## Automatically generated file; DO NOT EDIT.# Linux/x86 4.15.18 Kernel Configuration#CONFIG_64BIT=yCONFIG_X86_64=yCONFIG_X86=yCONFIG_INS...
gt9xx.h/* drivers/input/touchscreen/gt9xx.h** 2010 - 2013 Goodix Technology.** This program is free software; you can redistribute it and/or modify* it under the terms of the GNU General Public Licens
预处理C程序的源代码中可包括各种编译指令,这些指令称为预处理命令。虽然它们实际上不是C语言的一部分,但却扩展了C程序设计的环境。本节将介绍如何应用预处理程序和注释简化程序开发过程,并提高程序的可读性。4.7.1C语言的预处理程序ANSI标准定义的C语言预处理程序包括下列命令:#define#error#include#if#else#elif#end
修改文件./AmiCRBPkg/CRB/Crb.sdl文件TOKENName = "DEBUG_MODE"# Value = "0"Value = "1"TokenType = BooleanTargetMAK = YesEnd
前面玩android4.4 很爽 没有啥问题最近 android 9,我靠,改动太他妈大了init原来是c写的,一眼看的明白现在全部用c++改写,日志还限制输出 太恶心了说是为了防止日志攻击对于调试人员来说 没有了日志 等于瞎子太不爽了!!!解决方案:撸代码,最终改内核代码:static ssize_t devkmsg_write(struct kiocb *i...
UsbDeviceManager.java/** Copyright (C) 2011 The Android Open Source Project** Licensed under the Apache License, Version 2.0 (the "License");* you may not use this file except in compliance with the L
#include <utils/CallStack.h>#include<utils/Log.h>android::CallStack stack;stack.update();stack.dump(1);//输出到printfstack.log("dsfdsfds");//输出到logcat: undefined reference to 'andro...
//#加了点注释//#Rockie Cheng#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <getopt.h>#include <fcntl.h>#include <unistd.h>#inc