• 大小: 19.17M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: Html/CSS
  • 标签: vue  

资源简介

用vue.js 和bootstrap制作的笔记本程序

资源截图

代码片段和文件信息

#!/usr/bin/env python

# Copyright (c) 2012 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

__doc__ = “““
gyptest.py -- test runner for GYP tests.
“““

import os
import optparse
import subprocess
import sys

class CommandRunner(object):
  “““
  Executor class for commands including “commands“ implemented by
  Python functions.
  “““
  verbose = True
  active = True

  def __init__(self dictionary={}):
    self.subst_dictionary(dictionary)

  def subst_dictionary(self dictionary):
    self._subst_dictionary = dictionary

  def subst(self string dictionary=None):
    “““
    Substitutes (via the format operator) the values in the specified
    dictionary into the specified command.

    The command c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        101  2017-04-11 11:09  vuex-notes-app\.babelrc

     文件        156  2017-04-11 11:09  vuex-notes-app\.editorconfig

     文件         25  2017-04-11 11:09  vuex-notes-app\.eslintignore

     文件        493  2017-04-11 11:09  vuex-notes-app\.eslintrc.js

     文件        314  2017-04-11 11:09  vuex-notes-app\.git\config

     文件         73  2017-04-11 11:09  vuex-notes-app\.git\description

     文件         23  2017-04-11 11:09  vuex-notes-app\.git\HEAD

     文件        478  2017-04-11 11:09  vuex-notes-app\.git\hooks\applypatch-msg.sample

     文件        896  2017-04-11 11:09  vuex-notes-app\.git\hooks\commit-msg.sample

     文件        189  2017-04-11 11:09  vuex-notes-app\.git\hooks\post-update.sample

     文件        424  2017-04-11 11:09  vuex-notes-app\.git\hooks\pre-applypatch.sample

     文件       1642  2017-04-11 11:09  vuex-notes-app\.git\hooks\pre-commit.sample

     文件       1348  2017-04-11 11:09  vuex-notes-app\.git\hooks\pre-push.sample

     文件       4951  2017-04-11 11:09  vuex-notes-app\.git\hooks\pre-rebase.sample

     文件        544  2017-04-11 11:09  vuex-notes-app\.git\hooks\pre-receive.sample

     文件       1239  2017-04-11 11:09  vuex-notes-app\.git\hooks\prepare-commit-msg.sample

     文件       3610  2017-04-11 11:09  vuex-notes-app\.git\hooks\update.sample

     文件       4216  2017-04-11 11:09  vuex-notes-app\.git\index

     文件        240  2017-04-11 11:09  vuex-notes-app\.git\info\exclude

     文件        194  2017-04-11 11:09  vuex-notes-app\.git\logs\HEAD

     文件        194  2017-04-11 11:09  vuex-notes-app\.git\logs\refs\heads\master

     文件        194  2017-04-11 11:09  vuex-notes-app\.git\logs\refs\remotes\origin\HEAD

     文件       5804  2017-04-11 11:09  vuex-notes-app\.git\objects\pack\pack-67ef3f6afeacc68bfab1c86d40fac7a69142ac1c.idx

     文件      75061  2017-04-11 11:09  vuex-notes-app\.git\objects\pack\pack-67ef3f6afeacc68bfab1c86d40fac7a69142ac1c.pack

     文件        107  2017-04-11 11:09  vuex-notes-app\.git\packed-refs

     文件         41  2017-04-11 11:09  vuex-notes-app\.git\refs\heads\master

     文件         32  2017-04-11 11:09  vuex-notes-app\.git\refs\remotes\origin\HEAD

     文件        106  2017-04-11 11:09  vuex-notes-app\.gitignore

     文件        921  2017-04-11 11:09  vuex-notes-app\build\build.js

     文件        254  2017-04-11 11:09  vuex-notes-app\build\dev-client.js

............此处省略16260个文件信息

评论

共有 条评论