When I am installing google-stable.deb on ubuntu 14.04, the system tell me a dependency of libappindicator1 is not met. And before I update the source...
分类:
其他好文 时间:
2014-07-23 11:34:26
阅读次数:
180
这是因为在编写程序时,声明了析构函数,但是没有定义析构函数。你的 CClientSocket 类所在文件包括(.h 和 .cpp)文件没有包含进工程中,就是没有生产相应的.obj文件供连接器进行连接。
解决方案:(1)注释析构函数(2)定义析构函数。
我的解决方法是,在vs对应的include目录和source目录,分别右键Add-> 现有项,选择对应的“GLES-Render.h”文件和“G...
分类:
其他好文 时间:
2014-07-23 00:13:38
阅读次数:
210
昨天在做 Jquery DataTables 的时候,遇到的一个问题,我使用MVC,在tables上加入了一个actionlink的href。但是在运行起来的时候,报错:DataTables warning: Requested unknown parameter '3' from the dat....
分类:
Web程序 时间:
2014-07-22 22:46:15
阅读次数:
389
/** * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
分类:
数据库 时间:
2014-07-22 22:45:32
阅读次数:
355
(C# vs2013)源码:http://files.cnblogs.com/xe2011/HtmExplorer%28Csharp_Source%292014%E5%B9%B47%E6%9C%8822%E6%97%A52504.7zEXE程序:http://files.cnblogs.com/xe...
分类:
Web程序 时间:
2014-07-22 22:45:16
阅读次数:
253
1.安装$ gem sources --remove https://rubygems.org///等有反应之后再敲入以下命令$ gem sources -a http://ruby.taobao.org/$ sudo gem install cocoapods2.使用$cd **/project/...
分类:
其他好文 时间:
2014-07-22 22:44:55
阅读次数:
198
package com.tongyan.common.db;/** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:
数据库 时间:
2014-07-22 22:42:12
阅读次数:
343
try { //using 用于对资源进行回收,实现了IDisposible借口类才能用。 using(SqlConnection conn=new SqlConnection("Data Source=.;...
分类:
数据库 时间:
2014-07-22 22:41:54
阅读次数:
267
名称:cp使用权限:所有使用者使用方式:cp [options] source destcp [options] source... directory说明:将一个档案拷贝至另一档案,或将数个档案拷贝至另一目录。把计-a 尽可能将档案状态、权限等资料都照原状予以复制。-r 若 source 中含有目...
分类:
系统相关 时间:
2014-07-22 22:41:36
阅读次数:
242
安装流程1。以系统管理员开启命令提示符(命令提示字符)2挂载windows8.1异3,在命令提示符下输入Dism /online /enablefeature/featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccessps; X:ISO挂载...
分类:
Windows程序 时间:
2014-07-22 22:34:53
阅读次数:
2426