Stella981 Stella981
4年前
OPENWRT 教程第二章 Openwrt Luci 初探(WEB)
那么,到底什么是Luci呢?先直观的感受一下,打开web浏览器的网关地址,然后出现了一个web登录界面,这个就是OpenwrtLuci的应用。!(https://oscimg.oschina.net/oscnet/64c3e7d6585a744be86a694513e149e5c5c.png)概述:OpenWRT的web采取的是lu
Stella981 Stella981
4年前
SpringBoot使用Undertow
Undertow是一个Java开发的灵活的高性能Web服务器,提供包括阻塞和基于NIO的非阻塞机制。Undertow是红帽公司的开源产品,是Wildfly默认的Web服务器。SpringBoot2中可以将Web服务器切换到Undertow来提高应用性能。Undertow官网地址(https://www.oschina.net/action/GoToL
Stella981 Stella981
4年前
SpringBoot 注册Servlet三大组件【Servlet、Filter、Listener】
由于SpringBoot默认是以jar包的方式启动嵌入式的Servlet容器来启动SpringBoot的web应用,没有web.xml文件。注册三大组件,classMyServlet()/classMyListener/classMyFilter需要自己亲自编写!!1\.classMyServletpa
Stella981 Stella981
4年前
Python是怎么连接MySQL数据库和怎么操作MySQL
python操作mysql数据库Python规范数据库接口为PythonDBAPI,PythonDBAPI为开发人员供应了数据库运用编程接口。Python数据库接口支撑非常多的数据库,你可以选择合适你项目的数据库:GadFlymSQLMySQLPostgreSQLMicroso
Wesley13 Wesley13
4年前
MySQL基础
一、mysql基础1.1管理数据库增加:createdatabase数据库defaultcharacterutf8;删除:dropdatabase数据库;修改:alterdatabase数据库def
Wesley13 Wesley13
4年前
mysql db 类收藏
<?phpclassmysql{private$db\_host;//数据库主机private$db\_user;//数据库用户名private$db\_pwd;//数据库用户名密码private$db\_database;//数据库名private$conn;//数据库连接标识;
胖大海 胖大海
3年前
Mysql数据库增删改查
数据库显示数据库showdatabases;显示数据表showtables;选择数据库usemysql;创建数据库createdatabasehaige;删除数据库dropdatabasehaige;刷新权限flushprivileges;数据表显示数据表showtables;创建表