网站首页 站内搜索

搜索结果

查询Tags标签: about,共有 42条记录
  • Node.js之mysql模块开启执行多个SQL命令

    今天分享的内容是模块化思维 ,在项目中需要分类模块化对项目数据进行归类 pool.js是mysql的连接池 routes文件夹里放路由器目录,里面可以放项目路由的小文件夹 app.js是web服务器1.在app.js下使用express创建web服务器,引入关于汉唐路由器(./routes/about.js),挂载路由…

    2022/9/18 2:16:28 人评论 次浏览
  • About Python3 -- 2

    class 多态<1> class Animal(object):def eat(self):print("动物会吃")class Cat(Animal):def eat(self):print("猫吃鱼")class Dog(Animal):def eat(self):print("狗吃骨头")class Person(object):def eat(self):print("人吃五…

    2022/9/16 1:17:10 人评论 次浏览
  • 个人简介 About Me

    澳门科技大学计算机系大一新生一个曾经两次联赛失败无奈退役的OIer;一个因为高考失常只能花费昂贵学费走上留学道路的Five。 编写博客只为分享生活、学习上的经验与困惑,希望能给他人和自己带来帮助。 一起为了未来而奋斗吧!

    2022/9/10 6:23:09 人评论 次浏览
  • nginx 四层访问控制

    nginx 四层访问控制 访问控制基于ngx_http_access_module实现,可以通过匹配客户端IP地址进行限制 location /about {alias /usr/share/nginx/html/about/index.html;index index.html;deny 192.168.1.1;allow 192.168.50.0/24;allow 10.1.1.0/16;deny all; #先允许小部分…

    2022/8/30 5:22:55 人评论 次浏览
  • 编程式路由

    import { useRouter } from vue-router const router = useRouter() router.push({path: "/about",query: {name: "why",age: 18} })如何得到query呢 ? 模板中 : <h2>About: {{ $route.query }}</h2>

    2022/8/26 14:25:20 人评论 次浏览
  • NoSQL 简介 & mongoDB —— 转发

    原文:What Is NoSQL? NoSQL Databases Explained | MongoDBNoSQL databases (aka "not only SQL") are non-tabular databases and store data differently than relational tables.NoSQL databases come in a variety of types based on their data model. T…

    2022/6/22 2:22:24 人评论 次浏览
  • Is LaMDA Sentient? — an Interview

    Is LaMDA Sentient? — an Interview 谷歌AI聊天记录让网友San值狂掉:研究员走火入魔认为它已具备人格,被罚带薪休假What follows is the “interview” I and a collaborator at Google conducted with LaMDA. Due to technical limitations the interview was conduc…

    2022/6/13 23:24:25 人评论 次浏览
  • vue3中的路由

    前端路由:在架构一个网络时,路由器和交换机是非常重要的,事实上,路由器主要维护的是一个映射表,映射表会决定数据的流向。 URL的hash 前端路由是通过监听URL的改变进行与内容的映射 url的hash也就是锚点(#),本质上是改变window.location的herf属性,我们可以通过直…

    2022/5/4 23:14:48 人评论 次浏览
  • keep-alive如何清除缓存

    keep-alive是vue内置的一个组件,而这个组件的作用就是能够缓存不活动的组件,我们能够知道,一般情况下,组件进行切换的时候,默认会进行销毁,如果有需求,某个组件切换后不进行销毁,而是保存之前的状态,那么就可以利用keep-alive来实现 利用脚手架创建项目后会生成h…

    2022/4/26 23:16:30 人评论 次浏览
  • Some questions about Inner class and Outer class

    class Outer {static int a=10;int b=20;int c=40;void fun(){Inner e=new Inner();e.g();}class Inner{int c=30;int b=50;Outer f=new Outer();static int d=50;public void g(){System.out.println(c);//30System.out.println(b);//50System.out.println(f.b);//20;}}v…

    2022/4/26 23:13:53 人评论 次浏览
  • About me

    我是一个GD初二学生,非常菜,日常被学弟学妹吊打 /kk 我的常用id有:藤萝月、草木风(oi不相关的大多数地方,出自陈春成《裁云记》)、Missa(在部分oi网站的注册名)、zag(因为我的名字后两位是“zx”,与“左旋”相同,包括 zag_zag,void_zag 等)。博客园的个性地址…

    2022/4/12 23:20:26 人评论 次浏览
  • About use the Porsche piwis 3 software to find a Porsche car faultrepair guide

    Porsche Piwis Tester III and Xentry VCI are the newest professional testers for Porsche and Mercedes, the most powerful diagnostic and offline programming tool. You will get a full original diagnostic set with latest software. The package will include…

    2022/3/28 6:24:24 人评论 次浏览
  • About Nissan Consult 3 plus programming reviews

    Nissan Consult 3 Plus Programming Reviews: Cheapest way FOUND! It looks like it’s a remote system that uses Bluetooth and is good up to 5 meters away. It also looks like it only works for OBD21996 and newer The Nissan Consult three Plus does not supp…

    2022/3/4 23:21:05 人评论 次浏览
  • Math for Programmers, 3D graphics, machine learning, and simulations with Python

    Math for Programmers, 3D graphics, machine learning, and simulations with Python, Version 10, Copyright 2020 Manning Publications My (fictional) friend Jane is a full-stack web developer working at a medium size tech company in San Francisco. In colle…

    2021/12/30 22:07:23 人评论 次浏览
  • Math for Programmers, 3D graphics, machine learning, and simulations with Python

    Math for Programmers, 3D graphics, machine learning, and simulations with Python, Version 10, Copyright 2020 Manning Publications My (fictional) friend Jane is a full-stack web developer working at a medium size tech company in San Francisco. In colle…

    2021/12/30 22:07:23 人评论 次浏览
共42记录«上一页123下一页»
扫一扫关注最新编程教程