春风化雨 春风化雨
2年前
Navicat Premium for Mac(多连接数据库管理工具)
NavicatPremium是MySQL,SQLServer,Oracle和PostgreSQL的一体化数据库管理和迁移工具。NavicatPremium结合了所有Navicat版本的终极版本,可以连接MySQL,Oracle和PostgreSQL。Nav
专注IP定位 专注IP定位
3年前
静态IP是什么意思?和动态IP 有什么区别
互联网已成为我们生活的一部分,由于其性质,它包含了太多的概念。其中包括MAC地址、、协议等等。今天,我们正在研究其中一个概念,静态IP。静态IP往往伴随着IP地址管理或者是IP冲突等情况下出现,其实静态IP也是一项独立完整的技术。IP地址IP地址(Internet协议地址)是连接到Internet的设备用于在网络上相互交换数据的地址。每个连接到Intern
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)