把之前用Java写的一个http接口替换成用Python写的,出参是带了mybatis pageHelper中PageInfo信息的一个JSON串 ...
分类:
编程语言 时间:
2018-11-20 15:17:33
阅读次数:
123
A - A CodeForces - 1042A There are nn benches in the Berland Central park. It is known that aiai people are currently sitting on the ii-th bench. Anot ...
分类:
其他好文 时间:
2018-10-04 10:44:19
阅读次数:
118
首先我们写java有很大一部分的程序员使用的是神器ecplise 那我晒晒我写的ecplise有错误的代码(其实并不是代码错误了) 就类似这样的代码,首先你需要安装mysql在你的电脑上root就是用户名,密码当然就是你设置的密码 然后我们就会出现这样的错误信息 java.lang.ClassNot ...
分类:
数据库 时间:
2018-09-22 00:45:11
阅读次数:
1883
if(!empty($site) && $site != 9){ $siteword = $site; $sql = 'SELECT c.id, c.name, c.related_page,c.suitable_siteids, REPLACE(suitable_siteids, 0, 12345 ...
分类:
数据库 时间:
2018-09-14 18:28:26
阅读次数:
200
题目描述: Given two positive integers a and b,find suitable X and Y to meet the conditions: X+Y=a Least Common Multiple (X, Y) =b Input Input includes mul ...
分类:
其他好文 时间:
2018-09-06 02:55:36
阅读次数:
177
音频输出作为硬件资源,对于iOS系统来说是唯一的,那么要如何协调和各个App之间对这个稀缺的硬件持有关系呢? iOS给出的解决方案是"AVAudioSession" ,通过它可以实现对App当前上下文音频资源的控制,比如 插拔耳机、接电话、是否和其他音频数据混音等。当你遇到: 是进行录音还是播放? ...
分类:
移动开发 时间:
2018-08-31 21:24:41
阅读次数:
206
1.安装ntp:sudo yum install ntp(在每台机器上都安装) 2.执行sudo ntpdate time.nist.gov命令(在每台机器上都执行) 3.执行结果10 Aug 12:07:44 ntpdate[4471]: no server suitable for synchr ...
分类:
其他好文 时间:
2018-08-10 13:17:52
阅读次数:
127
今天在添加zabbix对2台mysql服务器监控的时候,其中有一台的item报如下错误: Value "Warning: Using a password on the command line interface can be insecure.6158" of type "string" is ...
分类:
数据库 时间:
2018-07-26 15:04:24
阅读次数:
191
我们的游戏IOS版在接入易接SDK后,启动出现如下错误 经过google后找到这个帖子 https://stackoverflow.com/questions/32730312/reason-no-suitable-image-found 里面给出了一些解决方法,包括清理缓存数据、重新安装证书等等。 ...
分类:
移动开发 时间:
2018-07-06 11:35:33
阅读次数:
224
<?xml version="1.0" encoding="UTF-8"?><c3p0-config> <default-config> <property name="jdbcUrl">jdbc:mysql://localhost:3306/day15</property> <property n ...
分类:
数据库 时间:
2018-06-12 17:09:14
阅读次数:
305