您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. bash官方文档大全(英文)

  2. bash官方文档大全(英文),介绍各类用法。 Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended to be a
  3. 所属分类:Linux

    • 发布日期:2020-08-20
    • 文件大小:352256
    • 提供者:weixin_41807667
  1. shell脚本编程100例.doc

  2. Shell也是一门编程语言,即shell脚本,shell是解释执行的脚本语言,可直接调用linux命令。 一个系统可以存在多个shell,可以通过cat /etc/shells命令查看系统中安装的shell,不同的shell可能支持的命令语法是不相同的。
  3. 所属分类:其它

    • 发布日期:2020-12-04
    • 文件大小:1048576
    • 提供者:qq_32433169
  1. Vue安装浏览器开发工具的步骤详解

  2. 开发vue时,浏览器有一个好的开发调试工具能让开发事半功倍,磨刀不误砍柴工。 步骤 1.下载工具 地址:  https://github.com/vuejs/vue-devtools  2.安装依赖 cmd进入vue-devtools文件夹,安装相关依赖,依次执行npm install,再执行npm run build。 3.修改配置 打开shells>chrome>src>manifest.json,修改”persistent”:false为true。 4.浏览器安装 经过
  3. 所属分类:其它

    • 发布日期:2020-11-29
    • 文件大小:77824
    • 提供者:weixin_38531630
  1. vue devtools的安装与使用教程

  2. 一.在github上下载压缩包,github下载地址:https://github.com/vuejs/vue-devtools 二.解压到本地的某盘 三.用你的npm中进入该文件夹下 四.依次输: 1:npm install 2:npm run build         (这一步一定不要忘了,没有执行这一步的话,项目文件夹shells>chrome文件夹里会少一个src文件夹,如下图) 五:修改shells>chrome文件夹下的mainifest.json 中的persist
  3. 所属分类:其它

    • 发布日期:2020-12-08
    • 文件大小:93184
    • 提供者:weixin_38723236
  1. vue-devtools的安装和使用步骤详解

  2. 1、下载压缩包,github下载地址:https://github.com/vuejs/vue-devtools  2、解压此文件夹 3、用命令提示符或编译器进入此文件夹 4、在文件夹下依次运行(可以在命令提示符窗口也可在编译器中):   I、npm install安装所需要的依赖  II、npm run build构建(如果未执行此步,shells->chrome文件夹下会缺少build文件夹) 5、在shells->chrome->manifest.json文件中修改
  3. 所属分类:其它

    • 发布日期:2020-12-13
    • 文件大小:86016
    • 提供者:weixin_38585666
  1. 详解vue.js的devtools安装

  2. 安装 1.github下载地址:https://github.com/vuejs/vue-devtools 2.下载好后进入vue-devtools-master工程 执行npm install —–>npm run build. 3.修改manifest.json 中的persistent为true 4.打开谷歌浏览器设置—>扩展程序–》勾选开发者模式—》添加工程中的shells–>chrome的内容或者直接拖动shells–>chrome,至此恭喜已经安装成功!!!
  3. 所属分类:其它

    • 发布日期:2020-12-04
    • 文件大小:387072
    • 提供者:weixin_38671819
  1. 安装vue.devtools,安装不成功你提刀砍我

  2. 确保node版本必须在6以上,npm版本必须3以上 打开github:https://github.com/vuejs/vue-devtools 确保选择的是master 打开cmd,来到下载到的文件夹 执行:npm install 安装过cnpm的可以使用:cnpm install 和之后的 cnpm run build 好了之后执行:npm run build 配置manifest.json文件,路径:shells>chrome>manifest.json 最后打开chrom
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:107520
    • 提供者:weixin_38656374
  1. shell基础

  2. 通过 vim /etc/shells 可以查看linux支持哪些shell echo输出命令 echo [选项] [输出内容];-e 支持反斜杠控制的字符转换 linux中执行hello.sh脚本:chmod 755 hello.sh ,然后 ./hello.sh; 或者:bash hello.sh 将wins下的.sh格式转换成linux可以执行的脚本:dos2unix 文件名 历史命令:history [选项] [历史命令保存文件]。;-c 清空历史命令。;-w 把缓存中历史命
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:548864
    • 提供者:weixin_38639237
  1. 人工智能教程 – 数学基础课程1.1 – 数学分析(一)22-24 数值积分,三角函数的积分

  2. 数值积分 DART BOARD 圆靶 Assumption1 hits=ce−r2hits=ce^{-r^2}hits=ce−r2 r1<r=x<r2r_1<r=x<r_2r1​<r=x<r2​ Shells: Part=∫r1r2(2πr)e−r2drPart = \int_{r_1}^{r_2}(2 \pi r)e^{-r^2}drPart=∫r1​r2​​(2πr)e−r2dr =−πe−r2∣r1r2=- \pi e^{-r^2}|_{r_1}^{r_
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:43008
    • 提供者:weixin_38743119
  1. dotfiles-源码

  2. 点文件:zsh / bash,git,vim,VS Code,... 先决条件 安装zsh 苹果系统 $ brew install zsh zsh-completions Debian / Ubuntu $ sudo apt-get install zsh 将zsh添加到有效的登录shell $ grep -q $( command -v zsh ) /etc/shells || sudo sh -c " echo $( command -v zsh ) >> /etc/shel
  3. 所属分类:其它

    • 发布日期:2021-03-14
    • 文件大小:41984
    • 提供者:weixin_42139357
  1. gene-ws-源码

  2. 基因 描述: This is a toplevel git repo which points to several subrepos This repo and its subrepos should include: * init/ # scr ipts to align your pc's cfg to the repo * src/ # files to be sourced by various shells 笔记: shells to be referenced in the '
  3. 所属分类:其它

    • 发布日期:2021-03-14
    • 文件大小:16384
    • 提供者:weixin_42122988
  1. Secure-Upload-File-源码

  2. 安全PHP文件上传 :check_mark: 特征 - Protection from uploading malicious web files, shells or executable files - Disable the 'PHP' engine entirely - Disable 'directory' listing # 403 Forbidden - Deny all Methods except 'GET' and 'POST' - Secure '.htaccess' fi
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:2048
    • 提供者:weixin_42113380
  1. dotfiles:适用于Linux和MacOSX环境的点文件-源码

  2. 点文件 这是使用管理的 。 要使用此存储库,只需运行: # Clone the dotfiles yadm clone https://github.com/alghanmi/dotfiles.git # Bootstrap your environment yadm bootstrap 提示和技巧 启用ZSH作为默认Shell 此配置使用zsh作为默认Shell。 最有可能的是,默认情况下,您的外壳未设置为zsh 。 为此,您应该运行以下命令: chsh -s $( which zsh
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:48128
    • 提供者:weixin_42166626
  1. steg-maker:Steghide的简单Web界面-源码

  2. 炖肉机 简单Web界面。 安装 对于最简单的方法,只需执行以下操作: pip install flask 对于隔离安装,此过程涉及更多: # First install the virtual package environment manager pip install virtualenv # Next create a new virtual environment virtualenv venv # Activate the virtual environment in bash.
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:10240
    • 提供者:weixin_42161450
  1. dotfiles-源码

  2. 设置 配置 运行setup.sh 安装HomeBrew。 然后安装软件包和设置配置文件。 安装程序外壳 运行vi /etc/shells添加/usr/local/bin/zsh 运行chsh -s /usr/local/bin/zsh 安装或更新Xcode 安装Goole Chrome 安装注释Sans 设置GitHub 安装NVM Mac偏好设定 键盘->修改键->大写锁定以控制 键盘->输入源->添加日语并禁用カタカタ 键盘->输入源->禁
  3. 所属分类:其它

    • 发布日期:2021-03-05
    • 文件大小:2097152
    • 提供者:weixin_42137022
  1. 点文件-源码

  2. 点文件 跑 source dotfiles.sh 需要以下包装 brew install git- delta 鱼 为您的Mac初始化 要求脱节。 自制 或来自Appstore的磁铁 初始化鱼 brew install fish peco ghq fzf # /opt/homebrew/bin/fish を最後の行に追加 sudo vi /etc/shells 更改默认外壳 chsh -s /opt/homebrew/bin/fish 指定用ghq管理存储库的目录 git config
  3. 所属分类:其它

    • 发布日期:2021-03-03
    • 文件大小:422912
    • 提供者:weixin_42157567
  1. IMPACT OF DYNAMICAL HYDRATION SHELL AROUND HA PROTEIN ON NONLINEAR CONCENTRATION DEPENDENT T-RAYS ABSORPTION

  2. T-rays is sensitive to covalently cross-linked proteins and can be used to probe unique dynamic properties of water surrounding a protein. In this paper, we demonstrate the unique absorption properties of the dynamic hydration shells determined by he
  3. 所属分类:其它

    • 发布日期:2021-02-24
    • 文件大小:269312
    • 提供者:weixin_38708361
  1. 点文件-源码

  2. Alillevangbech 基本安装; - git - zsh - nvim - man - tmux - stow 设置zsh-default shell; - cat /etc/shells; - chsh; - chsh -s /usr/bin/zsh; - (reboot here) - echo /usr/bin/zsh YouCompleteMe设置; (C族) - cd $HOME/.config/nvim/plugged/YouCompleteMe/ - sudo apt
  3. 所属分类:其它

    • 发布日期:2021-02-23
    • 文件大小:8192
    • 提供者:weixin_42123237
  1. Alloyed Au-Ag nanorods with desired plasmonic properties and stability in harsh environments

  2. Bio-chemical molecular detection in the nanoscale, based on alloyed nanorods (NRs) with tunable surface plasmon resonance (SPR) properties and high chemical stability, has attracted particular interest. In this work, alloyed Au-Ag NRs with tunable as
  3. 所属分类:其它

    • 发布日期:2021-02-22
    • 文件大小:1048576
    • 提供者:weixin_38623819
  1. 监管复杂性:帮助衡量法律文件复杂性的研究项目-源码

  2. 监管复杂性 这是Jean-Edouard Colliard和Co-Pierre Georg合作的研究项目“衡量监管复杂性”的代码库。 使用此代码需要您自担风险。 该代码提供了一个简单的仪表板,使用户可以将大型法规文本(在本例中为《多德-弗兰克法案》)中的单词分类为各种类别,例如,作为运算符或操作数。 当使用Halstead(1977)措施来衡量法规文本的复杂性时,这很有用。 仪表板仍在工作中。 原始数据来源 Pdf到txt它将位于001_raw_data中的pdf文档解析为txt。 输入:0
  3. 所属分类:其它

    • 发布日期:2021-02-21
    • 文件大小:266338304
    • 提供者:weixin_42118011
« 1 2 3 4 5 6 7 89 10 »