码迷,mamicode.com
首页 >  
搜索关键字:semi sync    ( 4832个结果
解决:安装Widget插件提醒已安装却不见界面
No Launcher activity found!The launch will only sync the application package on the device! 已经安装成功,因为这Widget是插件啊!你对桌面按久一点就会有个Widget的选项然后就去选择你这个widget啊...
分类:其他好文   时间:2014-09-28 20:27:05    阅读次数:214
AQS 与 LockSupport
1.结构Lock的实现类其实都是构建在AbstractQueuedSynchronizer上,每个Lock实现类都持有自己内部类Sync的实例二。LockSupportThis class associates, with each thread that uses it, a permit (in...
分类:其他好文   时间:2014-09-27 18:00:40    阅读次数:217
repo sync出现“fatal: '../platform/abi/cpp.git' does not appear to be a git repository”的解决方案
在我下载Android源代码时,在最后一步调用repo sync,出现“fatal: '../platform/abi/cpp.git' does not appear to be a git repository”,后来在网上查了资料,参考http://zxquiet.iteye.com/blog...
分类:移动开发   时间:2014-09-24 14:05:56    阅读次数:268
android编程常见问题-No Launcher activity found!
新手编程常见的问题:问题表现:console提示:No Launcher activity found! The launch will only sync the application package on the device!解决办法:检查AndroidManifest.xml中是否添加如下...
分类:移动开发   时间:2014-09-24 12:17:16    阅读次数:193
mysql主从同步设置
1、主服务器地址:192.168.1.244从服务器地址:192.168.1.2452、主服务器master设置1)修改/etc/my.cnf添加:log-bin=/home/mysql/log/mysql-bin.logserver-id=244(注:主从serverid不可重复,建议以IP地址设置)2)登录mysql创建用户sync并授权192.168.1.245mysql>GRANTRE..
分类:数据库   时间:2014-09-22 19:21:43    阅读次数:210
Linux下NFS配置与tftp配置
1. NFS配置 vi /etc/export 加入所需要共享目录。例如: /home/liukang/workship 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check) 修改完毕后,运行 #exportfs -a 使改变生效。 #/etc/init.d/nfsserver start 启动NFS服务器。 #ex...
分类:系统相关   时间:2014-09-22 12:26:22    阅读次数:306
Resource is out of sync with the file system
提交cvs的时候报错,报错内容如下: Resource is out of sync with the file system: '/heartElectDocument/接口协议/APP接口协议.doc'. Resource is out of sync with the file system: '/heartElectDocument/接口协议/APP接口协议.doc'. 原因...
分类:其他好文   时间:2014-09-19 12:08:05    阅读次数:122
weka学习(聚类算法)
聚类算法在数据挖掘里面被称之为无监督学习(unsupervised learning),这是与监督学习(supervised learning)相对的。在它们两者之间还一种叫做半监督学习(semi-supervised learning)聚类算法的一般过程分为:1. 读入需预测样本2. 初始化聚类算...
分类:其他好文   时间:2014-09-18 20:18:04    阅读次数:381
Resource is out of sync with the file system
这是文件系统不同步的问题,是因为在eclipse或mycelipse之外对工程中的resource进行修改引起的(或者是由不同的系统间对文件进行修改引起的);但是,有时没有在eclipse或mycelipse之外进行修改,也会报类似的错误。解决办法:需要手动刷新一下资源管理器。(1)在eclipse...
分类:其他好文   时间:2014-09-17 11:42:12    阅读次数:175
C#托管堆对象实例包含什么
每个托管堆上的对象实例除了包含本身的值外,还包括:○ Type Object Ponter: 指向Type对象实例。如果是同类型的对象实例,就指向同一个Type对象实例。○ Sync Block Index:在多线程情况下用来控制同步 namespace ConsoleApplication1 { ...
分类:其他好文   时间:2014-09-16 22:03:21    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!