编译时出现这种问题怎么解决:"unresolvedexternalsymbol__imp__WSACleanup@0"出现此类问题一般是ws2_32.lib这个lib没有link上去。在project->setting->link->object/library
modules里面加入ws2_32....
分类:
其他好文 时间:
2014-05-04 20:56:25
阅读次数:
487
LDAP Guide? Back to documentation
indexIntroductionThis document details how to configure your Openfire
installation to use an external directory such...
分类:
其他好文 时间:
2014-05-04 20:53:28
阅读次数:
712
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
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