上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 154 下一页

2017年6月22日

【Linux 操作系统】Ubuntu 配置 ftp freemind adb

摘要: .1. 配置apt-get源 配置过程 : sudo vim /etc/profile 命令, 在后面加入以下的内容;刷新配置文件 : source /etc/profie 命令;刷新源 : sudo apt-get update 命令;刚装上的Ubuntu 官方的源非常慢, 这里我们加入其它的几个 阅读全文

posted @ 2017-06-22 16:55 wgwyanfs 阅读(208) 评论(0) 推荐(0)

vs2012设置默认的全局include和lib

摘要: 改动 "VS安装文件夹中的\VC\VCWizards\default.vcxproj" 这个文件,(本质就是xml文件) 如我的文件夹是"F:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\VCWizards\default.vcxproj" 阅读全文

posted @ 2017-06-22 16:53 wgwyanfs 阅读(636) 评论(0) 推荐(0)

每月自评之十二:2015年4-5月

摘要: 请移步个人独立blog:http://gameislife.info/archives/282 阅读全文

posted @ 2017-06-22 16:52 wgwyanfs 阅读(91) 评论(0) 推荐(0)

Gradle 1.12 翻译——第十二章 使用Gradle 图形用户界面

摘要: 有关其它已翻译的章节请关注Github上的项目:https://github.com/msdx/gradledoc/tree/1.12。或訪问:http://gradledoc.qiniudn.com/1.12/userguide/userguide.html 本文原创,转载请注明出处:http:/ 阅读全文

posted @ 2017-06-22 16:51 wgwyanfs 阅读(235) 评论(0) 推荐(0)

让iframe高度自适应

摘要: 总结两种方法。第一种是在网上查资料然后总结出来的,兼容性比較好,支持IE8,以及其它的标准浏览器。IE8下面版本号没有測试。IE8以上版本号基本都支持,这个方案是通过js来调整iframe的宽高的。另外一种方法非常easy。是我看朋友是这种写的,详细兼容性没有測试,应该不会差。不多少了,直接贴代码: 阅读全文

posted @ 2017-06-22 16:50 wgwyanfs 阅读(129) 评论(0) 推荐(0)

360编程题:挑选镇长

摘要: #include<iostream> using namespace std; typedef struct Relation_ { int first; int end; }Re; typedef struct Leader_ { int mun; int*pResult; }Le; Le Get 阅读全文

posted @ 2017-06-22 16:49 wgwyanfs 阅读(104) 评论(0) 推荐(0)

分析和解决mnesia过载问题

摘要: mnesia在频繁操作数据的过程可能会报错:** WARNING ** Mnesia is overloaded: {dump_log, write_threshold},能够看出。mnesia应该是过载了。这个警告在mnesia dump操作会发生这个问题,表类型为disc_only_copies 阅读全文

posted @ 2017-06-22 16:48 wgwyanfs 阅读(481) 评论(0) 推荐(0)

启动HIVE 服务报错 HWI WAR file not found

摘要: [root@idc01-vm-test-124 bin]# ./hive --service hwi 14/04/20 11:22:31 INFO hwi.HWIServer: HWI is starting up 14/04/20 11:22:31 WARN hwi.HWIServer: hive 阅读全文

posted @ 2017-06-22 16:46 wgwyanfs 阅读(238) 评论(0) 推荐(0)

Item 45:使用成员函数模板来接受全部兼容的类型

摘要: Item 45: Use member function templates to accept “all compatible types”. Item 13提到智能指针可用来自己主动释放堆中的内存,STL中的迭代器也是一种智能指针,它甚至支持链表元素指针的++操作。 这些高级特性是普通指针所没有 阅读全文

posted @ 2017-06-22 16:45 wgwyanfs 阅读(160) 评论(0) 推荐(0)

Android与设计模式——单例(Singleton)模式

摘要: 概念: java中单例模式是一种常见的设计模式,单例模式分三种:懒汉式单例、饿汉式单例、登记式单例三种。 单例模式有一下特点: 1、单例类仅仅能有一个实例。 2、单例类必须自己自己创建自己的唯一实例。 3、单例类必须给全部其它对象提供这一实例。 单例模式确保某个类仅仅有一个实例,并且自行实例化并向整 阅读全文

posted @ 2017-06-22 16:44 wgwyanfs 阅读(168) 评论(0) 推荐(0)

上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 154 下一页

导航