春风化雨 春风化雨
2年前
Navicat Premium for Mac(多连接数据库管理工具)
NavicatPremium是MySQL,SQLServer,Oracle和PostgreSQL的一体化数据库管理和迁移工具。NavicatPremium结合了所有Navicat版本的终极版本,可以连接MySQL,Oracle和PostgreSQL。Nav
Wesley13 Wesley13
3年前
MySQL学习【第三篇用户管理】
一.用户管理1.给mysql用户设密码以及删除用户1.给mysql的root用户设置密码root@db02scriptsmysqladminurootppassword'123'2.连接mysqlroot@db01~mysqluroo
Wesley13 Wesley13
3年前
mysql基础 Like关联查询
//mysql中使用concat连接字符串selectt1.id,t1.title,t2.keywordfromt1innerjoint2ont1.titlelikeconcat('%',t2.keyword,'%');其它思路:exists(是否存在)、regexp(正则)、
Wesley13 Wesley13
3年前
USB Accessory
USBaccessory模式允许用户连接特别为Android设备设计的USBhost硬件。accessories必须符合在AndroidAccessoryDevelopmentKit(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Faccessories.android.com%
Stella981 Stella981
3年前
ArchLinux安装打印机并在局域网共享
系统信息:OS:x86_64Linux5.2.3arch11ARCHPrinter:Canon_iP2800_seriesusb连接安装cups、字体和驱动包(gutenprint)cups就是传说中的CUPS软件ghostscriptPostscript语言的
Stella981 Stella981
3年前
HOST is not allowed to connect to this mysql server
!(https://oscimg.oschina.net/oscnet/77684be3437d04b37952adb40064ffbec86.png) HOSTisnotallowedtoconnecttothismysqlserverhost主机不能访问本机的mysql服务,原因需要连接非本机的mysql的时候,默认host
Stella981 Stella981
3年前
Laravel使用redis保存SESSION
Laravel使用redis保存SESSION首先确认服务器已经安装redis服务,php安装了redis扩展.1.打开config/database.php。在redis配置项中增加session的连接'session''host'
Wesley13 Wesley13
3年前
FRP
使用FRP反向代理实现Windows远程连接(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fzhanggaoxing%2Fp%2F9221705.html)
Stella981 Stella981
3年前
Netty(7)
改造timer,即客户端与服务端建立连接后,服务端主动向客户端发送当前时间。server:ch.pipeline().addLast(newTimeEncoder());ch.pipeline().addLast(newTimeServerHandler());TimeServerHandlerpubliccl