1. 新建项目
- 在HBuilderX 中点击新建按钮选择项目
- 这时在你的HBuilderX就会出现test1的目录了
- 目录结构介绍
- 项目发行
这时你就可以把以上打包好的目录放到你的网站了
这时你就可以把以上打包好的目录放到你的网站了
npm全称为Node Package Manager 是一个机遇Node.js的包管理器, 也是整个Node.js 社区最流行、支持第三方模块最多的包管理器 npm -v
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install -g @vue/cli
cnpm install -g webpack webpack 是 JavaScript 打包器(Module bundler)
可以参考廖雪峰的博客 https://www.liaoxuefeng.com/wiki/1016959663602400/1017628290184064
我自己在树莓派开发的例子
from django.shortcuts import HttpResponse
from common.pygpio import led, sound
from multiprocessing import Process
# Create your views here.
def robot(request):
"""ionum: int gpio的引脚,17表示红
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="vue.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="app">
WARNING: The Python bz2 extension was not compiled. Missing the bzip2 lib?
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
WARNING: The Python sqlite3 extension was not compiled. Missing the SQLite3 lib?
树莓派已经安装了sqlite3 ,但是用pyenv 安装完3.8.3 的python提示没有安装sq
pip install djangorestframework
pip install markdown # Markdown support for the browsable API.
pip install django-filter # Filtering support
INSTALLED_APPS = [
...
'rest_framework',
]
urlpatterns = [
...
url(r'^api-auth/',
iptables -t filter -A OUTPUT -p udp -d 114.114.114.114 -j DROP
# 以上的-t filter 默认可以不写,因为iptables 的默认表就是filter
wget https://tool-box.oss-cn-hangzhou.aliyuncs.com/shell/monitor_client.sh
#!/bin/bash
function omsa_install
{
# install omsa (DELL 硬件监控)
echo "#####开始安装OMSA####"
echo "根据网络情况,此过程需要话比较长的时间"
wget -q -O - http://linux.dell.com/repo/hardware/lates
# VisualSVN-Server官方版本
https://www.visualsvn.com/server/download/
# VisualSVN-Server可破解版本
https://tool-box.oss-cn-hangzhou.aliyuncs.com/VisualSVN-Server-3.5.1-x64.msi
https://tool-box.oss-cn-hangzhou.aliyuncs.com/visualsvn.server-patch.exe
# jenkins 清华的源
https://mirrors.tuna.tsinghua.edu.cn/j
function delete1(str1) {
var xmlhttp;
if (str1 == "") {
document.getElementById("test_id").innerHTML = "";
return;
}
if (window.XMLHttpRequest) {
xmlhttp = new XML