码迷,mamicode.com
首页 >  
搜索关键字:software source    ( 24360个结果
maven-graph-plugin
<!-- To generate a graph of the project dependencies, run: mvn -P graph graph:project --> <profile> <id>graph</id> <build> <plugins> <plugin> <groupId ...
分类:其他好文   时间:2021-01-13 11:31:26    阅读次数:0
[Flutter]在Mac上安装Flutter运行环境
一、安装Xcode 二、安装Android Studio 三、下载Flutter SDK 地址:https://flutter.dev/docs/development/tools/sdk/releases#macos 四、解压缩到合适的目录 五、配置环境变量,设置代理 vim ~/.bash_pr ...
分类:系统相关   时间:2021-01-13 10:55:46    阅读次数:0
如何使用U盘为电脑安装Win10系统
U盘装Win10系统 重装系统同理 1、打开浏览器,搜索微软官方下载win10,找到此项 或者直接复制此链接:https://www.microsoft.com/zh-cn/software-download/windows10 2、打开后点击这个 3、下载后出现这个软件 4、打开此软件,选择安装介 ...
分类:Windows程序   时间:2021-01-13 10:34:58    阅读次数:0
Windows10开机自动登录(注册表)
1、打开注册表编辑器 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 2、在 Winlogon下加入以下几个字符串值 DefaultUserName=UserName 填你的用户名 Defaul ...
分类:Windows程序   时间:2021-01-12 11:26:19    阅读次数:0
gem使用手册
https://www.jianshu.com/p/ced2793bfde4?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation ...
分类:其他好文   时间:2021-01-12 11:23:38    阅读次数:0
如何评估活动效果?
老板让你评估近期活动的效果,问:近期活动效果怎么样? 答:推广渠道的曝光量增加了30%、落地页面点击率70%、活动期间有6万用户参与……(此处省略各种指标)。 再问:活动好还是不好?可不可以继续?不好的话哪里需要调整? …… 在面试和工作中经常会遇到这种活动效果评估类的问题,那么到底该如何评估活动效 ...
分类:其他好文   时间:2021-01-12 10:54:05    阅读次数:0
linux shell]中的source指令说明
Linux source命令: 通常用法:source filepath 或 . filepath 功能:使当前shell读入路径为filepath的shell文件并依次执行文件中的所有语句,通常用于重新执行刚修改的初始化文件,使之立即生效,而不必注销并重新登录。例如,当我们修改了/etc/prof ...
分类:系统相关   时间:2021-01-11 10:58:08    阅读次数:0
xdebug 远程调试
下面的链接下载对应版本的xdebug. https://xdebug.org/download/historical 源码安装:https://xdebug.org/docs/install#linux Installation From Source Obtain You can download ...
分类:其他好文   时间:2021-01-11 10:33:04    阅读次数:0
[转]降低代码的圈复杂度——复杂代码的解决之道
原文:https://www.cnblogs.com/detectiveHLH/p/14206712.html 0. 什么是圈复杂度 可能你之前没有听说过这个词,也会好奇这是个什么东西是用来干嘛的,在维基百科上有这样的解释。 Cyclomatic complexity is a software m ...
分类:其他好文   时间:2021-01-08 11:47:30    阅读次数:0
: "${LOG_FILE:=/var/log/xxx.log}"
: "${LOG_FILE:=/var/log/factory_install.log}" Shell Parameter Expansioin ${parameter:=word} If parameter is unset or null, the expansion of word is as ...
分类:其他好文   时间:2021-01-08 10:44:41    阅读次数:0
24360条   上一页 1 ... 30 31 32 33 34 ... 2436 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!