最后看出价的代码就是总代码 1. 查看竞价和出价是一个url url(r'^bid/$', bid.BidView.as_view()), 获取url传过来的值 是 重写 get_queryset """竞价""" from app01 import models from rest_framewo ...
分类:
其他好文 时间:
2020-03-17 23:58:24
阅读次数:
112
Given 2 integers u and v, find the shortest array such that bitwise-xor of its elements is u, and the sum of its elements is v. Input The only line co ...
分类:
其他好文 时间:
2020-03-17 08:26:52
阅读次数:
63
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2020-03-17 00:00:07
阅读次数:
118
在大型系统中,一个服务去访问另外一个服务或者工具是非常常见的,例如feigin, ribbon, webservice, dubbo甚至jdbc等,这一节我们将看一下如何在java代码中调用外部命令。 关键代码 执行结果 通过Runtime可以执行windows系统中的任何命令,在此写小文记录。 ...
分类:
编程语言 时间:
2020-03-16 23:51:02
阅读次数:
87
One kind of a little bit pessimistic truths is that our life is companied with Stressors from time to time, among which catching the deadline, facing ...
分类:
其他好文 时间:
2020-03-16 23:50:44
阅读次数:
84
1, "mysql 在 windows 系统的安装与配置" 2, "mysql_5.7.20 二进制包 在Linux系统中的 安装和配置" 3, "mysql 中 mysqld_safe 与 mysqld 区别,以及 mysqld_safe 的使用介绍" 4, "mysql_5.7.20 关闭 on ...
分类:
数据库 时间:
2020-03-16 16:27:35
阅读次数:
74
MySQL常用操作 MySQL数据库只读 SHOW GLOBAL VARIABLES LIKE "%read_only%"; FLUSH TABLES WITH READ LOCK; SET GLOBAL READ_ONLY=1; View Code SQL ...
分类:
数据库 时间:
2020-03-16 11:15:30
阅读次数:
58
手动创建:环境描述:一台机器启动六个节点,3个主节点,3个从节点。安装:tar-zxvfredis-3.2.10.tar.gzmvredis-3.2.10/usr/local/redisyuminstallgcc*tcl-ymake&&maketest修改配置文件:vi/usr/local/redis/redis.conf**要改的地方**daemonizeyesport7000c
分类:
其他好文 时间:
2020-03-16 09:39:31
阅读次数:
51
Be a man make money It's my only way out Even if there is no congee cooked in the morning There's no bright home I should also be responsible for my o ...
分类:
其他好文 时间:
2020-03-15 23:44:57
阅读次数:
106
配置ssh(仅主机host only模式) 1. 环境为VMware虚拟机 2. 虚拟网络适配器选择 “仅主机模式” 3. Windows用power shell或cmd查看本机ip地址 4. 将CentOS7的ip地址设置为静态并自定义ip地址 5. ssh连接成功! ...
分类:
其他好文 时间:
2020-03-15 22:07:44
阅读次数:
130