資源簡介
用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\desc
?????文件?????????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-reba
?????文件????????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\ob
?????文件??????75061??2017-04-11?11:09??vuex-notes-app\.git\ob
?????文件????????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個文件信息
評論
共有 條評論