上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 146 下一页
摘要: 记一次比較无语的犯错,前几天我在紧急打包一个apk的时候。遇到了这样一个异常:Android Library projetcts cannot be exported. 异常提示截图例如以下: 咋看之下我以为是项目依赖的Library出现了问题,然后就去检查了一遍主项目依赖的各种库,发现库项目都没有 阅读全文
posted @ 2017-06-15 12:42 zsychanpin 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Ruby Create a Neo4j Graph Database Using the REST API A CRM with Neo4j and REST neo4j 是用Java实现的图形化的数据库,跟关系型数据库不同的是,Graph database更注重于关系查询。比方查询朋友的朋友的朋友 阅读全文
posted @ 2017-06-15 11:34 zsychanpin 阅读(392) 评论(0) 推荐(0) 编辑
摘要: ASP.NET MVC Model绑定(五) 前言 前面的篇幅对于IValueProvider的获取位置和所处的生成过程做了解说,本篇将会对IValueProvider的使用做个基础的演示样例解说,读完本篇你将会对IValueProvider有个更清晰的印象。 Model绑定 IModelBinde 阅读全文
posted @ 2017-06-15 10:10 zsychanpin 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 在嵌入式设备中对GPIO的操作是最主要的操作。一般的做法是写一个单独驱动程序,网上大多数的样例都是这种。事实上linux以下有一个通用的GPIO操作接口。那就是我要介绍的 “/sys/class/gpio” 方式。 首先,看看系统中有没有“/sys/class/gpio”这个目录。假设没有请在编译内 阅读全文
posted @ 2017-06-15 08:38 zsychanpin 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 今天往idea里导入其它项目时又遇到了一个问题。单独标记一下。 导入后打开一个布局xml文件,发现不能渲染,报错为: This version of the rendering library is more recent than your version of IntelliJ IDEA. Pl 阅读全文
posted @ 2017-06-14 21:52 zsychanpin 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 主要代码例如以下所看到的: /// <summary> /// 声明并定义命令。 /// </summary> RoutedCommand ClearCommand = new RoutedCommand("Clear", typeof(MainWindow)); /// <summary> /// 阅读全文
posted @ 2017-06-14 21:12 zsychanpin 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: 下面内容摘自《步步惊芯——软核处理器内部设计分析》一书 我们在计算机体系结构的学习中知道:中断实质上包含由外部事件引起的硬中断(又称外中断)和由内部预先安排的特定指令或内部异常引起的软中断(又称内中断或异常)两大类。在OR1200处理器中将中断称之为异常(exception),硬中断是当中的一种异常 阅读全文
posted @ 2017-06-14 19:59 zsychanpin 阅读(647) 评论(0) 推荐(0) 编辑
摘要: /* ID: lucien23 PROG: holstein LANG: C++ */ #include <iostream> #include <fstream> #include <vector> using namespace std; bool compFun(int x, int y) { 阅读全文
posted @ 2017-06-14 19:23 zsychanpin 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 简析SynchronousQueue。LinkedBlockingQueue(两个locker,更快),ArrayBlockingQueue(一个locker,读写都竞争) 三者都是blockingQueue. 对于blockingQueue的堵塞和非堵塞方法对注记方案: * oppo(oppo手机 阅读全文
posted @ 2017-06-14 17:50 zsychanpin 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document ap 阅读全文
posted @ 2017-06-14 16:51 zsychanpin 阅读(296) 评论(0) 推荐(0) 编辑
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 146 下一页