码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
火狐怎么在新标签打开书签
火狐浏览器默认的书签打开方式会在当前页打开,这会给我们在浏览页面的同时想要打开书签造成不便那火狐浏览器怎么设置打开书签的时候在新标签页打开而不是替换当前页呢?首先,在网址输入框中输入 about:config 进入浏览器配置页面 然后搜索 browser.tabs.loadBookmarksInTa ...
分类:其他好文   时间:2021-06-04 19:27:02    阅读次数:0
火狐浏览器显示不安全的链接怎么办?
在地址栏键入"about:config" 点击“我了解此风险”,切换成真值。 1、当浏览器显示这种状况:“您的链接不安全”; 2、在Firefox地址栏输入“about:config”,然后打开; 3、然后在此界面选择“我了解此风险”; 4、在搜索栏中输入,“security.enterprise_ ...
分类:其他好文   时间:2021-06-02 17:44:32    阅读次数:0
something about SAM
kotlin code: fun go(r: Runnable) = r.run() //fun fGo(f: () -> Unit) = go(f) fun main() { val g: () -> Unit = { println("what")} go(g) } equivalent jav ...
分类:其他好文   时间:2021-06-02 15:03:35    阅读次数:0
Flutter——首次在安卓机上运行
第一次在ASCode上用安卓机测试Flutter项目,直接运行,会报很多错误,需要在项目中新增配置 环境:安卓机 开发工具:ASCode .vscode -> launch.json { // Use IntelliSense to learn about possible attributes. ...
分类:移动开发   时间:2021-06-02 14:33:32    阅读次数:0
Unit1 Finding ways to listen to Music
##General English:8 ###Music ###Unit1 Finding ways to listen to Music ###Vocabulary Online music services Talking about online music services There ar ...
分类:其他好文   时间:2021-06-02 13:39:34    阅读次数:0
burp总是抓到mozilla等无用的数据包
方法一 针对火狐浏览器的解决方法 1.在firefox(火狐浏览器)地址栏中输入: about:config 2.然后出现搜索框,搜索以下内容,双击将它设置成false。 network.captive-portal-service 方法二 该方法是通用的方法,通过设置burpsuite的拦截规则来 ...
分类:其他好文   时间:2021-05-24 16:40:30    阅读次数:0
前端面试(蚂蚁金服笔试) - 手写事件总栈 EventBus
最近参加了一次蚂蚁金服的面试,其中有两道笔试题,分别是手写事件总栈和手写模板引擎 手写模板引擎比较复杂,除了需要识别 {{data.name}} 这种基本情况之外, 还要兼顾 {{data.info[1]}}、{{data.others["about"]}} 于是先记录下手写事件总栈,后面再完善手写 ...
分类:其他好文   时间:2021-05-24 13:06:22    阅读次数:0
被遮挡部分高亮
1.前言 实现被遮挡部分高亮的shader 2.完整shader Shader "Custom/HiddenHilight" { Properties { _Color ("Color", Color) = (1,1,1,1) _MainTex ("Albedo (RGB)", 2D) = "whi ...
分类:其他好文   时间:2021-05-24 13:02:50    阅读次数:0
Unit4 Talking about your TV viewing habits
##General English:7 ###Unit4 Talking about your TV viewing habits ###Vocabulary documentary a television documentary about/on the future of nuclear po ...
分类:Windows程序   时间:2021-05-24 09:58:59    阅读次数:0
Unit 1 Summarizing a meeting
##General English:6-Elementary ###1 Grammar Reported questions - past tense Reported questions – past tense Statements can be reported in either the p ...
分类:其他好文   时间:2021-05-23 22:58:08    阅读次数:0
4393条   上一页 1 2 3 4 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!