今天又看CS630[1]的Chapter 15,发现里头的一个例程manydots.s无法正常编译。
$ gcc manydots.s -o manydots
/tmp/ccIvmRVT.o: In function `_start':
(.text+0x0): multiple definition of `_start'
/usr/lib/gcc/x86_64-linux-gnu/4....
分类:
其他好文 时间:
2014-07-06 00:50:42
阅读次数:
206
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
又是一个新的系列了,不过这个系列和我们之前的Chapter系列是及其相似的,但是不过呢,Chapter主要演示了如何使用C++创建具有可视性的类型以扩展我们的QML,而这个系列则关注于如何使用C++扩展QML非可视化的内容。
这里第一个小例子...
分类:
其他好文 时间:
2014-07-06 00:47:16
阅读次数:
279
For the exercises in this chapter we need a list of English words. There are lots of word lists available on the Web, but the most suitable for our pu...
分类:
其他好文 时间:
2014-07-05 22:45:55
阅读次数:
545
11.1. 一般性描述预写式日志 (WAL) 是一种实现事务日志的标准方法.有关它的详细描述可以在 大多数(如果不是全部的话)有关事务处理的书中找到. 简而言之,WAL 的中心思想是对数据文件 的修改(它们是表和索引的载体)必须是只能发生在这些修改已经 记录了日志之后 -- 也就是说,在日志记录冲刷...
分类:
其他好文 时间:
2014-06-27 20:45:51
阅读次数:
247
朋友的小说站,现在每天采集的文章会有不少重复的文章。于是提出了去重的需求。这套cms系统的jieqi_article_chapter表的chaptername没有建立索引,第一步我们要建立索引。注意:建立索引有风险,请先做好数据备份。sql如下,使用时自行更换1处的文章id:select disti...
分类:
数据库 时间:
2014-06-27 16:48:59
阅读次数:
209
---Chapter1
Dom : 平稳退化、渐进增强,以用户为中心的设计
---Chapter 2
1.程序设计语言分为:解释性(javascript)和编译型(java,C++)两大类
2.变量作用域:如果某个函数中使用了var,该变量被视为一个局部变量,只存在于该函数的上下文中;反之,则是一个全局变量,如果脚本中已经存在一个与其同名的全局变量,这 个函数就会改变那个全局变量(...
分类:
编程语言 时间:
2014-06-27 09:42:46
阅读次数:
212
杭电OJ(HDU)-ACMSteps-Chapter Three-《FatMouse' Trade》《今年暑假不AC》《排名》《开门人和关门人》...
分类:
其他好文 时间:
2014-06-25 19:50:46
阅读次数:
227
6.3 You have a five-quart jug, a three-quart jug, and an unlimited supply of water (but no measuring cups). How would you come up with exactly four qu...
分类:
其他好文 时间:
2014-06-22 23:37:07
阅读次数:
227
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:
其他好文 时间:
2014-06-21 15:08:28
阅读次数:
259