上一页 1 ··· 115 116 117 118 119 120 121 122 123 ··· 527 下一页
摘要: 题目例如以下:This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female studen... 阅读全文
posted @ 2016-01-06 18:05 zfyouxi 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 网上常见的我就不说了。假设其他地址的方法解决不了你的问题,那么请往下看。该类是否存放于 App_Code 下,假设是把该类从App_Code中拉出来,然后再次执行试试。 阅读全文
posted @ 2016-01-06 16:46 zfyouxi 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 最终把Miracast功能測试通了,为了节省时间。我的Source端和Sink端都採用同一个机型。这样能够降低我为目标机编译4.4.2源码所耗费的时间。今天简单录制了一段视频。视频是用手机录制的,室内光线也不是非常好。基本功能:将一个手机的屏幕实时传到另外一个手机并在屏幕上同步显示出来,包含声音。实... 阅读全文
posted @ 2016-01-06 15:12 zfyouxi 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 首先,去官网下载wps。地址:http://community.wps.cn/download/然后切换到下载文件夹。运行例如以下命令:$ sudo apt-get install ia32-libs* 然后运行安装命令:$ sudo dpkg -i --force-architecture wp... 阅读全文
posted @ 2016-01-06 12:10 zfyouxi 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 一、dm9000_init打印出驱动的版本,注冊dm9000_driver驱动,将驱动加入到总线上。运行match,假设匹配,将会运行probe函数。1 static int __init2 dm9000_init(void)3 {4 printk(KERN_INFO "%s Etherne... 阅读全文
posted @ 2016-01-06 11:33 zfyouxi 阅读(355) 评论(0) 推荐(0) 编辑
摘要: i++; if($array[$this->i]['category_id']==0){ echo "├".$array[$this->i]["name"].""; for($j=0;$ji]['id']){ //查看所属分类 echo "├─┴".$... 阅读全文
posted @ 2016-01-06 10:29 zfyouxi 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 近期在看《编程珠玑》这本书。 第1章中引入了bitmap(位图)的数据结构。曾经没有接触过, 抽出时间研究了一下,记录下来。 书中描写叙述的情景: 1. 最多1000万个7位数电话号码(号码不反复,实际大概800万个),保存在文本中 2. 每隔一段时间要对号码进行排序 ... 阅读全文
posted @ 2016-01-06 09:44 zfyouxi 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: 首先排个序,然后找一次0花费,然后再找一次0花费,然后再找一次0花费,然后再找一次0花费.........最后看找了几次,+1就是答案#include#include#include#include#include#includeusing namespace std;struct node{ ... 阅读全文
posted @ 2016-01-06 09:11 zfyouxi 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ※效果※简单介绍显示运行进度的button,可用于数据的提交。系统登录等。动画效果非常棒。提高用户体验。※使用说明Declare button inside your layout XML file:Button state depends on progress:normal state [0]p... 阅读全文
posted @ 2016-01-06 08:12 zfyouxi 阅读(3762) 评论(0) 推荐(0) 编辑
摘要: groovy 正則表達式 企图模仿Perl 的语法,结果是我试用后。发现没法提取匹配的字符串。还是直接引用java.util.regex 负责对字符序列进行正則表達式匹配先转载水木清华上的样例RegexTest.javaimport java.util.regex.*; /** * java.ut... 阅读全文
posted @ 2016-01-05 21:37 zfyouxi 阅读(236) 评论(0) 推荐(0) 编辑
上一页 1 ··· 115 116 117 118 119 120 121 122 123 ··· 527 下一页