码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
在64位主机上编译产生32位的目标代码
今天又看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
Qt5官方demo解析集21——Extending QML - Adding Types Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 又是一个新的系列了,不过这个系列和我们之前的Chapter系列是及其相似的,但是不过呢,Chapter主要演示了如何使用C++创建具有可视性的类型以扩展我们的QML,而这个系列则关注于如何使用C++扩展QML非可视化的内容。 这里第一个小例子...
分类:其他好文   时间:2014-07-06 00:47:16    阅读次数:279
Case study: word play
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
Chapter 11.预写式日志(Write-Ahead Logging (WAL)
11.1. 一般性描述预写式日志 (WAL) 是一种实现事务日志的标准方法.有关它的详细描述可以在 大多数(如果不是全部的话)有关事务处理的书中找到. 简而言之,WAL 的中心思想是对数据文件 的修改(它们是表和索引的载体)必须是只能发生在这些修改已经 记录了日志之后 -- 也就是说,在日志记录冲刷...
分类:其他好文   时间:2014-06-27 20:45:51    阅读次数:247
杰奇CMS系统查询重复文章sql语句
朋友的小说站,现在每天采集的文章会有不少重复的文章。于是提出了去重的需求。这套cms系统的jieqi_article_chapter表的chaptername没有建立索引,第一步我们要建立索引。注意:建立索引有风险,请先做好数据备份。sql如下,使用时自行更换1处的文章id:select disti...
分类:数据库   时间:2014-06-27 16:48:59    阅读次数:209
《Javascript_Dom 编程艺术》(第2版)读书笔记
---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》《排名》《开门人和关门人》
杭电OJ(HDU)-ACMSteps-Chapter Three-《FatMouse' Trade》《今年暑假不AC》《排名》《开门人和关门人》...
分类:其他好文   时间:2014-06-25 19:50:46    阅读次数:227
Careercup | Chapter 6
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
Logback手册 Chapter 1: Introduction
LogBack...
分类:其他好文   时间:2014-06-22 17:59:52    阅读次数:145
[转] SSL/TLS Strong Encryption: An Introduction
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!