pychallenge之四 <!-- urllib may help. DON'T TRY ALL NOTHINGS, since it will never end. 400 times is more than enough. --> 点图片跳出了:and the next nothing is ...
分类:
其他好文 时间:
2017-03-17 23:40:39
阅读次数:
243
Jmeter之逻辑控制器(Logic Controller) 前言: 1、 Jmeter官网对逻辑控制器的解释是:“Logic Controllers determine the order in which Samplers are processed.”。意思是说,逻辑控制器可以控制采样器(sa ...
分类:
其他好文 时间:
2017-03-17 12:33:04
阅读次数:
179
详情了解:http://topeetboard.com 更多了解:https://arm-board.taobao.com ...
分类:
移动开发 时间:
2017-03-14 10:38:38
阅读次数:
909
Determine whether an integer is a palindrome. Do this without extra space.题意:判断一个数字是否为回文数如何取得一个Integer的最高位?假设x = 688答:x / mask. 设置一个和x位数一样的mask,mask =... ...
分类:
其他好文 时间:
2017-03-06 23:31:19
阅读次数:
251
题目描述 Consider an N x N (1 <= N <= 100) square field composed of 1 by 1 tiles. Some of these tiles are impassible by cows and are marked with an 'x' in ...
分类:
其他好文 时间:
2017-03-01 21:03:06
阅读次数:
398
最近做完了synopsys的DC workshop,涉及到时钟的建模/约束,这里就来聊聊数字中的时钟(与建模)吧。主要内容如下所示: ·同步电路与异步电路; ·时钟/时钟树的属性:偏移(skew)与时钟的抖动(jitter)、延时(latency)、转换(transition)时间; ·内部时钟; ...
分类:
其他好文 时间:
2017-02-24 23:45:38
阅读次数:
913
题目: Given a linked list, determine if it has a cycle in it. Follow up:Can you solve it without using extra space? 链接: http://leetcode.com/problems/lin ...
分类:
其他好文 时间:
2017-02-19 10:43:11
阅读次数:
186
异常报错: 2.mysql数据库的配置 3.缺少如下配置项: I had used the same settings in pure JDBC projects few times before and never encoutered similar exception so now I wan ...
分类:
数据库 时间:
2017-02-14 15:18:27
阅读次数:
763
由于某些原因,经常会使用apache(有时用nginx) 现在我主要用它做反向代理,偶尔弄一下负载均衡和添加head头 apache官网 http://httpd.apache.org/ 下载地址 http://httpd.apache.org/download.cgi 在centos中的安装教程: ...
分类:
Web程序 时间:
2017-02-13 18:37:51
阅读次数:
545
1. 启动 Apache 时报错: 2. 查询到 80 端口被 nginx 占用: 3. 找到 nginx 的进程号: 4. 杀掉进程: 5. 重新开启 Apache: ...
分类:
Web程序 时间:
2017-02-11 15:35:01
阅读次数:
4361