09 2021 档案

摘要:1.深度监听 <template> <div id="test"> <button @click="changeAge">change</button> </div> </template> <script> export default { name: 'test', data () { retu 阅读全文
posted @ 2021-09-06 23:22 热心市民~菜先生 阅读(826) 评论(0) 推荐(0) 编辑
摘要:1.基本搭建 python3.5 flask框架使用mysql配置(flask学习) falsk使用MySQL的方法试了几个终于找到没问题的了,以下是代码: #coding=utf-8 from flask import Flask from flask_sqlalchemy import SQLA 阅读全文
posted @ 2021-09-05 23:56 热心市民~菜先生 阅读(183) 评论(0) 推荐(0) 编辑
摘要:from pyquery import PyQuery as pq import urllib.request import pymysql import uuid conn = pymysql.connect(host='127.0.0.1', user="root", passwd="12345 阅读全文
posted @ 2021-09-05 23:50 热心市民~菜先生 阅读(38) 评论(0) 推荐(0) 编辑
摘要:srs.conf # main config for srs. # @see full.conf for detail config. listen 1935; max_connections 1000; srs_log_tank file; srs_log_file ./objs/srs.log; 阅读全文
posted @ 2021-09-05 23:35 热心市民~菜先生 阅读(893) 评论(0) 推荐(0) 编辑
摘要:FeiTian.py # coding=utf-8 # 添加消息 from ctypes import * import ctypes import json import time hinst = ctypes.cdll.LoadLibrary('/opt/Rockey3_SDK_LINUX_V1 阅读全文
posted @ 2021-09-05 23:33 热心市民~菜先生 阅读(112) 评论(0) 推荐(0) 编辑
摘要:var sum2 = 0;var sum3 = 0; function calc2(num) { if (num > 0) { //递归:在函数体中自己调用自己,实现一个简易的循环 sum2 += num; num--; calc2(num); //arguments.callee(num); } 阅读全文
posted @ 2021-09-03 22:00 热心市民~菜先生 阅读(268) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示