码迷,mamicode.com
首页 >  
搜索关键字:tab bar controller    ( 35290个结果
delphi working with big data databases in Cassandra, Couchbase and MongoDB
delphi working with big data databases in Cassandra, Couchbase and MongoDB ...
分类:数据库   时间:2020-11-30 16:01:01    阅读次数:11
在实体类中添加了@ApiModel不起作用
今天在写swagger的注释的时候,发现我写的实体类,有一些类,在swagger-ui.html中的Models里面居然找不到,真是日了狗了。重启、对比pojo代码过后,发现并没有什么卵用。最后静下来想了下,会不会是因为controller的原因,因为我发现有些用到了@RequestBody的,都能 ...
分类:Windows程序   时间:2020-11-27 11:47:50    阅读次数:40
MySQL错误修复:Table crashed repair
问题一Tablexxismarkedascrashedandlast(automatic?)repairfailed有开发找到我,说数据库坏了,连不上数据库,看了下MySQL的错误日志,报错如下:Error:Table‘./db_name/table_name‘ismarkedascrashedandlast(automatic?)repairfailed修复1、先停止MySQL:servicem
分类:数据库   时间:2020-11-27 11:41:55    阅读次数:15
一个 jQuery循环获取点击事件,显示tab 子页
html 代码 <div class="data_bodey"> <div class="index_nav" > <ul style="height: 30px; margin-bottom: 0px;"> <li class="l_left total_chose_fr nav_active"> ...
分类:Web程序   时间:2020-11-27 11:40:13    阅读次数:14
springMVC异步调用
1.1 发送异步请求 <script> <a href="javascript:void(0);" id="testAjax">访问controller</a> <script type="text/javascript" src="/js/jquery-3.3.1.min.js"></script ...
分类:编程语言   时间:2020-11-27 11:09:28    阅读次数:7
字节跳动算法整理
无重复字符的最长子串 输入: "abcabcbb" 输出: 3 解释: 因为无重复字符的最长子串是 "abc",所以其长度为 3。 class Solution { public: int lengthOfLongestSubstring(string s) { int m[256] = {0}; ...
分类:编程语言   时间:2020-11-27 11:02:48    阅读次数:9
TD 加载界面实现
一)编写ini文件,用button实现加载界面 cl_animationWin={ type="window" x=0 y=0 w=1024 h=600 style="cl_normalwin" flags={ window_splash } ... cl_picLoadingButton={ ty ...
分类:其他好文   时间:2020-11-27 10:52:54    阅读次数:6
How to install sqli-labs into localhost
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:数据库   时间:2020-11-26 15:15:20    阅读次数:14
第04组 Alpha冲刺 总结
#2.1 基本情况 ##组长博客链接: 组长博客 ##答辩总结 alpha冲刺完成了前面的大部分页面,还剩下最后一个页面还没有完成,这次冲刺团队磨合得挺好,因为考试也比较多,所以这次冲刺有出现一部分人准备考试,另一部分人来进行冲刺,总体而言大家表现都很好 ##全组讨论的照片 ##评估贡献比例 工作流 ...
分类:其他好文   时间:2020-11-26 14:41:33    阅读次数:6
使用yum的方式部署LNMP
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:其他好文   时间:2020-11-26 14:41:22    阅读次数:5
35290条   上一页 1 ... 57 58 59 60 61 ... 3529 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!