码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
QuickXDev插件自动升级后player no exist
昨晚上QuickXDev插件运行还ok,今天打开电脑启动sublime text2后,右键run with player提示player no exist 很奇怪,环境变量也没有修改,查看quickxdev的Settings-User 也没有修改,只能去看下插件的脚本了。 Preferences -> Browse Packages..  选择QuickXDev目录,打开目录下的qui...
分类:其他好文   时间:2014-10-17 13:54:38    阅读次数:155
Boost.Asio c++ 网络编程翻译(16)
TCP异步服务端 核心功能和同步服务端的功能类似,如下: class talk_to_client : public boost::enable_shared_from_this , boost::noncopyable { typedef talk_to_client s...
分类:编程语言   时间:2014-10-17 11:04:34    阅读次数:302
怎么样在Myeclipse中配置JDK?
1.首先电脑上安装JDK2.打开Myeclipse >> Window >> Preferences 如图1:图12.Preferences >> Java >> Installed JREs >> Add 如图2:图23.Add >> Standard VM >> Next 如图3:图34.Add...
分类:系统相关   时间:2014-10-16 23:17:13    阅读次数:219
spring 配置常见错误
报错: Spring?配置异常解决办法之Referenced?file?contains?errors?(http://www.sp 1. 首先为了确保 Eclipse 可以从远程拿到 xsd 文件,到 Window -> Preferences -> General -> Network Connections -> C...
分类:编程语言   时间:2014-10-16 13:43:02    阅读次数:259
HPUnix平台常用命令列举
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处,否则追究版权法律责任。 深蓝的blog: 常用查询 [root@hp171/dev]#file /sbin/ls  --查看文件属性,PA表示以前的cpu,较新的cpu显示为IA /sbin/ls:       PA-RISC1.1 shared executable [root@hp171/]#bdf...
分类:其他好文   时间:2014-10-16 03:35:32    阅读次数:302
window 与ubuntu共享文件 hgfs下为空和不用每次挂载hgfs的方法
解决hgfs为空的方法:sudoapt-getinstall open-vm-dkmssudomount-tvmhgfs.host://mnt/hgfs解决每次都要挂载的方法:1、确保VMware中为Ubuntu已经成功设置Shared Folders,并且选中Always enabled。2、启动...
分类:Windows程序   时间:2014-10-16 00:16:41    阅读次数:460
Myeclipse导入一个项目,有中文乱码问题
Myeclipse导入一个项目,有中文乱码问题一.将整个project设置编码UTF-8windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。二.对java源文件...
分类:系统相关   时间:2014-10-15 21:30:21    阅读次数:222
error while loading shared libraries: xxx.so.x"错误的
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:其他好文   时间:2014-10-15 20:20:01    阅读次数:227
boost智能指针使用
#include?<iostream> #include?<tr1/memory> #include?<boost/scoped_ptr.hpp>?//scoped_ptr还不属于tr1 #include?<boost/scoped_array.hpp>?//scored_array也不属于tr1 #include?<boost/shared_array.hpp...
分类:其他好文   时间:2014-10-15 01:58:09    阅读次数:469
Eclipse上GIT插件EGIT使用
一、安装EGit插件 参考:MyEclipse8.5整合Git 二、EGit配置 配置个人信息 Window > Preferences > Team > Git > Configuration...
分类:系统相关   时间:2014-10-15 00:40:39    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!