在协同开发的时候,刚刚从svn下载到本地的代码,出现“fatal error: file 'XX-Prefix.pch' has been modified since the precompiled header was built”的问题,这个其实不是什么问题,解决方案如下:1、找到 XX-P....
分类:
移动开发 时间:
2014-08-31 21:12:31
阅读次数:
227
CREATE TABLE INFORMIX.SYS_APPLICATIONS( APPLICATIONID NUMBER(10) NOT NULL, APPNAME VARCHAR2(50 BYTE), APPDESCRIPTION ...
分类:
其他好文 时间:
2014-08-31 21:12:21
阅读次数:
205
虽然可以通过get方式提交post表单等方式来动态修改url,但如果多个按钮能并行提交时,写多个大体相同,又有些细节差异的表单,难免有些不妥,因此,想到了通过JS来动态的修改url,来实现对url的增删查改。 1
分类:
Web程序 时间:
2014-08-31 21:11:41
阅读次数:
277
在 PHP 中,有三种数组类型:索引数组- 带有数字索引的数组,(可以理解C/C++/Java中的数组,按照索引位置直接访问)关联数组- 带有指定键的数组,(可以理解为map,按照键值对存储,按照键访问)多维数组- 包含一个或多个数组的数组,(可以理解为复杂的数组,元素可以是普通元素或者数组)1.索...
分类:
Web程序 时间:
2014-08-31 21:11:31
阅读次数:
307
1 import android.app.Activity; 2 import android.os.Bundle; 3 import android.view.Menu; 4 import android.view.MenuItem; 5 import android.view.View; 6 ....
分类:
其他好文 时间:
2014-08-31 21:11:21
阅读次数:
195
Action的返回值跳转到另一个Action,实现两个Action互动NowAction和OtherAction首先NowAction里面setStatus("");//设置参数return "query";然后struts配置里面 newOtherAction.action?status...
分类:
其他好文 时间:
2014-08-31 21:11:11
阅读次数:
158
使用Yii框架的zii.widgets.CListView遇到的错误:zii.widgets.CListView
widget('zii.widgets.CListView', array(
'dataProvider' => $order,
'itemView' => '_providerlist',
'emptyText...
分类:
Web程序 时间:
2014-08-31 20:08:51
阅读次数:
242
在iOS中有emoji表情,这个表情很多机器不能正常显示,我决心研究一下这个问题。笔者参考了几个地方:
1. 将字符串转化成unicode和utf-8的工具。
2. 维基百科utf-16
3. 笔者博文utf-8的介绍
比如,在输入框输入一个emoji 微笑,然后看看它的编码是什么情况:...
分类:
其他好文 时间:
2014-08-31 20:08:41
阅读次数:
796
1801年,意大利中部的小山村。
很久,很久以前,有二位名叫柏波罗和布鲁诺的年轻人,他们是堂兄弟,雄心勃勃。住在意大利的一个小村子里。
两位年轻人是最好的朋友。
他们是大梦想者。
他们不停地谈着,渴望有一天能通过某种方式,让他们可以成为村里最富有的人。他们都很聪明而且很勤奋。他们想他们需要的只是机会。
一天,机会来了,村里决定雇两个人把附近河里的水...
分类:
其他好文 时间:
2014-08-31 20:08:31
阅读次数:
174
html 5代码部分如下:
hmtl5-经典的坦克大战
数据
//得到画布
var canvas1=document.getElementById("tankMap");
//得到绘图上下文(你可以理解是画笔)
var cxt=canvas1.getContext("2d");
//我的坦克 hero
//方向
var hero=new Hero(140,...
分类:
Web程序 时间:
2014-08-31 20:08:21
阅读次数:
240
何为Maven仓库:
在Maven世界中,任何一个依赖、插件或者项目构建的输出,都可以称为构件。例如,依赖log4j-1.2.15.jar是一个构件,插件maven-compiler-plugin-2.0.2.jar是一个构件。任何一个构件都有一组坐标唯一标识。
得益于坐标机制,任何Maven项目使用任何一个构件的方式都是完全相同的。在此基础上,Maven可以在某个位置统一...
分类:
其他好文 时间:
2014-08-31 20:08:11
阅读次数:
279
题目链接:点击打开链接
== 原来写1的时候已经把更新函数写好了。。
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define N 50050
#define Lson(x) tree[x].l
#define Rson(x) tree[x].r
...
分类:
其他好文 时间:
2014-08-31 20:08:01
阅读次数:
247
国内:
昵称
Github
博客
介绍
邓凡平
http://blog.csdn.net/innost
阿拉神农
魏祝林
http://blog.csdn.net/android_tutor
Trinea
https://github.com/trinea
http://www.trinea.cn/
性能优...
分类:
移动开发 时间:
2014-08-31 20:07:51
阅读次数:
415
在做某个公司的笔试题的时候遇到了这么一个问题,描述如下:
如下代码会输出多少个"-"字符?
#include
#include
#include
int main()
{
int i;
for(i=0;i<2;i++)
{
fork();
printf("-\n");
}
return 0;
}
在这里只做一个引子,下面稍微介绍一下fork()然后再解决这个问题。...
分类:
其他好文 时间:
2014-08-31 20:07:41
阅读次数:
301
运行ubuntu软讲中心时打不开,老是报错,从终端也下载不了软件;
运行包管理的update或者search等等会报错:
E: 读错误 - read (5: 输入/输出错误)
E: 无法解析或打开软件包的列表或是状态文件。
英文是:
E:Read error - read (5 Input/output error),
E:The package lists or...
分类:
其他好文 时间:
2014-08-31 20:07:31
阅读次数:
240
昨天 yep 问了一个问题:
For two positive integers a and b, the Ulam sequence U(a,b) is defined by U(a,b)1 = a, U(a,b)2 = b and for k > 2, U(a,b)k is the smallest integer greater
than U(a,b)(k-1) which can...
分类:
其他好文 时间:
2014-08-31 20:07:21
阅读次数:
359
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.
For example, given
s = "leetcode",
dict = ["leet"...
分类:
其他好文 时间:
2014-08-31 20:07:12
阅读次数:
233