码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
what should I use .post vs .ajax?
what should I use .post vs .ajax? 问题: I've always had this dilemma困境 whether to use .post or .ajax for a few situations, but I got kept using .post? M ...
分类:Web程序   时间:2019-09-19 16:18:47    阅读次数:118
湘潭大学oj循环1-5
#include <stdio.h>#include <stdlib.h>int main(){ int b,s,n; int a[101]; A:scanf("%d",&n); s=0; if(n!=0) { for(b=1;b<=n;b++) { scanf("%d",&a[b]); if(a[ ...
分类:其他好文   时间:2019-09-15 11:12:43    阅读次数:140
python 相关语法 图形绘制 奥运五环
1. 适当的空格 逻辑行首的空白表示逻辑表示层次关系 从而决定分组 语句从新行的第一列开始 风格统一 都用四个空格 不能随便加空格 奥运五环 #绘制奥运五环 import turtleturtle.width(10) turtle.color("blue")turtle.circle(50) tur ...
分类:编程语言   时间:2019-09-14 14:06:22    阅读次数:141
1027:The Same Game
描述名为“Same”的游戏是在10 \ Theta 15板上玩的单人游戏。每个方块包含一个红色(R),绿色(G)或蓝色(B)的球。如果两个球具有相同的颜色,则属于同一簇,并且可以通过在上,下,左,右四个方向上跟随相同颜色的球来从另一个球到达。在游戏的每个步骤中,玩家选择一个球,其球簇至少有两个球,并 ...
分类:其他好文   时间:2019-09-14 11:26:50    阅读次数:108
Django用mongoengine操作mongodb
最近在写Django项目,使用的是mongodb,虽然Django不支持NoSQL,但是mongoengine可以帮助我们像ORM一样在Django项目中去操作mongodb 推荐一个可视化工具 Robo 3T 这里贴几个我觉得比较有帮助的帖子,特别是在一对一,一对多的引用 先放mongoengin ...
分类:数据库   时间:2019-09-13 10:45:51    阅读次数:118
Educational Codeforces Round 33 (Rated for Div. 2) B题
B. Beautiful DivisorsRecently Luba learned about a special kind of numbers that she calls beautiful numbers. The number is called beautiful iff its bi ...
分类:其他好文   时间:2019-09-12 13:09:59    阅读次数:97
On Windows, I got "Unable to delete directory". What's wrong?
On Windows, I got "Unable to delete directory". What's wrong? For instance, clean could fail if you already have opened a command line with target as ...
分类:Windows程序   时间:2019-09-12 10:25:26    阅读次数:116
Docker启动时提示Get Permission Denied while trying to connect解决方法
环境描述 vmware15虚拟机安装centos7.4 64位系统,docker版本19.03.2 问题描述 安装完docker后,执行docker相关命令 出现如下提示: docker: Got permission denied while trying to connect to the Do ...
分类:其他好文   时间:2019-09-11 18:11:10    阅读次数:79
SpringBoot集成Swagger,Postman,newman,jenkins自动化测试.
<! flowchart 箭头图标 勿删 环境:Spring Boot,Swagger,gradle,Postman,newman,jenkins SpringBoot环境搭建。 Swagger简介 Swagger 是一款RESTFUL接口的文档在线自动生成+功能测试功能软件。 一、SpringBo ...
分类:编程语言   时间:2019-09-10 13:16:44    阅读次数:109
Excel宏开发之合并单元格
合并单元格 ...
分类:其他好文   时间:2019-09-09 16:22:35    阅读次数:254
1592条   上一页 1 ... 21 22 23 24 25 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!