1. java中的flush()作用:强制将输出流缓冲区的数据送出。2.
文件存储:存储到内部:另外使用一个class实现,最开始初始化用了this,后来放在这里不合适,改成了带参数的构造方法。包括存储、读取、追加读取:除了使用setxxx方法外,出于安全考虑,使用Google
API Shared...
分类:
移动开发 时间:
2014-05-16 06:40:55
阅读次数:
399
今天上午写代码,突然发现Ctrl+1没反应了,顿时无语。昨天还好好的,今天就不行了……无奈,只好在网上查了查,据说快捷键冲突的原因比较大。于是我将Ctrl+1换成了Alt+1。在eclipse中测试发现是可行的。下面讲一讲修改快捷键的方法吧:点击window,选择Preferences。选择Gene...
分类:
系统相关 时间:
2014-05-15 14:23:09
阅读次数:
962
Generating Files with the TextTransform Utility
\Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files
(x86)\Common Files\mi...
分类:
其他好文 时间:
2014-05-15 10:14:13
阅读次数:
212
Generating Files with the TextTransform Utility
\Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files
(x86)\Common Files\mi...
分类:
其他好文 时间:
2014-05-15 10:06:28
阅读次数:
994
本章主要知识点如下: 了解Shared Preferences
接口OnSharedPreferenceChangeListener, 每当添加、移除或者修改一个特定的Shared Preference
时候可以调用一个回调函数 创建Preference Screen(首选项框架) Preferen...
分类:
移动开发 时间:
2014-05-15 09:26:37
阅读次数:
420
在Eclipse中,出现“Access Restriction: The Type BASE64Encoder Is Not Accessible
Due To Restriction”错误。
解决方法:
点击Window-->Preferences-->Java-->Compiler-->Errors/Warns,设置Deprecated And Restri...
分类:
数据库 时间:
2014-05-15 05:22:58
阅读次数:
265
一、设置MyEclipse的字符编码,步骤如下:
1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8;
2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:
数据库 时间:
2014-05-15 04:18:55
阅读次数:
299
std::auto_ptr 析构的时候调用 delete
操作符来自动释放所包含的对象boost::scoped_ptr / boost::scoped_array不能传递它所包含的对象的所有权
到另一个作用域指针boost::shared_ptr /boost::shared_array在内部记录...
分类:
其他好文 时间:
2014-05-15 02:01:07
阅读次数:
353
2.4ssl方式部署apache2.4.1安装apache./configure--prefix=/usr/local/apache2--enable-dav--enable-ssl--enable-so--enable-mods-shared=allmake&&makeinstall2.4.2安装svn安装apr-1.4.6.tar.gz、apr-util-1.5.1.tar.gz、neon-0.29.6.tar.gz同2.2章节部分unzipsqlite-..
分类:
编程语言 时间:
2014-05-14 18:42:21
阅读次数:
514
//doc_anonymous_mutex_shared_data.hpp#include
struct shared_memory_log{ enum { NumItems = 100 }; enum { LineSize = 100 };
shared_memory_log()...
分类:
其他好文 时间:
2014-05-14 10:38:00
阅读次数:
343