Stella981 Stella981
4年前
PHP and MySQL Web Development (PHP和MySQL Web开发)第五版 免积分下载
!(https://static.oschina.net/uploads/img/201901/06114944_HVje.jpg)本书描述使用php和mysql构建数据库驱动web应用程序的最终指南
Stella981 Stella981
4年前
Python 回调和首参数绑定
函数参数的绑定和调用方式这里想讨论的问题是,如果把python的方法作为参数传递给其他对象调用,那么相应的python实例是如何绑定的?classC:defcallback(self):print('callback')@staticmeth
Stella981 Stella981
4年前
SpringBoot持久层技术
一、Springboot整合mybatismaven中添加对数据库与mybatis的依赖1<dependencies2<dependency3<groupIdorg.springframework.boot</groupId4<artifactId
Easter79 Easter79
4年前
SpringBoot持久层技术
一、Springboot整合mybatismaven中添加对数据库与mybatis的依赖1<dependencies2<dependency3<groupIdorg.springframework.boot</groupId4<artifactId
Wesley13 Wesley13
4年前
mysql用户以及用户授权
1.1创建mysql用户mysqlcreateusertestidentifiedby'test';1.2为用户授权后面不加identified。grantselectontest.\totest@localhost;1.3查看MYSQL数据库中所有用户selectdistinctconcat('User:
Stella981 Stella981
4年前
Android实现搜索功能并本地保存搜索历史记录
第一步:创建SQLite数据库RecordSQLiteOpenHelper.javapackage com.mobile.android.yilone.sqlite;import android.content.Context;import android.database.sqlite.SQLiteDatabase
Stella981 Stella981
4年前
PostgreSQL死锁进程及慢查询处理
1、死锁进程查看:SELECTFROMpg_stat_activityWHEREdatname'数据库名称'andwaitingtrue;pid进程id。2、慢查询SQL:selectdatname,pid,usename,application_name,client_addr,client
Stella981 Stella981
4年前
Kubernetes 系列(三):Kubernetes使用Traefik Ingress暴露服务
一、Kubernetes服务暴露介绍从kubernetes1.2版本开始,kubernetes提供了Ingress对象来实现对外暴露服务;到目前为止kubernetes总共有三种暴露服务的方式:LoadBlancerServiceNodePortServiceIngress1.1、
Stella981 Stella981
4年前
MariaDB基础命令
一、MySQL数据库mariadb的安装关闭防火墙和selinuxsystemctlstopfirewalld安装服务端和客户端mariadb\yuminstallmariadbservermariadby!(https://oscimg.oschina.net/oscn
Easter79 Easter79
4年前
The mysql_upgrade client is now deprecated(mysql_upgrade客户机现在已经弃用)
登录数据库后执行以下命令mysqlshowdatabases;报错ERROR1449(HY000):Theuserspecifiedasadefiner('mysql.infoschema'@'localhost')doesnotexist在网上找到的解决办法mys