摘要: 怎样在phpeclipse中像调试Java程序一样调试php呢? XDebug的版本号非常多,打开http://xdebug.org/index.php。把站点细致看一下,你会发现有句“If you don't know which one you need, please refer to the 阅读全文
posted @ 2017-07-24 21:30 mfmdaoyou 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 与HTTP处理模块不同。HTTP过滤模块的工作是对发送给用户的HTTP响应做一些加工。server返回的一个响应能够被随意多个HTTP过滤模块以流水线的方式依次处理。HTTP响应分为头部和包体,ngx_http_send_header和ngx_http_output_filter函数分别负责发送头部 阅读全文
posted @ 2017-07-24 20:29 mfmdaoyou 阅读(539) 评论(0) 推荐(1) 编辑
摘要: 实现两个界面之间内容的传递 // // MainViewController.m // UI08_TableView界面传值 // // Created by dllo on 15/8/7. // Copyright (c) 2015年 zhozhicheng. All rights reserve 阅读全文
posted @ 2017-07-24 19:41 mfmdaoyou 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 前段时间公司开发的Launcher要做主题切换的功能,但切换主题时须要从sdcard中获取要切换的图片资源,拿到后图片的大小不正常。 后来查找原因是:系统对不同分辨率拿到的图片资源会自己主动的做转化,所以如今要做的是把图片按不同的分辨率转化成图片实际的大小 代码转化例如以下: 从SD卡获取的图片按分 阅读全文
posted @ 2017-07-24 18:50 mfmdaoyou 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 在我们这个SEO行业中。有很多朋友再走捷径,用什么採集站点、复制大量的文章到自己的站点,尽管搜索引擎对站点的收录量非常大,但却没有排名。相信非常多朋友都有类似的经理,也有不少朋友在更新文章时没有坚持下去,导致站点不了了之了。在这里我要为大家介绍一种新的概念“百度底层库”。 对于底层库我也是第一次听说 阅读全文
posted @ 2017-07-24 18:15 mfmdaoyou 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 函数名: imagesize 功 能: 返回保存位图像所需的字节数 用 法: unsigned far imagesize(int left, int top, int right, int bottom); 程序例: #include <graphics.h> #include <stdlib.h 阅读全文
posted @ 2017-07-24 16:48 mfmdaoyou 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Single Number III Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find 阅读全文
posted @ 2017-07-24 15:49 mfmdaoyou 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 题目:http://acm.hdu.edu.cn/showproblem.php?pid=5389 题意:定义数根:①把每一位上的数字加起来得到一个新的数,②反复①直到得到的数仅仅有1位。给定n,A,B和n个一位数,求把这n个数分成两部分,使得这两部分的当中一部分的和的数根等于A另外一部分的和的数根 阅读全文
posted @ 2017-07-24 14:56 mfmdaoyou 阅读(98) 评论(0) 推荐(0) 编辑
摘要: hadoop常见错误集锦: 1.DataXceiver error processing WRITE_BLOCK operation ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: 192-168-11-58:50010:DataXcei 阅读全文
posted @ 2017-07-24 13:31 mfmdaoyou 阅读(565) 评论(0) 推荐(0) 编辑
摘要: Journalists have the ability to state a thing more clearly. What can we learn from them to help us report or explain things like them? There are six w 阅读全文
posted @ 2017-07-24 12:34 mfmdaoyou 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 实现的时候用到系统原来的dup函数 // mydup2.c // 2015/08/17 Lucifer Zhang version1.0 // write my own dup2 function // use dup() function when inplementation #include 阅读全文
posted @ 2017-07-24 11:56 mfmdaoyou 阅读(260) 评论(0) 推荐(0) 编辑
摘要: #include<reg52.h> #define uchar unsigned char #define uint unsigned int sbit led1=P1^0; uchar num; void main() { TMOD=0X01; //设置定时器0为工作方式1(M1M0为01) TH 阅读全文
posted @ 2017-07-24 11:17 mfmdaoyou 阅读(1080) 评论(0) 推荐(0) 编辑
摘要: 1. 显示当前执行的所有模拟器: adb devices 2. 安装应用程序: adb install -r 123.apk 3. 获取模拟器中的文件: adb pull <remote> <local> 4. 向模拟器中写文件: adb push <local> <remote> 5. 进入模拟器 阅读全文
posted @ 2017-07-24 10:10 mfmdaoyou 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 题目描写叙述 链接地址 解法 算法解释 题目描写叙述 Given an array of integers, the majority number is the number that occurs more than half of the size of the array. Find it. 阅读全文
posted @ 2017-07-24 09:08 mfmdaoyou 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 首先呈上效果图 如今非常多地方都用到了滚轮布局WheelView,比方在选择生日的时候,风格类似系统提供的DatePickerDialog,开源的控件也有非常多,只是大部分都是依据当前项目的需求绘制的界面,因此我就自己写了一款比較符合自己项目的WheelView。 首先这个控件有下面的需求: 1、可 阅读全文
posted @ 2017-07-24 08:20 mfmdaoyou 阅读(3272) 评论(0) 推荐(0) 编辑