摘要:
linux: 操作系统,应用服务器上 常用命令: cd 切换命令 cd / cd ~ cd ../../ cd xx ll 展示所有的文件 ll -h 友好的展示 mkdir 创建目录 mkdir 目录名 mkdir -p a/b/b/b rmdir 移除目录 rmdir 目录名 :移除空目录 to 阅读全文
摘要:
这是苹果的官方解答 The following factors could prevent your app from showing up on the App Store: Make sure to check the status of your agreements. If the agre 阅读全文
摘要:
今天数据库出现点问题,请教同事给我看看,发现他不能通过 ip 地址访问我的本地 MySQL 服务器。于是上网找了一下,步骤如下: 1、cmd 打开指令页面 c:\>mysql -u root -p 输入密码 mysql> 2、打开 mysql 数据库 use mysql 检索 user 和 host 阅读全文
摘要:
Preface Working with both Object-Oriented software and Relational Databases can be cumbersome and time consuming. Development costs are significantly 阅读全文