码迷,mamicode.com
首页 >  
搜索关键字:bsp    ( 83820个结果
#Leetcode# 43. Multiply Strings
https://leetcode.com/problems/multiply-strings/ Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and n ...
分类:其他好文   时间:2018-11-23 20:43:27    阅读次数:168
带有动画的字体
.textShadowChange { animation: bilingbiling 2s ease infinite alternate; } @keyframes bilingbiling { from { text-shadow: 0 0 1px white, 0 0 2px white,.... ...
分类:其他好文   时间:2018-11-23 20:41:38    阅读次数:200
Jenkins任务执行selenium脚本无法启动浏览器
原因:因为jenkins是用windows installer 安装成 windows的服务了,那么jenkins是一个后台服务,所以跑selium cases 的时候不显示浏览器 解决办法: Step 1. Control Panel(控制面板) -> Administrative Tools(管 ...
分类:其他好文   时间:2018-11-23 20:41:29    阅读次数:229
第77篇
1. 添加沟通记录的两个需求 1.1 customer字段里面选的客户只能是我私户里面的客户 为form表单设置指定的choices 1.2 跟进人默认是自己 form表单的字段设定默认值 ...
分类:其他好文   时间:2018-11-23 20:38:35    阅读次数:144
js和jQuery实现的Ajax
1. JS实现Ajax 2. jQuery实现的Ajax 最基本的jQuery发送Ajax请求示例: views.py urls.py 3. Ajax中使用JSON data参数中的键值对,如果值不为字符串,需要将其转换成字符串类型。 如果没有转换为字符串,那么views中的代码就接收不到passw ...
分类:Web程序   时间:2018-11-23 20:36:54    阅读次数:198
用jackson输出标准的json字符串
1 public class JacksonObjectMapperExample { 2 3 public static String formatJson(String jsonStr) throws IOException { 4 ObjectMapper objectMapper = new... ...
分类:Web程序   时间:2018-11-23 20:33:33    阅读次数:154
ORM框架 和 面向对象编程
ORM框架: 1.SQLAlchemy: - 作用 1.提供简单的规则 2.自动转换成SQL语句 - DB first/code first DB first: 手动创建数据库以及表 ->ORM框架 ->自动生成类 code first: 手动创建类和数据库 ->ORM框架 ->以及表 a.功能 - ...
分类:其他好文   时间:2018-11-23 20:30:14    阅读次数:193
jquery ajax多次请求接口解决方案
如果有个地方$('#Id').click(function(){ $.ajax({})}); 改成这样$('#Id).unbind('click').bind('click',function(){ $.ajax({}) }); 这样用就不会提交很多次了,因为你绑定的点击时间会随着调用的次数增多而增 ...
分类:Web程序   时间:2018-11-23 18:38:30    阅读次数:614
[VJ][DP]Max Sum Plus Plus
Max Sum Plus Plus Description Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to ...
分类:其他好文   时间:2018-11-23 18:37:43    阅读次数:195
vue todolist 1.0
1 2 3 4 5 6 7 8 +增加 9 10 11 12 13 14 15 16 17 18 19 20 {{item}} ---- 删除 21 22 23 24 25 ... ...
分类:其他好文   时间:2018-11-23 18:36:47    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!