- 博客(7)
- 资源 (7)
- 收藏
- 关注
原创 lcd 物理尺寸影响office不能编辑
bsp/kernel5.15/kernel5.15/arch/arm64/boot/dts/sprd/lcd/jty_63_hx83102e_jh_fhd_yscx_51pin_1197.dtsi@@ -20,8 +20,8 @@ sprd,dpi-clk-div = <6>; sprd,video-lp-cmd-enable = <1>;
2025-08-28 13:49:49
245
原创 默认打开selinux权限
system/core/init/selinux.cpp@@ -747,6 +747,7 @@ void ReadPolicy(std::string* policy) {void SelinuxSetEnforcement() {bool kernel_enforcing = (security_getenforce() == 1);bool is_enforcing = IsEnforcing();+ is_enforcing = false;if (kernel_enforcing != is_enf
2025-08-26 15:19:31
481
转载 git-更改本地和远程分支的名称
git branch -m old_branch new_branch # Rename branch locally git push origin :old_branch # Delete the old branch git push --set-upstream origin new_branch # Push the new branch, set local branch to t...
2019-05-20 14:03:48
117
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅