码迷,mamicode.com
首页 >  
搜索关键字:编译内核 kernel screen    ( 8796个结果
「转」Android编译选项中的eng、user、user-debug
Android编译选项中eng、user、user-debug主要区别 reference: https://blog.csdn.net/dearsq/article/details/52589376 https://blog.csdn.net/yanghanxing110/article/deta ...
分类:移动开发   时间:2020-11-21 12:29:51    阅读次数:14
UG_PS Parasolid相关的操作
Open C UF_PS_ask_current_highest_tagUF_PS_ask_current_partitionUF_PS_ask_entity_partitionUF_PS_ask_journal_dataUF_PS_ask_kernel_versionUF_PS_ask_objec ...
分类:其他好文   时间:2020-11-19 12:26:14    阅读次数:5
stroke-exporer
function getExplorerWindows() { let wnds = sp.AllApplications(); const windClass = "CabinetWClass"; const proName = "explorer"; let result = new Array ...
分类:其他好文   时间:2020-11-19 12:03:37    阅读次数:4
css符号含义
1. CSS引用的基本形式:<linkrel="stylesheet" href="path/fileName.css" type="text/css"media="screen" /> 2. 格式 a) 在html文件中引用CSS采用<styletype="text/css">……</style> ...
分类:Web程序   时间:2020-11-07 17:35:03    阅读次数:40
Linux Vxlan
Linux 从3.7.0 开始支持vxlan,到3.9.0 3.10.0 基本趋于稳定。 一下是一些配置命令关于如何在kernel配置vxlan 实例: ip link add vxlan1 type vxlan id 1 local 172.31.0.106 remote 172.31.0.107 ...
分类:系统相关   时间:2020-11-07 16:18:22    阅读次数:25
hup 信号
上节课复习: ps aux | grep "T" kill -cont pid 今日内容: 1、hup信号 让进程脱离当前会话窗口session而运行: 原理一致是??? nohup setsid 在子shell中启动进程 screen 2、查看网络 3、proc文件系统 free lscpu 4、 ...
分类:其他好文   时间:2020-11-06 02:46:23    阅读次数:25
选择屏幕事件
AT SELECTION-SCREEN OUTPUT 是选择屏幕的PBO(Process before output)事件,,在每次选择屏幕被调用之前触发,可以进行选择屏幕输出前的准备工作,比如对选择屏幕的初始化操作,每次调用选择屏幕都会进行初始化操作。如果只想进行一次初始化,则可以使用INITIA ...
分类:其他好文   时间:2020-11-06 02:20:09    阅读次数:21
C#取exe文件绝对路径
using System.Runtime.InteropServices; #region/// <summary> /// 取exe文件绝对路径 /// </summary> /// <param name="hModule"></param> /// <param name="lpFileNam ...
分类:Windows程序   时间:2020-11-06 01:57:04    阅读次数:28
使用adb命令对手机进行截屏(截图)保存到电脑,SDCard
adb shell /system/bin/screencap -p /sdcard/screenshot.png(保存到SDCard) adb pull /sdcard/screenshot.png d:/screenshot.png(保存到电脑) https://www.cnblogs.com/ ...
分类:移动开发   时间:2020-11-06 01:42:11    阅读次数:43
UE4-蓝图与C++类 互相调用函数
UE4-蓝图与C++类 互相调用函数 Time: 2020年10月15日10:13:15 Author: Yblackd @(UE4-蓝图与C++类 互相调用函数) 1. 准备工作 1.1 基于C++创建的Actor类 创建蓝图类 ? 根据 MyActor_First 类创建新的 蓝图类->BP_F ...
分类:编程语言   时间:2020-11-02 09:55:20    阅读次数:31
8796条   上一页 1 ... 12 13 14 15 16 ... 880 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!