开发工具 idea MySql 用户表 1.系统登陆 实体类 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 ...
分类:
其他好文 时间:
2017-07-02 10:17:44
阅读次数:
221
nginx 需要的依赖包 如果上述包都没有安装,需先安装。如你的服务器是阿里云服务器的话,直接执行zypper install 包名 ,挨个安装。 否则就wget 到服务器之后,自己安装。 进入正题 安装nginx 1,下载nginx http://nginx.org/download/ 2, 解压 ...
分类:
其他好文 时间:
2017-07-01 18:24:57
阅读次数:
177
转载请注明出处:http://blog.csdn.net/singwhatiwanna/article/details/38426471(来自singwhatiwanna的csdn博客)Android View系统解析系列:Android View系统解析(上)介绍View的基础知识、View的滑动 ...
分类:
移动开发 时间:
2017-07-01 11:52:08
阅读次数:
177
{ "sucess":"true", "list": [ { "id":1, "type":"common", "name":"moudule1", "children": [ { "id":2, "type":"suse", "name":"attack1", "children": [ { &q ...
分类:
Web程序 时间:
2017-06-30 01:02:31
阅读次数:
232
//侧滑-(NSArray )tableView:(UITableView )tableView editActionsForRowAtIndexPath:(NSIndexPath )indexPath{NSStringindexPathRow = [NSString stringWithForma ...
分类:
其他好文 时间:
2017-06-29 19:10:28
阅读次数:
136
注意: 学习前请先配置好Git客户端 相关文章:Git客户端图文详解如何安装配置GitHub操作流程攻略 官方中文手册:http://git-scm.com/book/zh GIT 学习手册简介 本站为 Git 学习参考手册。目的是为学习与记忆 Git 使用中最重要、最普遍的命令提供快速翻阅。 这些 ...
分类:
其他好文 时间:
2017-06-29 10:03:00
阅读次数:
190
一般来说,只要网站能访问,FTP就应该能连接的,之前好长一段时间一直遇到连接不上香港主机的问题,还以为是宽带出口线路不好,原来是自己学识浅薄,在同事的指点下才明白所以然,下面总结一下FTP连接中的常见错误解决办法。 530 Login authentication failed 错误提示如下图所示: ...
分类:
其他好文 时间:
2017-06-27 08:15:21
阅读次数:
277
在工作当中遇到一个类似这样的问题:要对数据库账户的权限进行清理、设置,其中有一个用户Test,只能拥有数据库MyAssistant的DML(更新、插入、删除等)操作权限,另外拥有执行数据库存储过程、函数的权限,但是不能进行DDL操作(包括新建、修改表、存储过程等...),于是需要设置登录名Test的 ...
分类:
数据库 时间:
2017-06-26 22:27:20
阅读次数:
291
public interface UserMapper { @SelectProvider(type="UserSqlProvider.class" method="selectWithParam") List<User> selectWithParam(Map<String,Object> par ...
分类:
数据库 时间:
2017-06-25 10:14:25
阅读次数:
189