usingandusing namespacehave validity only in
the same block in which they are stated or in the entire source code file if
they are used directly in th...
分类:
其他好文 时间:
2014-05-22 02:08:48
阅读次数:
268
Delete given chars from source string in O(n).
分类:
其他好文 时间:
2014-05-22 01:06:02
阅读次数:
253
作为一名CSer,最好的学习方式之一无疑是tracing
code,看源代码——不知你此时是否与我一样想起了Linus那句名言「talk is cheap, show me the fucking
code!」?可是对计算机体系结构来说,很多技术直接是由硬件实现的,因而也被蒙上一层神秘的面纱。好在还...
分类:
其他好文 时间:
2014-05-21 23:46:56
阅读次数:
307
1、如何定义和生成GTIDs唯一性:在所有主从库都是唯一的,由二元组构成GTID =
source_id:transaction_idsource_id标记主库的1.1
server_uuid获取server_uuid的方式a、判断data_dir/auto.cnf文件是否存在,如果存在返回b、不存...
分类:
数据库 时间:
2014-05-21 23:11:36
阅读次数:
459
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 21:37:07
阅读次数:
369
描述list layout item有上倒下依次显示的代码实现形式
LayoutAnimation2.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may no...
分类:
其他好文 时间:
2014-05-21 09:02:15
阅读次数:
250
介绍list item倒序显示
LayoutAnimation3.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e...
分类:
其他好文 时间:
2014-05-21 08:25:44
阅读次数:
278
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 04:18:08
阅读次数:
388
转自一个命令(man 9 style)挺好的文档。STYLE(9) FreeBSD
Kernel Developer’s Manual STYLE(9)NAME style — kernel source file style
guideDESCRIPTION This file specifies...
分类:
其他好文 时间:
2014-05-21 03:53:34
阅读次数:
415
首先去官网http://source.android.com/source/initializing.html可以看到完整的安装教程。不过一般情况下,按照这个教程是无法一步到位的,因为中途肯定会遇到很多问题。这里我把我遇到的问题以及相应的解决方案总结一下:
1、sudo apt-get inst.....
分类:
移动开发 时间:
2014-05-21 03:15:03
阅读次数:
392