系统文件查看命令more 空格向下显示一页,回车 向下显示一行,/后面跟内容会显示出你要查找的内容,n是向下搜索,q退出 系统文件查看命令less 空格向下一页 回车向下一行 /后面跟查找内容会高亮显示 n向下搜索 N向上搜索 gg回到第一行 G到末行 冒号:指定翻页行数 系统文件查看命令head ...
分类:
Web程序 时间:
2020-07-12 18:25:02
阅读次数:
74
差值表达式 数据绑定最常见的形式就是使用“Mustache”语法(双大括号)的文本差值,Mustache标签将会被代替为对应数据对象属性上的值。无论何时,绑定的数据对象上属性发生了改变,差值处的内容都会更新。 vue.js提供了完全的JavaScript表达式支持 注意:差值表达式不支持变量的申明、 ...
分类:
Web程序 时间:
2020-07-12 16:43:33
阅读次数:
57
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: No ...
Intro Yeah I know sometimes, things may not always make sense to you right now [^1] [^1]: Hailie and Laney (Eminem’s daughters) are, at this point in ...
分类:
其他好文 时间:
2020-07-11 22:57:33
阅读次数:
126
一. jQuery基础及选择器 1.补充: jQuery是js的类库 (1)jQuery的设计思想:write less,do more (2)jQuery的优势: 1》体积小 2》强大的选择器 3》出色的DOM封装 4》可靠的事件处理机制 5》出色的浏览器兼容性 2.在页面中引入jQuery <s ...
分类:
Web程序 时间:
2020-07-11 19:20:05
阅读次数:
77
! ! SYS_SIZE is the number of clicks (16 bytes) to be loaded. ! 0x3000 is 0x30000 bytes = 196kB, more than enough for current ! versions of linux ! SY ...
分类:
系统相关 时间:
2020-07-11 19:07:43
阅读次数:
75
C:\Users\del>adb shell dumpsys batterystats | more > C:\Users\del\Desktop\a.txt ——整个电池信息 C:\Users\del>adb shell dumpsys batterystats com.wawj.app.t | ...
分类:
移动开发 时间:
2020-07-11 16:51:57
阅读次数:
208
什么是开发中经常说的'POCO'Posted By : 蓝狐Updated On : 2015-07-19在看一些EF的文章,经常提到POCO这个词,但是,有没有比较详细的说这个POCO是什么意思呢? POCO是指Plain Old Class Object,也就是最基本的CLR Class,在原先 ...
分类:
其他好文 时间:
2020-07-11 14:24:53
阅读次数:
110
管道:实用程序服务和数据结构 Pipes: utility services and data structures 管道公用设施 Nucleus RTOS有四个API调用,它们提供与管道相关的实用程序函数:重置管道、返回有关管道的信息、返回应用程序中管道的数量以及返回指向应用程序中所有管道的指针。 ...
分类:
其他好文 时间:
2020-07-11 10:01:53
阅读次数:
59
【问题描述】 Failed with error: dst refspec 1.9.3-20100630 matches more than one. failed to push some refs to 'git@xxxxxx.git' 【问题根源】 tag名字和分支名字一样 【解决方案】 删除 ...
分类:
其他好文 时间:
2020-07-10 15:10:11
阅读次数:
59