Current Build: No Builds Found?Please fix these errors in the MKB before continuing. Building deploy config from mkb: D:/kupla/talkweb/ProjectKupla.m....
分类:
其他好文 时间:
2015-06-09 19:26:55
阅读次数:
132
This morning when I do apt-get update on my new Ubuntu 14.04 server, I got these error messages:Reading package lists… Done W: GPG error: http://secur...
分类:
系统相关 时间:
2015-06-05 11:55:46
阅读次数:
324
Android Studio集成SVN插件,check out出代码后,每次开启都会在右上角出现如下错误:
Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it.
Errors found while svn working copies...
分类:
移动开发 时间:
2015-06-04 19:33:49
阅读次数:
475
周知:OPPO R819T Android 4.2.1和红米某些机型上,webview中,如果一个元素定义了 border + border-radius,这时如果该元素有背景,那么背景将会溢出圆角之外,Yo新增了一个方法来fix这个问题,大家之后定义圆角直接 @include border...
分类:
其他好文 时间:
2015-06-01 20:11:29
阅读次数:
99
Steps:1.I was able to resolve the issue after adding the site URL under trusted sites of IE. The same worked for every other machine I tried running s...
在用Eclipse做开发的时候,总是无缘无故缺少R文件,让整个项目报废,在网上查了资料后现在做一下整理。
1、右击你的Android项目——>Android Tools——>Fix Project Properties即可。
2、清理下项目:使用菜单Project——>clean——>选中需要clean的项目
这个最简单的方法,但是我觉得这并没有什么卵用。。。。。
...
分类:
移动开发 时间:
2015-05-29 14:03:58
阅读次数:
154
1、主题。 File->Settings, 搜索Theme, 点开Appearance, 在右边面板的Theme中选择Darcula。 2、注释快捷键。 File->Settings, 搜索keymap,点开Keymap,在右边面板上搜索,找到Other->Fix doc comment,双击,选...
分类:
移动开发 时间:
2015-05-28 11:03:51
阅读次数:
466
最近开始学习xilinxsystemgenerator,学习此工具的最终目标是利用它搭建一套用于模板匹配的归一化交叉互相关系统。通过今天这个小实验,认识数据格式在FPGA中的重要性.systemgenerator中定义的定点数格式为FIX_16_8,意思是用16比特的数据表示一个数,其中所包含的8比特为小数..
分类:
其他好文 时间:
2015-05-27 12:29:34
阅读次数:
183
一、为什么使用线程同步
线程同步是为了防止多个线程访问一个数据对象时,对数据造成破坏
二、多线程案例
package cn.thread;
public class Boo {
private int x = 100;
public int getX() {
return x;
}
public synchronized int fix(int...
分类:
编程语言 时间:
2015-05-25 18:49:10
阅读次数:
121
Eclipse修改完Java类文件保存之后,项目上出现了错误提示,如图:
但是项目的文件都没有提示错误,
打开Problems窗口会看到具体的错误信息:
The project was not built due to “Could not delete ”.”. Fix the problem, then try refreshing this project and building...
分类:
其他好文 时间:
2015-05-23 16:58:23
阅读次数:
167