// test.cpp : Defines the entry point for the
console application.//#include "stdafx.h"#include #include #include
"winioctl.h"#define IOCTL_STORAGE_QU...
分类:
其他好文 时间:
2014-05-05 10:52:44
阅读次数:
370
1.通过xib自定义cell* 添加tableView* 加载团购数据* 新建xib,获取子控件*
封装* 最后引入headerView和footerView(插入广告,加载更多)2.通过代码自定义cell* 引入UITableViewController*
加载模型数据,用自带的cell展示基本数...
分类:
其他好文 时间:
2014-05-04 20:31:04
阅读次数:
430
//建测试表createtabledept(deptnonumber(3)primarykey,dnamevarchar2(10),locvarchar2(13));createtableemployee_info(empnonumber(3),deptnonumber(3),enamevarcha...
分类:
数据库 时间:
2014-05-04 20:28:42
阅读次数:
350
1.bootm地址和load address一样 此种情况下,bootm不会对uImage
header后的zImage进行memory move的动作,而会直接go到entry point开始执行。因此此时的entry point必须设置为load
address + 0x40。如果ker...
分类:
系统相关 时间:
2014-05-04 20:14:20
阅读次数:
501
4.2.1 权限系统简介 MySQL
的权限系统在实现上比较简单,相关权限信息主要存储在几个被称为granttables 的系统表中,即:
mysql.User,mysql.db,mysql.Host,mysql.table_priv
和mysql.column_priv。由于权限信息数据量比较小....
分类:
数据库 时间:
2014-05-04 19:41:55
阅读次数:
584
用IE10只要在CMD里运行 certutil -setreg
chain\minRSAPubKeyBitLength 512就好了
jquery datatable
参数DataTables(http://www.datatables.net/)应该是我到目前为止见过的,功能最强大的表格解决方案(当然,不计算其它整套框架中的table控件在内)。先把它主页上写的特性翻译罗列如下:可变长度分页;动态过滤;多列排序,带数据类型检测功...
分类:
Web程序 时间:
2014-05-04 19:26:52
阅读次数:
586
今天用 EasyUI datagrid 来做列表,要对一些数据进行格式化,判断某字段状态时,发现 formatter 格式化对应的函数不起作用。
<table id="list_data" title="未审核报表" class="easyui-datagrid" style="width: auto;height:350px;" url=""
toolbar="#too...
分类:
其他好文 时间:
2014-05-04 18:57:35
阅读次数:
400
在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊!
dir = (unsigned long *) ((from>>20) & 0xffc)
int free_page_tables(unsigned long from,unsigned long size)
{
unsigned long *pg_table;
unsigned long...
分类:
系统相关 时间:
2014-05-04 18:22:41
阅读次数:
459