码迷,mamicode.com
首页 >  
搜索关键字:ppi    ( 2056个结果
w3resource_MySQL练习:Subquery
w3resource_MySQL练习题:Subquery 1. Write a query to find the name (first_name, last_name) and the salary of the employees who have a higher salary than t ...
分类:数据库   时间:2019-03-15 23:18:18    阅读次数:645
spring mvc-REST
https://www.cnblogs.com/caoyc/p/5635354.html REST风格: /user/1 get请求 获取用户 /user/1 post请求 新增用户 /user/1 put请求 更新用户 /user/1 delete请求 删除用户 在Spring mvc中如何提交p ...
分类:编程语言   时间:2019-03-13 14:58:41    阅读次数:196
请求路径springmvc中支持ant风格
(1)? 任意一个字符斜杠除外 例如: @RequestMapping(path={"/test?"}) public String test1(){ return "test"; } 此时,请求路径test后面的问号可以替代任何一个字符斜杠除外,比如:/testa就可以请求成功。 (2)* 0到n ...
分类:编程语言   时间:2019-03-13 09:30:48    阅读次数:257
appium---【Mac】appium-doctor提示WARN:“fbsimctl cannot be found”解决方案
报错提示截图如下: 解决方案: brew tap facebook/fb brew install fbsimctl --HEAD 执行完命令重新运营appium-doctor即可看到成功已安装此包: ...
分类:移动开发   时间:2019-03-12 12:03:46    阅读次数:931
js 导出excel
java 代码 ...
分类:Web程序   时间:2019-03-11 10:32:13    阅读次数:173
浅谈SpringMVC执行过程
通过深入分析Spring源码,我们知道Spring框架包括大致六大模块, 如Web模块,数据库访问技术模块,面向切面模块,基础设施模块,核心容器模块和模块, 其中,在Spring框架的Web模块中,又包含很多前端技术,如SpringMVC,Spring WebSocket,Spring WebPor ...
分类:编程语言   时间:2019-03-08 09:21:59    阅读次数:238
优化 要引入多个 模块 使用调用的方法,让管理更便捷 --execfile() 函数
1.这里要使用的execfile('a.py') 函数,执行写了引入模块的py。 例子: b.py内容如下: #-*- coding: UTF-8 -*-#调用函数apisys.path.append("/Users/kaibinliu/Desktop/appium_automation/Andro ...
分类:其他好文   时间:2019-03-01 14:18:57    阅读次数:186
Ubuntu 网速显示,ssh配置
安装: sudo apt-get install python3-psutil curl git gir1.2-appindicator3-0.1git clone https://github.com/fossfreedom/indicator-sysmonitor.gitcd indicator ...
分类:系统相关   时间:2019-03-01 09:16:15    阅读次数:232
SpringBoot设置跨域的几种方式
什么是跨域? 浏览器从一个域名的网页去请求另一个域名的资源时,域名、端口、协议任一不同,都是跨域 原因: 由于浏览器的同源策略, 即a网站只能访问a网站的内容,不能访问b网站的内容. 注意: 跨域问题只存在于浏览器,也就是说当你的前端页面访问后端简单请求的接口时,返回值是有的,只是服务器没有在请求头 ...
分类:编程语言   时间:2019-02-27 20:36:20    阅读次数:221
【LeetCode】双指针 two_pointers(共47题)
https://leetcode.com/tag/two-pointers/ ...
分类:其他好文   时间:2019-02-27 01:26:41    阅读次数:164
2056条   上一页 1 ... 65 66 67 68 69 ... 206 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!